public class FormulaRenderer
extends java.lang.Object
| Constructor | Description |
|---|---|
FormulaRenderer() |
| Modifier and Type | Method | Description |
|---|---|---|
static java.lang.String |
toFormulaString(FormulaRenderingWorkbook book,
Ptg[] ptgs) |
Static method to convert an array of
Ptgs in RPN order
to a human readable string format in infix mode. |
public static java.lang.String toFormulaString(FormulaRenderingWorkbook book, Ptg[] ptgs)
Ptgs in RPN order
to a human readable string format in infix mode.book - used for defined names and 3D referencesptgs - must not be nullCopyright 2018 The Apache Software Foundation or its licensors, as applicable.