Uses of Class
org.apache.poi.ss.formula.Formula
-
Packages that use Formula Package Description io.keikai.model.impl.sys.formula Keikai Spreadsheet Internal Book Model Implementation classes.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 io.keikai.model.impl.sys.formula
Fields in io.keikai.model.impl.sys.formula declared as Formula Modifier and Type Field Description protected Formula
FormulaEngineImpl.FormulaExpressionImpl. formulaX
Methods in io.keikai.model.impl.sys.formula that return types with arguments of type Formula Modifier and Type Method Description Map<String,Formula>
EvalBook. getFormulaParsingCache()
Map<String,Formula>
ParsingBook. getFormulaParsingCache()
Constructors in io.keikai.model.impl.sys.formula with parameters of type Formula Constructor Description FormulaExpressionImpl(String formula, Formula formulaX, Ref[] refs, boolean multipleArea)
FormulaExpressionImpl(String formula, Formula formulaX, Ref[] refs, boolean error, String errorMessage, boolean multipleArea)
-
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)
Creates a Formula object from a suppliedPtg
array.static Formula
Formula. createX(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
==totalEncodedLen
Methods in org.apache.poi.ss.formula with parameters of type Formula Modifier and Type Method Description static Ptg[]
Formula. getTokens(Formula formula)
Gets thePtg
array from the supplied Formula.static Ptg[]
Formula. getTokens(Formula formula, SpreadsheetVersion version)
boolean
Formula. isSame(Formula other)
Constructors in org.apache.poi.ss.formula with parameters of type Formula Constructor Description Formula(Formula other)
-