Represents a cell value in JavaScript, including Date for convenience.
Remarks
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.
Represents a cell value in JavaScript, including
Date
for convenience.