Package | Description |
---|---|
org.apache.poi.ss.formula.eval.forked |
Modifier and Type | Method | Description |
---|---|---|
static ForkedEvaluator |
ForkedEvaluator.create(Workbook wb,
IStabilityClassifier stabilityClassifier) |
Deprecated.
(Sep 2009) (reduce overloading) use
create(Workbook, IStabilityClassifier, UDFFinder) |
static ForkedEvaluator |
ForkedEvaluator.create(Workbook wb,
IStabilityClassifier stabilityClassifier,
UDFFinder udfFinder) |
Modifier and Type | Method | Description |
---|---|---|
static void |
ForkedEvaluator.setupEnvironment(java.lang.String[] workbookNames,
ForkedEvaluator[] evaluators) |
Coordinates several formula evaluators together so that formulas that involve external
references can be evaluated.
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.