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_index | int | 表索引。 |
| row_index | int | 行索引。 |
| col_index | int | 列索引。 |
| table_name | str | smartmarker 的表名。 |
| column_name | str | smartmarker 的表名。 |