cached_file_folder property
cached_file_folder property
The folder for temporary files that may be used as data cache.
Remarks
If the folder has not been specified,
the default value for it is CellsHelper.get_cache_folder.
If its default value is null or empty, or has been specified as null or empty,
then no cache file will be used when saving the workbook.
Definition:
@property
def cached_file_folder(self):
    ...
@cached_file_folder.setter
def cached_file_folder(self, value):
    ...
See Also
- module aspose.cells
- class TxtSaveOptions