text_to_columns方法
text_to_columns
将列中的文本拆分为列。
def text_to_columns(self, row, column, total_rows, options):
...
范围 | 类型 | 描述 |
---|---|---|
row | int | 行索引。 |
column | int | 列索引。 |
total_rows | int | 行数。 |
options | TxtLoadOptions | 拆分选项。 |
将列中的文本拆分为列。
def text_to_columns(self, row, column, total_rows, options):
...
范围 | 类型 | 描述 |
---|---|---|
row | int | 行索引。 |
column | int | 列索引。 |
total_rows | int | 行数。 |
options | TxtLoadOptions | 拆分选项。 |