Package | Description |
---|---|
org.apache.poi.hssf.record |
Record package contains class representations for XLS binary strutures.
|
org.apache.poi.ss.formula |
This package contains common internal POI code for manipulating formulas.
|
Modifier and Type | Method and Description |
---|---|
Formula |
OldFormulaRecord.getFormula() |
Formula |
FormulaRecord.getFormula() |
Constructor and Description |
---|
ArrayRecord(Formula formula,
CellRangeAddress8Bit range) |
Modifier and Type | Method and Description |
---|---|
Formula |
Formula.copy() |
static Formula |
Formula.create(Ptg[] ptgs)
|
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)
|
boolean |
Formula.isSame(Formula other) |
Copyright 2015 The Apache Software Foundation or its licensors, as applicable.