format_row方法
format_row(self, row, style)
格式化数据透视表区域中的行数据
def format_row(self, row, style):
...
范围 | 类型 | 描述 |
---|---|---|
row | int | Row 对象的 Row 索引 |
style | Style | 要格式化的样式 |
格式化数据透视表区域中的行数据
def format_row(self, row, style):
...
范围 | 类型 | 描述 |
---|---|---|
row | int | Row 对象的 Row 索引 |
style | Style | 要格式化的样式 |