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

ValueDescription
BLANKRepresents an empty cell with no value
STRINGRepresents a cell containing a text string
NUMBERRepresents a cell containing a numeric value
BOOLEANRepresents a cell containing a true/false value
DATE_TIMERepresents a cell containing a date or time value
FORMULARepresents a cell containing a formula expression
ERROR

See Also