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.
|
Modifier and Type | Method and Description |
---|---|
Formula |
FormulaRecord.getFormula() |
Formula |
OldFormulaRecord.getFormula() |
protected Formula |
CFRuleBase.getFormula1() |
protected Formula |
CFRuleBase.getFormula2() |
Modifier and Type | Method and Description |
---|---|
protected static int |
CFRuleBase.getFormulaSize(Formula formula) |
protected void |
CFRuleBase.setFormula1(Formula formula1) |
protected void |
CFRuleBase.setFormula2(Formula formula2) |
Constructor and Description |
---|
ArrayRecord(Formula formula,
CellRangeAddress8Bit range) |
Modifier and Type | Method and Description |
---|---|
protected Formula |
Threshold.getFormula() |
Modifier and Type | Method and Description |
---|---|
Formula |
Formula.copy() |
static Formula |
Formula.create(Ptg[] ptgs)
Creates a Formula object from a supplied
Ptg array. |
static Formula |
Formula.read(int encodedTokenLen,
LittleEndianInput in)
Convenience method for
read(int, LittleEndianInput, int) |
static Formula |
Formula.read(int encodedTokenLen,
LittleEndianInput in,
int totalEncodedLen)
When there are no array constants present,
encodedTokenLen ==totalEncodedLen |
Modifier and Type | Method and Description |
---|---|
static Ptg[] |
Formula.getTokens(Formula formula)
Gets the
Ptg array from the supplied Formula. |
boolean |
Formula.isSame(Formula other) |
Constructor and Description |
---|
Formula(Formula other) |
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.