Overview
TableXmlSaver is a class in Aspose.Cells FOSS for Python.
Serialises Table objects to ECMA-376 table XML.
Methods
| Signature | Description |
|---|
__init__(escape_xml_fn) | |
format_table_xml(table, table_id: int) → str | Return the complete XML string for xl/tables/tableN.xml. |
See Also