alias

XLSX::CellValue

The full set of values a cell can hold.

  • String — shared string cell (interned in sharedStrings.xml)
  • InlineStr — inline string cell (stored directly in the cell element)
  • Int64 — integer numeric cell (write convenience; Excel stores as float)
  • Float64 — floating point numeric cell
  • Bool — boolean cell
  • DateValue — date/time cell with display style (wall-clock UTC semantics)
  • Formula — formula cell with cached result
  • SharedFormulaRef — satellite cell in a shared formula group
  • Empty — cell element present in XML, but no value child
  • Nil — cell element absent from XML entirely