XLSX::DateValue
Inherits Struct < Value < Object
A date/time cell value pairing a Time with a style index into the
workbook's cellXfs table.
The style_index controls how Excel displays the value (date-only,
time-only, or date+time). Treat it as opaque — use the factory methods
for new values, and values read from a file carry the original style.
Wall-clock UTC semantics apply: timezone offset is discarded on write, and values are reconstructed as UTC on read.
Constructors
date_time(time : Time) : self
Creates a date+time cell using the default date+time display format.
Instance methods
==(other : DateValue) : Bool
Sourcestyle_index
Sourcevalue
Source