Skip to main content

Module table

Module table 

Source
Expand description

Table and auto-filter management.

Provides functions for creating, listing, and deleting OOXML table parts on worksheets, as well as the existing auto-filter helpers.

Structs§

TableColumn
A column within a table.
TableConfig
Configuration for creating a table.
TableInfo
Metadata about an existing table, returned by list/get operations.

Functions§

remove_auto_filter
Remove any auto-filter from a worksheet.
set_auto_filter
Set an auto-filter on a worksheet for the given cell range.