public interface EvaluationCell
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBooleanCellValue() |
int |
getCachedFormulaResultType() |
int |
getCellType() |
int |
getColumnIndex() |
int |
getErrorCellValue() |
java.lang.Object |
getIdentityKey() |
double |
getNumericCellValue() |
int |
getRowIndex() |
EvaluationSheet |
getSheet() |
java.lang.String |
getStringCellValue() |
java.lang.Object getIdentityKey()
HashMapEvaluationSheet getSheet()
int getRowIndex()
int getColumnIndex()
int getCellType()
double getNumericCellValue()
java.lang.String getStringCellValue()
boolean getBooleanCellValue()
int getErrorCellValue()
int getCachedFormulaResultType()
Copyright 2014 The Apache Software Foundation or its licensors, as applicable.