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 | Description |
---|---|---|
Formula |
FormulaRecord.getFormula() |
Constructor | Description |
---|---|
ArrayRecord(Formula formula,
CellRangeAddress8Bit range) |
Modifier and Type | Method | 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 | Description |
---|---|---|
static Ptg[] |
Formula.getTokens(Formula formula) |
|
boolean |
Formula.isSame(Formula other) |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.