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§
- Table
Column - A column within a table.
- Table
Config - Configuration for creating a table.
- Table
Info - 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.