| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.poi.ss.formula.FormulaRenderer
public class FormulaRenderer
Common logic for rendering formulas.
 For POI internal use only
| Constructor Summary | |
|---|---|
FormulaRenderer()
 | 
|
| Method Summary | |
|---|---|
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. | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public FormulaRenderer()
| Method Detail | 
|---|
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 null
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||