public interface EvaluationCell
Modifier and Type | Method | 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()
HashMap
EvaluationSheet getSheet()
int getRowIndex()
int getColumnIndex()
int getCellType()
double getNumericCellValue()
java.lang.String getStringCellValue()
boolean getBooleanCellValue()
int getErrorCellValue()
int getCachedFormulaResultType()
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.