public interface EvaluationCell
Modifier and Type | Method and Description |
---|---|
CellRangeAddress |
getArrayFormulaRange() |
boolean |
getBooleanCellValue() |
CellType |
getCachedFormulaResultType() |
CellType |
getCellType() |
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()
double getNumericCellValue()
java.lang.String getStringCellValue()
boolean getBooleanCellValue()
int getErrorCellValue()
CellRangeAddress getArrayFormulaRange()
boolean isPartOfArrayFormulaGroup()
CellType getCachedFormulaResultType()
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.