public class StandardFormulaProcessor extends AbstractFormulaProcessor
However for simple templates you may consider using the FastFormulaProcessor instead
because it is much faster although may not provide the correct results for more complex cases.
| Constructor and Description |
|---|
StandardFormulaProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
processAreaFormulas(Transformer transformer,
Area area)
The method transforms all the formula cells according to the command
transformations happened during the area processing
|
buildJointedCellRefMap, buildTargetCellRefMap, processAreaFormulaspublic void processAreaFormulas(Transformer transformer, Area area)
transformer - transformer to use for formula processingarea - - xls area for which the formula processing is invokedCopyright © 2019. All rights reserved.