process方法

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

处理智能标记的回调。

def process(self, sheet_index, row_index, col_index, table_name, column_name):
    ...
范围类型描述
sheet_indexint表索引。
row_indexint行索引。
col_indexint列索引。
table_namestrsmartmarker 的表名。
column_namestrsmartmarker 的表名。

也可以看看