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 Formula
CFRuleBase.getFormula1()
protected Formula
CFRuleBase.getFormula2()
Methods in org.apache.poi.hssf.record with parameters of type FormulaModifier and TypeMethodDescriptionprotected static int
CFRuleBase.getFormulaSize
(Formula formula) protected void
CFRuleBase.setFormula1
(Formula formula1) protected void
CFRuleBase.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 Formula
static Formula
Formula.read
(int encodedTokenLen, LittleEndianInput in) Convenience method forread(int, LittleEndianInput, int)
static Formula
Formula.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