| Package | Description | 
|---|---|
| org.apache.poi.hssf.usermodel | The usermodel package maps HSSF low level structures 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 | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HSSFEvaluationWorkbookInternal POI use only | 
| Modifier and Type | Method and Description | 
|---|---|
| protected EvaluationWorkbook | BaseFormulaEvaluator. getEvaluationWorkbook()internal use | 
| EvaluationWorkbook | OperationEvaluationContext. getWorkbook() | 
| Constructor and Description | 
|---|
| 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) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SXSSFEvaluationWorkbookSXSSF wrapper around the SXSSF and XSSF workbooks | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BaseXSSFEvaluationWorkbookInternal POI use only - parent of XSSF and SXSSF evaluation workbooks | 
| class  | XSSFEvaluationWorkbookInternal POI use only | 
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.