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 | System.String | The json string. |
| cells | aspose.cells.Cells | The Cells. |
| row | int | The row index. |
| column | int | The column index. |
| option | aspose.cells.utility.JsonLayoutOptions | The options of import json string. |
See Also
- module
aspose.cells.utility - class
JsonUtility