Package jxl
Class CellType
java.lang.Object
jxl.CellType
An enumeration type listing the available content types for a cell
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CellTypestatic final CellTypestatic final CellTypestatic final CellTypestatic final CellTypeAn empty cell can still contain formatting information and commentsstatic final CellTypestatic final CellTypestatic final CellTypestatic final CellTypestatic final CellTypestatic final CellType -
Method Summary
-
Field Details
-
EMPTY
An empty cell can still contain formatting information and comments -
LABEL
-
NUMBER
-
BOOLEAN
-
ERROR
-
NUMBER_FORMULA
-
DATE_FORMULA
-
STRING_FORMULA
-
BOOLEAN_FORMULA
-
FORMULA_ERROR
-
DATE
-
-
Method Details