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
jsonstrThe json string.
cellsCellsThe Cells.
rowintThe row index.
columnintThe column index.
optionJsonLayoutOptionsThe options of import json string.

See Also