auto_fit_column方法
auto_fit_column(column_index)
自动调整列宽。
def auto_fit_column(self, column_index):
...
范围 | 类型 | 描述 |
---|---|---|
column_index | int | 列索引。 |
评论
AutoFitColumn 是一个不精确的函数。
auto_fit_column(column_index, first_row, last_row)
自动调整列宽。
def auto_fit_column(self, column_index, first_row, last_row):
...
范围 | 类型 | 描述 |
---|---|---|
column_index | int | 列索引。 |
first_row | int | 第一行索引。 |
last_row | int | 最后一行索引。 |
评论
此方法根据行内一系列单元格中的内容自动调整行。