import_data method
import_data(, json, cells, row, column, option)
Import the json string.
Returns
@staticmethod
def import_data(json, cells, row, column, option):
...
Parameter | Type | Description |
---|---|---|
json | str | The json string. |
cells | Cells | The Cells. |
row | int | The row index. |
column | int | The column index. |
option | JsonLayoutOptions | The options of import json string. |
See Also
- module
aspose.cells.utility
- class
JsonUtility