format方法

format(row, column, style)

格式化数据透视区域中的单元格

def format(self, row, column, style):
    ...
范围类型描述
rowint单元格的行索引
columnint单元格的列索引
styleStyle格式化单元格的样式

也可以看看