import_data method

import_data

Import the json string.

Returns

def import_data(self, 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