@squidcloud/client
    Preparing search index...

    Interface SpreadsheetWorkbookFeatures

    Workbook-level parts the per-sheet CSV dump cannot express, counted from the container index so the summary can SAY what it cannot show (chart-locked figures, pivot views, staleness of external-workbook cached values). Every field is omitted when zero/false.

    interface SpreadsheetWorkbookFeatures {
        chartCount?: number;
        commentPartCount?: number;
        externalLinkCount?: number;
        hasVbaMacros?: boolean;
        pivotTableCount?: number;
    }
    Index

    Properties

    chartCount?: number

    Charts embedded in the workbook; chart data is not extracted.

    commentPartCount?: number

    Sheets carrying cell comments/notes (not extracted).

    externalLinkCount?: number

    External-link parts (other workbooks, DDE, or OLE); linked cells carry last-cached values that may be stale.

    hasVbaMacros?: boolean

    The workbook contains VBA macros.

    pivotTableCount?: number

    Pivot tables; their computed views are not extracted.