process method

process

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_namestrThe table name of smartmarker.
column_namestrThe table name of smartmarker.

See Also