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.ss.usermodel | |
org.apache.poi.xssf.streaming | |
org.apache.poi.xssf.usermodel |
Modifier and Type | Class and Description |
---|---|
class |
HSSFEvaluationWorkbook
Internal 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 | Method and Description |
---|---|
EvaluationWorkbook |
Workbook.createEvaluationWorkbook() |
Modifier and Type | Class and Description |
---|---|
class |
SXSSFEvaluationWorkbook
SXSSF wrapper around the SXSSF and XSSF workbooks
|
Modifier and Type | Method and Description |
---|---|
EvaluationWorkbook |
SXSSFWorkbook.createEvaluationWorkbook() |
Modifier and Type | Class and Description |
---|---|
class |
BaseXSSFEvaluationWorkbook
Internal POI use only - parent of XSSF and SXSSF evaluation workbooks
|
class |
XSSFEvaluationWorkbook
Internal POI use only
|
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.