Aspose::Cells::SaveOptions::GetCachedFileFolder method

SaveOptions::GetCachedFileFolder method

The folder for temporary files that may be used as data cache.

U16String Aspose::Cells::SaveOptions::GetCachedFileFolder()

Remarks

If the folder has not been specified, the default value for it is CellsHelper.GetCacheFolder(). 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.

See Also