import_data method

import_data

Import data from custom data table.

Returns

def import_data(self, table, first_row, first_column, options):
    ...
ParameterTypeDescription
tableICellsDataTableThe custom data table.
first_rowintFirst row index.
first_columnintFirst column index.
optionsImportTableOptionsThe import options

See Also