XMLLoader
Overview
XMLLoader is a class in Aspose.Cells FOSS for Python.
Handles loading of Excel workbook XML files.
This class provides 2 methods for working with XMLLoader objects in Python programs.
Available methods include: __init__, load_workbook.
All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package.
Properties: ns, workbook.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
workbook | `` | Read | Gets the workbook. |
ns | `` | Read | Gets the ns. |
Methods
| Signature | Description |
|---|---|
__init__(workbook) | Initializes the XML loader with a workbook instance. |
load_workbook(zipf) | Loads workbook data from a ZIP file. |