FormulaUtil

java.lang. Object
+Object()
+getClass() :java.lang.Class
+hashCode() :int
+equals(java.lang.Object ) :boolean
#clone() :java.lang.Object
+toString() :java.lang.String
+notify() :void
+notifyAll() :void
+wait(long ) :void
+wait(long , int ) :void
+wait() :void
#finalize() :void
org.apache.poi.hssf.record.formula. FormulaUtil
+FormulaUtil()
+parseFormula(java.lang.String formula) :org.apache.poi.hssf.record.formula.Ptg
+formulaAddTwoInts(short first, short second) :org.apache.poi.hssf.record.formula.Ptg
+formulaSubtractTwoInts(short first, short second) :org.apache.poi.hssf.record.formula.Ptg
+formulaMultiplyTwoInts(short first, short second) :org.apache.poi.hssf.record.formula.Ptg
+formulaPowerTwoInts(short first, short second) :org.apache.poi.hssf.record.formula.Ptg
+formulaDivideTwoInts(short first, short second) :org.apache.poi.hssf.record.formula.Ptg
+createInteger(short value) :org.apache.poi.hssf.record.formula.Ptg
+createAdd() :org.apache.poi.hssf.record.formula.Ptg
+createSubtract() :org.apache.poi.hssf.record.formula.Ptg
+createMultiply() :org.apache.poi.hssf.record.formula.Ptg
+createDivide() :org.apache.poi.hssf.record.formula.Ptg
+createPower() :org.apache.poi.hssf.record.formula.Ptg