import_data method

import_data(, json, cells, row, column, option)

Import the json string.

Returns


@staticmethod
def import_data(json, cells, row, column, option):
    ...
ParameterTypeDescription
jsonSystem.StringThe json string.
cellsaspose.cells.CellsThe Cells.
rowintThe row index.
columnintThe column index.
optionaspose.cells.utility.JsonLayoutOptionsThe options of import json string.

See Also