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

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