set_json_data_source method
set_json_data_source(self, name, json)
Set json string value as data source of smart markers.
def set_json_data_source(self, name, json):
...
Parameter | Type | Description |
---|---|---|
name | System.String | The name of the table. If the value of JSON represents an object,it coult be null. |
json | System.String | The value of Json string. |
See Also
- module
aspose.cells
- class
WorkbookDesigner