save_to_cache_with_file_name method
save_to_cache_with_file_name(self, uid, filename, password)
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 | System.String | The unique id for the file cache. |
| filename | System.String | The filename to save. |
| password | System.String | The excel file’s open password. The value can be null If no passowrd is set. |
See Also
- module
aspose.cellsgridjs - class
GridJsWorkbook