Uses of Class
org.apache.poi.ss.formula.Formula
Packages that use Formula
Package
Description
Record package contains class representations for XLS binary strutures.
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 FormulaModifier and TypeMethodDescriptionFormulaRecord.getFormula()OldFormulaRecord.getFormula()protected FormulaCFRuleBase.getFormula1()protected FormulaCFRuleBase.getFormula2()Methods in org.apache.poi.hssf.record with parameters of type FormulaModifier and TypeMethodDescriptionprotected 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 -
Uses of Formula in org.apache.poi.hssf.record.cf
Methods in org.apache.poi.hssf.record.cf that return Formula -
Uses of Formula in org.apache.poi.ss.formula
Methods in org.apache.poi.ss.formula that return FormulaModifier and TypeMethodDescriptionFormula.copy()static Formulastatic 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