@squidcloud/client
    Preparing search index...

    Interface SpreadsheetPivotInfo

    One pivot table's identity and fields. Displayed aggregates are NOT extracted — only what it is built from.

    interface SpreadsheetPivotInfo {
        fields: string[];
        name?: string;
        sheetName?: string;
    }
    Index
    fields: string[]

    The field names used in the pivot table.

    name?: string

    The pivot table name.

    sheetName?: string

    The worksheet the pivot table is anchored to.