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 CellType
static final CellType
static final CellType
static final CellType
static final CellType
An empty cell can still contain formatting information and commentsstatic final CellType
static final CellType
static final CellType
static final CellType
static final CellType
static 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