import_data method
import_data
Import the json string.
Returns
def import_data(self, 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