Enum CellValueType
Enumerates OOXML cell value types for interpreting and exporting raw cell content consistently with the spreadsheet specification.
Namespace: Telerik.Documents.SpreadsheetStreaming
Assembly: Telerik.Documents.SpreadsheetStreaming.dll
Syntax
public enum CellValueType
Boolean
Boolean scalar (true / false) stored without localization.
Date
ISO-like serialized date/time value mapped through a date number format.
Error
Error code token (e.g. #DIV/0!) indicating a formula evaluation failure.
Formula
Formula expression stored for calculation.
Number
Numeric (floating‑point) value subject to number formatting.
RichText
Inline rich text payload with formatting runs.
SharedString
Text
Plain text value.