jxl
Class CellType
public final class CellType
extends java.lang.Object
An enumeration type listing the available content types for a cell
String | toString() - Returns a string description of this cell
|
BOOLEAN
public static final CellType BOOLEAN
BOOLEAN_FORMULA
public static final CellType BOOLEAN_FORMULA
DATE_FORMULA
public static final CellType DATE_FORMULA
FORMULA_ERROR
public static final CellType FORMULA_ERROR
NUMBER
public static final CellType NUMBER
NUMBER_FORMULA
public static final CellType NUMBER_FORMULA
STRING_FORMULA
public static final CellType STRING_FORMULA
toString
public String toString()
Returns a string description of this cell
- the string description for this type