CellValueType

Overview

CellValueType is a enum in Aspose.Cells FOSS for Java.

Represents the type of a cell value.

This enumeration defines 6 values: BLANK, STRING, NUMBER, BOOLEAN, DATE_TIME, FORMULA.

Values

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

See Also