@squidcloud/client
    Preparing search index...

    Interface SpreadsheetDocumentInfo

    Structural information about a parseable spreadsheet document.

    interface SpreadsheetDocumentInfo {
        charts?: SpreadsheetChartInfo[];
        features?: SpreadsheetWorkbookFeatures;
        pivots?: SpreadsheetPivotInfo[];
        sheets: SpreadsheetSheetInfo[];
    }
    Index

    Charts with their cached series (best-effort; absent for .xls and when none exist).

    Workbook-level parts the CSV dump cannot express (best-effort; absent for CSV/TSV and .xls).

    Pivot tables with their field names (best-effort; absent for .xls/.xlsb and when none exist).

    The sheets of the spreadsheet, in workbook order.