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

NameTypeAccessDescription
workbook``ReadGets the workbook.
ns``ReadGets the ns.

Methods

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

See Also