public interface EvaluationCell
Modifier and Type | Method and Description |
---|---|
CellRangeAddress |
getArrayFormulaRange() |
boolean |
getBooleanCellValue() |
CellType |
getCachedFormulaResultType() |
CellType |
getCachedFormulaResultTypeEnum()
Deprecated.
POI 3.15 beta 3.
Will be deleted when we make the CellType enum transition. See bug 59791.
|
CellType |
getCellType() |
CellType |
getCellTypeEnum()
Deprecated.
POI 3.15 beta 3.
|
int |
getColumnIndex() |
int |
getErrorCellValue() |
java.lang.Object |
getIdentityKey() |
double |
getNumericCellValue() |
int |
getRowIndex() |
EvaluationSheet |
getSheet() |
java.lang.String |
getStringCellValue() |
boolean |
isPartOfArrayFormulaGroup() |
java.lang.Object getIdentityKey()
HashMap
EvaluationSheet getSheet()
int getRowIndex()
int getColumnIndex()
CellType getCellType()
@Deprecated @Removal(version="4.2") CellType getCellTypeEnum()
double getNumericCellValue()
java.lang.String getStringCellValue()
boolean getBooleanCellValue()
int getErrorCellValue()
CellRangeAddress getArrayFormulaRange()
boolean isPartOfArrayFormulaGroup()
CellType getCachedFormulaResultType()
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.