public interface EvaluationCell
Modifier and Type | Method and Description |
---|---|
boolean |
getBooleanCellValue() |
int |
getCachedFormulaResultType()
Deprecated.
3.15. Will return a
CellType enum in the future. |
CellType |
getCachedFormulaResultTypeEnum()
Deprecated.
POI 3.15 beta 3.
Will be deleted when we make the CellType enum transition. See bug 59791.
|
int |
getCellType()
Deprecated.
3.15. Will return a
CellType enum in the future. |
CellType |
getCellTypeEnum()
Deprecated.
POI 3.15 beta 3.
Will be deleted when we make the CellType enum transition. See bug 59791.
|
int |
getColumnIndex() |
int |
getErrorCellValue() |
java.lang.Object |
getIdentityKey() |
double |
getNumericCellValue() |
int |
getRowIndex() |
EvaluationSheet |
getSheet() |
java.lang.String |
getStringCellValue() |
java.lang.Object getIdentityKey()
HashMap
EvaluationSheet getSheet()
int getRowIndex()
int getColumnIndex()
int getCellType()
CellType
enum in the future.CellType
in a future version of POI.
For forwards compatibility, do not hard-code cell type literals in your code.CellType getCellTypeEnum()
double getNumericCellValue()
java.lang.String getStringCellValue()
boolean getBooleanCellValue()
int getErrorCellValue()
int getCachedFormulaResultType()
CellType
enum in the future.CellType
in a future version of POI.
For forwards compatibility, do not hard-code cell type literals in your code.CellType getCachedFormulaResultTypeEnum()
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.