Expand description
Table XML schema structures.
Represents xl/tables/table{N}.xml in the OOXML package.
Tables define structured data ranges with named columns, auto-filters,
and optional styles.
Structsยง
- Table
Auto Filter - Auto-filter reference within a table definition.
- Table
Column Xml - A single column within a table definition.
- Table
Columns Xml - Container for table column definitions.
- Table
Style Info Xml - Style information for a table.
- Table
Xml - Root element for a table definition part (
xl/tables/table{N}.xml).