is_excel_2003_compatible 属性

is_excel_2003_compatible 属性

指定刷新数据透视表时数据透视表是否兼容Excel2003, 如果为真,则字符串必须小于或等于 255 个字符,因此如果字符串大于 255 个字符, 它将被截断。如果为 false,字符串将没有上述限制。 默认值是true。

定义:

@property
def is_excel_2003_compatible(self):
    ...
@is_excel_2003_compatible.setter
def is_excel_2003_compatible(self, value):
    ...

也可以看看