XMLLoader
Overview
XMLLoader is a class in Aspose.Cells FOSS for Python.
Handles loading of Excel workbook XML files.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
workbook | `` | Read | Provides the Workbook instance associated with the loader |
ns | `` | Read |
Methods
| Signature | Description |
|---|---|
__init__(workbook) | Initializes the XML loader with a workbook instance. |
load_workbook(zipf) | Loads workbook data from a ZIP file. |