Package | Description |
---|---|
org.zkoss.poi.hssf.record |
Record package contains class representations for XLS binary strutures.
|
org.zkoss.poi.ss.formula |
This package contains common internal POI code for manipulating formulas.
|
Modifier and Type | Method and Description |
---|---|
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 © 2005-2010 Potix Corporation. All Rights Reserved.