SheetXL - v0.3.20
    Preparing search index...

    Type Alias ScalarUpdate

    ScalarUpdate: Scalar | null | undefined

    Represents an update to a cell's value, allowing null to clear the cell.

    This type is used to update a cell's value. Passing null will clear the cell's content. The value must conform to the native types allowed in a cell (Scalar).