load method
load(self, uid, filename)
Gets the JSON string of the file from the cache using the specified unique id,set the output filename in the JSON.
Returns
The JSON string
def load(self, uid, filename):
...
| Parameter | Type | Description |
|---|---|---|
| uid | System.String | The unique id for the file cache. |
| filename | System.String | Specifies the file name in the JSON. If set to null,the default filename is: book1. |
See Also
- module
aspose.cellsgridjs - class
GridJsService