save_to_cache_with_file_name method
save_to_cache_with_file_name
Saves the memory data to the cache file with the specified filename and also set the open password, the save format is baseed on the file extension of the filename .
def save_to_cache_with_file_name(self, uid, filename, password):
...
Parameter | Type | Description |
---|---|---|
uid | str | The unique id for the file cache. |
filename | str | The filename to save. |
password | str | The excel file’s open password. The value can be null If no passowrd is set. |
See Also
- module
aspose.cellsgridjs
- class
GridJsWorkbook