@jsfkit/types
    Preparing search index...

    Type Alias PivotCacheWorksheet

    PivotCacheWorksheet: PivotCacheBase & {
        sourceType: "worksheet";
        worksheetSource: PivotCacheWorksheetSource;
    }

    A pivot cache whose source data comes from a worksheet range or named range/table.