Expand description
Cell value representation.
Provides the CellValue enum which represents the typed value of a
single cell in a worksheet. This is the high-level counterpart to the
raw XML Cell element from sheetkit-xml.
Enums§
- Cell
Value - Represents the value of a cell.
Functions§
- date_
to_ serial - Convert a
NaiveDateto an Excel serial number. - datetime_
to_ serial - Convert a
NaiveDateTimeto an Excel serial number with fractional time. - is_
date_ format_ code - Returns
trueif a custom number format string looks like a date/time format. - is_
date_ num_ fmt - Returns
trueif the given number format ID is a built-in date or time format. - serial_
to_ date - Convert an Excel serial number to a
NaiveDate. - serial_
to_ datetime - Convert an Excel serial number to a
NaiveDateTime.