export_to_json method
export_to_json
Gets JSON format string of the default empty spreadsheet file.
Returns
The JSON format string.
def export_to_json(self):
...
export_to_json
Gets JSON format string from memory data with the specified filename.
Returns
The JSON format string.
def export_to_json(self, filename):
...
| Parameter | Type | Description |
|---|---|---|
| filename | str | The filename of the spreadsheet file . |
See Also
- module
aspose.cellsgridjs - class
GridJsWorkbook