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.GetCacheFolder. If it is 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
HtmlSaveOptions