auto_filter property

auto_filter property

Indicates whether auto filtering the data when loading the files.

Remarks

Sometimes although autofilter is set, the corresponding rows is not hidden in the file. Now only works for SpreadSheetML file.

Definition:

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

See Also