Package | Description |
---|---|
org.zkoss.poi.hssf.record |
Record package contains class representations for XLS binary strutures.
|
org.zkoss.poi.hssf.record.aggregates |
record aggregates are not real "records" but collections of records that act as a single record.
|
org.zkoss.poi.hssf.util |
util package contains tools needed for writing HSSF files that are not necesarily "real"
HSSF concepts.
|
Modifier and Type | Method and Description |
---|---|
CellRangeAddress8Bit |
SharedValueRecordBase.getRange() |
Constructor and Description |
---|
ArrayRecord(Formula formula,
CellRangeAddress8Bit range) |
SharedValueRecordBase(CellRangeAddress8Bit range) |
TableRecord(CellRangeAddress8Bit range) |
Modifier and Type | Method and Description |
---|---|
CellRangeAddress8Bit |
SharedValueManager.removeArrayFormula(int rowIndex,
int columnIndex)
Removes the
ArrayRecord for the cell group containing the specified cell. |
Modifier and Type | Method and Description |
---|---|
CellRangeAddress8Bit |
CellRangeAddress8Bit.copy() |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.