| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CellValue | |
|---|---|
| org.apache.poi.hssf.usermodel | usermodel package maps HSSF low level strutures to familiar workbook/sheet model | 
| org.apache.poi.ss.usermodel | |
| org.apache.poi.xssf.usermodel | |
| Uses of CellValue in org.apache.poi.hssf.usermodel | 
|---|
| Methods in org.apache.poi.hssf.usermodel that return CellValue | |
|---|---|
 CellValue | 
HSSFFormulaEvaluator.evaluate(Cell cell)
If cell contains a formula, the formula is evaluated and returned, else the CellValue simply copies the appropriate cell value from the cell and also its cell type.  | 
| Uses of CellValue in org.apache.poi.ss.usermodel | 
|---|
| Fields in org.apache.poi.ss.usermodel declared as CellValue | |
|---|---|
static CellValue | 
CellValue.FALSE
 | 
static CellValue | 
CellValue.TRUE
 | 
| Methods in org.apache.poi.ss.usermodel that return CellValue | |
|---|---|
 CellValue | 
FormulaEvaluator.evaluate(Cell cell)
If cell contains a formula, the formula is evaluated and returned, else the CellValue simply copies the appropriate cell value from the cell and also its cell type.  | 
static CellValue | 
CellValue.getError(int errorCode)
 | 
static CellValue | 
CellValue.valueOf(boolean booleanValue)
 | 
| Uses of CellValue in org.apache.poi.xssf.usermodel | 
|---|
| Methods in org.apache.poi.xssf.usermodel that return CellValue | |
|---|---|
 CellValue | 
XSSFFormulaEvaluator.evaluate(Cell cell)
If cell contains a formula, the formula is evaluated and returned, else the CellValue simply copies the appropriate cell value from the cell and also its cell type.  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||