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 Formula
FormulaRecord. getFormula()
Formula
OldFormulaRecord. getFormula()
protected Formula
CFRuleBase. getFormula1()
protected Formula
CFRuleBase. getFormula2()
Methods in org.apache.poi.hssf.record with parameters of type Formula Modifier and Type Method Description protected 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 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 Formula
Threshold. 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 Formula
Formula. copy()
static Formula
Formula. create(Ptg[] ptgs)
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 Modifier and Type Method Description static Ptg[]
Formula. getTokens(Formula formula)
boolean
Formula. isSame(Formula other)
-