|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EvaluationCell
Abstracts a cell for the purpose of formula evaluation. This interface represents both formula
and non-formula cells.
For POI internal use only
Method Summary | |
---|---|
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()
|
Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |