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