text_to_columns方法
text_to_columns(self, row, column, total_rows, options)
将指定列中的内容拆分为多列。
返回
分割值的总列数。
def text_to_columns(self, row, column, total_rows, options):
...
| 范围 | 类型 | 描述 |
|---|---|---|
| row | int | 行索引。 |
| column | int | 列索引。 |
| total_rows | int | 行数。 |
| options | TxtLoadOptions | 分割选项。 |