public final class CellType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static CellType |
BOOLEAN |
static CellType |
BOOLEAN_FORMULA |
static CellType |
DATE |
static CellType |
DATE_FORMULA |
static CellType |
EMPTY
An empty cell can still contain formatting information and comments
|
static CellType |
ERROR |
static CellType |
FORMULA_ERROR |
static CellType |
LABEL |
static CellType |
NUMBER |
static CellType |
NUMBER_FORMULA |
static CellType |
STRING_FORMULA |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Returns a string description of this cell
|
public static final CellType EMPTY
public static final CellType LABEL
public static final CellType NUMBER
public static final CellType BOOLEAN
public static final CellType ERROR
public static final CellType NUMBER_FORMULA
public static final CellType DATE_FORMULA
public static final CellType STRING_FORMULA
public static final CellType BOOLEAN_FORMULA
public static final CellType FORMULA_ERROR
public static final CellType DATE