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.

Description

CellValueKind 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 CellValueKind help ensure type safety by restricting values to a predefined set.

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

 English