cell_name_to_index方法
cell_name_to_index(cell_name, row, column)
根据其名称获取单元格的行和列索引。
def cell_name_to_index(self, cell_name, row, column):
...
| 范围 | 类型 | 描述 |
|---|---|---|
| cell_name | str | 单元格的名称。 |
| row | any | 输出行索引 |
| column | any | 输出列索引 |
也可以看看
- 模块 aspose.cells
- 类 CellsHelper
根据其名称获取单元格的行和列索引。
def cell_name_to_index(self, cell_name, row, column):
...
| 范围 | 类型 | 描述 |
|---|---|---|
| cell_name | str | 单元格的名称。 |
| row | any | 输出行索引 |
| column | any | 输出列索引 |