Package org.apache.poi.ss.formula
Class FormulaRenderer
java.lang.Object
org.apache.poi.ss.formula.FormulaRenderer
Common logic for rendering formulas.
For POI internal use only
For POI internal use only
- Author:
- Josh Micich
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
toFormulaString
(FormulaRenderingWorkbook book, Ptg[] ptgs) Static method to convert an array ofPtg
s in RPN order to a human readable string format in infix mode.
-
Constructor Details
-
FormulaRenderer
public FormulaRenderer()
-
-
Method Details
-
toFormulaString
Static method to convert an array ofPtg
s in RPN order to a human readable string format in infix mode.- Parameters:
book
- used for defined names and 3D referencesptgs
- must not benull
- Returns:
- a human readable String
-