CellsHelper.SetCacheFolder
CellsHelper.SetCacheFolder method
Sets the folder for temporary files that may be used as data cache.
public static void SetCacheFolder(string cache)
Parameter | Type | Description |
---|---|---|
cache | String | Folder for for temporary files that may be used as data cache. |
Remarks
Cache files are used generally for some features for memory performance consideration, such as saving large data set to xls file, or using memory mode with file cache for cells model.
See Also
- class CellsHelper
- namespace Aspose.Cells
- assembly Aspose.Cells