is_excel_2003_compatible属性
is_excel_2003_compatible属性
指定刷新数据透视表时数据透视表是否兼容Excel2003, 如果为 true,则字符串必须小于或等于 255 个字符,因此如果字符串大于 255 个字符, 它将被截断。如果为假,则字符串将不会有上述限制。 默认值为 true。
定义:
@property
def is_excel_2003_compatible(self):
...
@is_excel_2003_compatible.setter
def is_excel_2003_compatible(self, value):
...