AutoFilterXMLLoader
Overview
AutoFilterXMLLoader is a class in Aspose.Cells FOSS for Python.
Handles loading autofilter data from XML format for .xlsx files.
This class provides 2 methods for working with AutoFilterXMLLoader objects in Python programs.
Available methods include: __init__, load_auto_filter.
All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package.
Properties: ns.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
ns | `` | Read | Gets the ns. |
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. |