CellValueKind
Overview
CellValueKind is a enum in Aspose.Cells FOSS for Java.
Represents the kind of a cell value.
This enumeration defines 7 values: BLANK, STRING, NUMBER, BOOLEAN, DATE_TIME, FORMULA, ERROR.
Values
| Value | Description |
|---|---|
BLANK | Represents an empty cell with no value |
STRING | Represents a cell containing a text string |
NUMBER | Represents a cell containing a numeric value |
BOOLEAN | Represents a cell containing a true/false value |
DATE_TIME | Represents a cell containing a date or time value |
FORMULA | Represents a cell containing a formula expression |
ERROR |