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.

Description

CellValueType is an enumeration type in the Aspose.Cells FOSS library for Java. It defines a set of named constants that control behavior or specify options within the API. Enumerations like CellValueType help ensure type safety by restricting values to a predefined set.

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

 English