Expand description
Excel Tables (ListObjects): named sub-ranges of a worksheet.
Not to be confused with a Sheet, which this codebase informally calls a
“table” in places. An ExcelTable lives on a sheet and may cover only
part of it.
Structs§
- Excel
Table - A named, rectangular range within a single worksheet, mirroring an Excel
Table (a.k.a.
ListObject): a header row, a body of data rows, and an optional totals row, all with stable per-column names that formulas can reference via structured references (e.g.Sales[Amount]).