cell_name_to_index方法
cell_name_to_index(,单元格名称,行,列)
根据单元格名称获取单元格行和列索引。
@staticmethod
def cell_name_to_index(cell_name, row, column):
...
范围 | 类型 | 描述 |
---|---|---|
cell_name | str | 单元格名称。 |
row | any | 输出行索引 |
column | any | 输出列索引 |
根据单元格名称获取单元格行和列索引。
@staticmethod
def cell_name_to_index(cell_name, row, column):
...
范围 | 类型 | 描述 |
---|---|---|
cell_name | str | 单元格名称。 |
row | any | 输出行索引 |
column | any | 输出列索引 |