The Candid Startup
    Preparing search index...
    CellValue: string | number | boolean | null | undefined | CellError

    Possible types for a cell value

    The native JavaScript types string, number and boolean represent the Text, Number and Logical spreadsheet data types. CellError represents an Error Value.

    Undefined is used to represent a cell with no defined value. Null represents a cell that has been explicitly marked as empty.