Skip to content
Sheetwrite

Sheetwrite / Documentation

WorkbookTableColumn@sheetwrite/core

Stable identity and display metadata for one ordered table column.

Stable identity and display metadata for one ordered table column.

Members 3

id
id: string;
name Case-insensitively unique within the table.
name: string;
totalsRowLabel Optional text written in the totals row.
totalsRowLabel?: string;

Optional text written in the totals row. Formula cells remain authoritative cell sources.

Declaration

View full TypeScript declaration
export interface WorkbookTableColumn {
id: string;
name: string;
totalsRowLabel?: string;
}