auto_filter属性
auto_filter属性
指示加载文件时是否自动过滤数据。
注意事项
有时虽然设置了自动过滤,但文件中相应的行并未隐藏。 现在仅适用于 SpreadSheetML 文件。
定义:
@property
def auto_filter(self):
...
@auto_filter.setter
def auto_filter(self, value):
...
指示加载文件时是否自动过滤数据。
有时虽然设置了自动过滤,但文件中相应的行并未隐藏。 现在仅适用于 SpreadSheetML 文件。
@property
def auto_filter(self):
...
@auto_filter.setter
def auto_filter(self, value):
...