Package | Description |
---|---|
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.usermodel |
Modifier and Type | Method and Description |
---|---|
WorkbookEvaluator |
HSSFFormulaEvaluator._getWorkbookEvaluator() |
Modifier and Type | Method and Description |
---|---|
WorkbookEvaluator |
WorkbookEvaluatorProvider._getWorkbookEvaluator()
Provide the underlying WorkbookEvaluator
|
WorkbookEvaluator |
CollaboratingWorkbooksEnvironment.getWorkbookEvaluator(java.lang.String workbookName) |
Modifier and Type | Method and Description |
---|---|
static void |
CollaboratingWorkbooksEnvironment.setup(java.lang.String[] workbookNames,
WorkbookEvaluator[] evaluators) |
Modifier and Type | Method and Description |
---|---|
static void |
CollaboratingWorkbooksEnvironment.setup(java.util.Map<java.lang.String,WorkbookEvaluator> evaluatorsByName) |
Constructor and Description |
---|
OperationEvaluationContext(WorkbookEvaluator bookEvaluator,
EvaluationWorkbook workbook,
int sheetIndex,
int srcRowNum,
int srcColNum,
org.apache.poi.ss.formula.EvaluationTracker tracker) |
Modifier and Type | Method and Description |
---|---|
WorkbookEvaluator |
XSSFFormulaEvaluator._getWorkbookEvaluator() |
Copyright 2015 The Apache Software Foundation or its licensors, as applicable.