XMLLoader

Overview

XMLLoader is a class in Aspose.Cells FOSS for Python.

Handles loading of Excel workbook XML files.

Properties

NameTypeAccessDescription
workbook``ReadProvides the Workbook instance associated with the loader
ns``Read

Methods

SignatureDescription
__init__(workbook)Initializes the XML loader with a workbook instance.
load_workbook(zipf)Loads workbook data from a ZIP file.

See Also