Example usage for Java org.apache.poi.ss.usermodel CellValue fields, constructors, methods, implement or subclass
The text is from its open source code.
String | formatAsString() |
boolean | getBooleanValue() |
CellType | getCellType() Return the cell type. |
CellType | getCellTypeEnum() Return the cell type. |
CellValue | getError(int errorCode) |
byte | getErrorValue() |
double | getNumberValue() |
String | getStringValue() |
String | toString() |