Uses of Class
org.apache.poi.ss.formula.Formula
-
Packages that use Formula Package Description org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures.org.apache.poi.hssf.record.cf org.apache.poi.ss.formula This package contains common internal POI code for manipulating formulas. -
-
Uses of Formula in org.apache.poi.hssf.record
Methods in org.apache.poi.hssf.record that return Formula Modifier and Type Method Description FormulaFormulaRecord. getFormula()FormulaOldFormulaRecord. getFormula()protected FormulaCFRuleBase. getFormula1()protected FormulaCFRuleBase. getFormula2()Methods in org.apache.poi.hssf.record with parameters of type Formula Modifier and Type Method Description protected static intCFRuleBase. getFormulaSize(Formula formula)protected voidCFRuleBase. setFormula1(Formula formula1)protected voidCFRuleBase. setFormula2(Formula formula2)Constructors in org.apache.poi.hssf.record with parameters of type Formula Constructor Description ArrayRecord(Formula formula, CellRangeAddress8Bit range) -
Uses of Formula in org.apache.poi.hssf.record.cf
Methods in org.apache.poi.hssf.record.cf that return Formula Modifier and Type Method Description protected FormulaThreshold. getFormula() -
Uses of Formula in org.apache.poi.ss.formula
Methods in org.apache.poi.ss.formula that return Formula Modifier and Type Method Description FormulaFormula. copy()static FormulaFormula. create(Ptg[] ptgs)Creates a Formula object from a suppliedPtgarray.static FormulaFormula. createX(Ptg[] ptgs)static FormulaFormula. read(int encodedTokenLen, LittleEndianInput in)Convenience method forread(int, LittleEndianInput, int)static FormulaFormula. read(int encodedTokenLen, LittleEndianInput in, int totalEncodedLen)When there are no array constants present,encodedTokenLen==totalEncodedLenMethods in org.apache.poi.ss.formula with parameters of type Formula Modifier and Type Method Description static Ptg[]Formula. getTokens(Formula formula)Gets thePtgarray from the supplied Formula.static Ptg[]Formula. getTokens(Formula formula, SpreadsheetVersion version)booleanFormula. isSame(Formula other)Constructors in org.apache.poi.ss.formula with parameters of type Formula Constructor Description Formula(Formula other)
-