@qrcommunication/gigapdf-lib — SDK API reference - v0.110.3
    Preparing search index...

    Type Alias GigaCellValue

    GigaCellValue:
        | { t: "empty" }
        | { t: "text"; v: string }
        | { t: "number"; v: number }
        | { t: "bool"; v: boolean }

    A typed spreadsheet cell value (tagged; mirror of model::CellValue).