Skip to main content

Module cell

Module cell 

Source
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§

CellValue
Represents the value of a cell.

Functions§

date_to_serial
Convert a NaiveDate to an Excel serial number.
datetime_to_serial
Convert a NaiveDateTime to an Excel serial number with fractional time.
is_date_format_code
Returns true if a custom number format string looks like a date/time format.
is_date_num_fmt
Returns true if 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.