TableXmlSaver

Overview

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

Serialises Table objects to ECMA-376 table XML.

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