DenseValue

SparseCell value with null state.

The state null is needed because dense table cells may be uninitialized when copied from the sparse representation in Sheet.cells.

alias DenseValue = Variant!(typeof(null), bool, Timestamp, double, long, string)

Meta