Class FormulaRenderer


  • public class FormulaRenderer
    extends java.lang.Object
    Common logic for rendering formulas.
    For POI internal use only
    • Constructor Summary

      Constructors 
      Constructor Description
      FormulaRenderer()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FormulaRenderer

        public FormulaRenderer()
    • Method Detail

      • toFormulaString

        public 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.
        Parameters:
        book - used for defined names and 3D references
        ptgs - must not be null
        Returns:
        a human readable String