org.apache.poi.ss.formula
Interface EvaluationCell
public interface EvaluationCell
Abstracts a cell for the purpose of formula evaluation. This interface represents both formula
and non-formula cells.
Implementors of this class must implement #hashCode()
and #equals(Object)
to provide an identity relationship based on the underlying HSSF or XSSF cell
For POI internal use only
- Author:
- Josh Micich
getSheet
EvaluationSheet getSheet()
getRowIndex
int getRowIndex()
getColumnIndex
int getColumnIndex()
getCellType
int getCellType()
getNumericCellValue
double getNumericCellValue()
getStringCellValue
java.lang.String getStringCellValue()
getBooleanCellValue
boolean getBooleanCellValue()
getErrorCellValue
int getErrorCellValue()
Copyright 2008 The Apache Software Foundation or
its licensors, as applicable.