TableXmlLoader
Overview
TableXmlLoader is a class in Aspose.Cells FOSS for Python.
Loads table definitions from an XLSX ZIP archive into a worksheet.
This class provides 1 method for working with TableXmlLoader objects in Python programs.
Available methods include: load_tables.
All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package.
Methods
| Signature | Description |
|---|---|
load_tables(worksheet, worksheet_root, zipf, sheet_num) | Find |
via the sheet rels file, parse xl/tables/tableN.xml, and add Table
objects to worksheet.tables. |