SheetXL - v0.3.20
    Preparing search index...

    Type Alias JSScalar

    JSScalar: Scalar | Date

    Represents a cell value in JavaScript, including Date for convenience.

    This type extends Scalar by allowing Date values. While Date is not natively stored in the cell, it can be passed as a convenience, and it will be internally converted to a numeric representation.