format方法
format(row, column, style)
格式化数据透视区域中的单元格
def format(self, row, column, style):
...
范围 | 类型 | 描述 |
---|---|---|
row | int | 单元格的行索引 |
column | int | 单元格的列索引 |
style | Style | 格式化单元格的样式 |
格式化数据透视区域中的单元格
def format(self, row, column, style):
...
范围 | 类型 | 描述 |
---|---|---|
row | int | 单元格的行索引 |
column | int | 单元格的列索引 |
style | Style | 格式化单元格的样式 |