|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EvaluationWorkbook | |
|---|---|
| org.apache.poi.hssf.usermodel | usermodel package maps HSSF low level strutures to familiar workbook/sheet model |
| org.apache.poi.ss.formula | This package contains common internal POI code for manipulating formulas. |
| org.apache.poi.xssf.streaming | |
| org.apache.poi.xssf.usermodel | |
| Uses of EvaluationWorkbook in org.apache.poi.hssf.usermodel |
|---|
| Classes in org.apache.poi.hssf.usermodel that implement EvaluationWorkbook | |
|---|---|
class |
HSSFEvaluationWorkbook
Internal POI use only |
| Uses of EvaluationWorkbook in org.apache.poi.ss.formula |
|---|
| Methods in org.apache.poi.ss.formula that return EvaluationWorkbook | |
|---|---|
EvaluationWorkbook |
OperationEvaluationContext.getWorkbook()
|
| Constructors in org.apache.poi.ss.formula with parameters of type EvaluationWorkbook | |
|---|---|
OperationEvaluationContext(WorkbookEvaluator bookEvaluator,
EvaluationWorkbook workbook,
int sheetIndex,
int srcRowNum,
int srcColNum,
org.apache.poi.ss.formula.EvaluationTracker tracker)
|
|
OperationEvaluationContext(WorkbookEvaluator bookEvaluator,
EvaluationWorkbook workbook,
int sheetIndex,
int srcRowNum,
int srcColNum,
org.apache.poi.ss.formula.EvaluationTracker tracker,
boolean isSingleValue)
|
|
WorkbookEvaluator(EvaluationWorkbook workbook,
IStabilityClassifier stabilityClassifier,
UDFFinder udfFinder)
|
|
| Uses of EvaluationWorkbook in org.apache.poi.xssf.streaming |
|---|
| Classes in org.apache.poi.xssf.streaming that implement EvaluationWorkbook | |
|---|---|
class |
SXSSFEvaluationWorkbook
SXSSF wrapper around the SXSSF and XSSF workbooks |
| Uses of EvaluationWorkbook in org.apache.poi.xssf.usermodel |
|---|
| Classes in org.apache.poi.xssf.usermodel that implement EvaluationWorkbook | |
|---|---|
class |
BaseXSSFEvaluationWorkbook
Internal POI use only - parent of XSSF and SXSSF evaluation workbooks |
class |
XSSFEvaluationWorkbook
Internal POI use only |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||