AutoFilterXMLLoader
Overview
AutoFilterXMLLoader is a class in Aspose.Cells FOSS for Python.
Handles loading autofilter data from XML format for .xlsx files.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
ns | `` | Read | Stores the XML namespace string used when parsing auto‑filter elements |
Methods
| Signature | Description |
|---|---|
__init__(namespaces) | Initializes a new instance of the AutoFilterXMLLoader class. |
load_auto_filter(worksheet, worksheet_root) | Loads auto filter settings from worksheet XML according to ECMA-376 specification. |