EnumCellValueType
Enum
Enumerates OOXML cell value types for interpreting and exporting raw cell content consistently with the spreadsheet specification.
Definition
Namespace:Telerik.Documents.SpreadsheetStreaming
Assembly:Telerik.Documents.SpreadsheetStreaming.dll
Syntax:
cs-api-definition
public enum CellValueType
Fields
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
Shared string table reference used to de-duplicate repeated text.