com.gembox.spreadsheet
Enum CellValueType
- java.lang.Object
- java.lang.Enum
- com.gembox.spreadsheet.CellValueType
public enum CellValueType extends Enum<CellValueType>
Represents the possible cell value types.
Enum Constant Summary
Enum Constant and Description |
---|
BOOL Cell value is boolean. |
DOUBLE Cell value is double. |
INT Cell value is integer. |
LOCAL_DATE_TIME Cell value is date-time. |
NULL Blank cell. |
OBJECT A general type representing any reference or value type not explicitly represented by another CellValueType. |
STRING Cell value is string. |
Enum Constant Detail
OBJECT
public static final CellValueType OBJECT
A general type representing any reference or value type not explicitly represented by another CellValueType.