TableXmlLoader
Overview
TableXmlLoader is a class in Aspose.Cells FOSS for Python.
Loads table definitions from an XLSX ZIP archive into a worksheet.
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. |