TableXmlSaver

Overview

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

Serialises Table objects to ECMA-376 table XML.

This class provides 2 methods for working with TableXmlSaver objects in Python programs. Available methods include: __init__, format_table_xml. All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package.

Methods

SignatureDescription
__init__(escape_xml_fn)
format_table_xml(table, table_id: int)strReturn the complete XML string for xl/tables/tableN.xml.

See Also