TableXmlLoader

Overview

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

Loads table definitions from an XLSX ZIP archive into a worksheet.

Methods

SignatureDescription
load_tables(worksheet, worksheet_root, zipf, sheet_num)Find in the worksheet XML, resolve each table part path
    via the sheet rels file, parse xl/tables/tableN.xml, and add Table

    objects to worksheet.tables. |

See Also