get_json_str_by_uid method
get_json_str_by_uid(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 get_json_str_by_uid(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
GridJsWorkbook