Skip to content
Sheetwrite

Sheetwrite / Documentation

WorkbookTableUnsupportedFeature@sheetwrite/core

OOXML table features deliberately retained as explicit loss metadata rather than silently flattened into an ordinary range.

OOXML table features deliberately retained as explicit loss metadata rather than silently flattened into an ordinary range.

Declaration

export type WorkbookTableUnsupportedFeature =
| "auto-filter"
| "sort-state"
| "calculated-columns"
| "totals-functions"
| "query-table"
| "external-data"
| "extensions";