public interface EvaluationCell
Modifier and Type | Method and Description |
---|---|
boolean |
getBooleanCellValue() |
int |
getCachedFormulaResultType() |
int |
getCellType() |
int |
getColumnIndex() |
int |
getErrorCellValue() |
Object |
getIdentityKey() |
double |
getNumericCellValue() |
int |
getRowIndex() |
EvaluationSheet |
getSheet() |
String |
getStringCellValue() |
Object getIdentityKey()
HashMap
EvaluationSheet getSheet()
int getRowIndex()
int getColumnIndex()
int getCellType()
double getNumericCellValue()
String getStringCellValue()
boolean getBooleanCellValue()
int getErrorCellValue()
int getCachedFormulaResultType()
Copyright © 2020. All rights reserved.