process method

process(self, sheet_index, row_index, col_index, table_name, column_name)

Callback for processing a smart marker.


def process(self, sheet_index, row_index, col_index, table_name, column_name):
    ...
ParameterTypeDescription
sheet_indexintThe sheet index.
row_indexintThe row index.
col_indexintThe column index.
table_nameSystem.StringThe table name of smartmarker.
column_nameSystem.StringThe table name of smartmarker.

See Also