Package | Description |
---|---|
org.apache.poi.hssf.record |
Record package contains class representations for XLS binary strutures.
|
org.apache.poi.hssf.record.aggregates |
record aggregates are not real "records" but collections of records that act as a single record.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayRecord
ARRAY (0x0221)
|
class |
SharedFormulaRecord
Title: SHAREDFMLA (0x04BC) SharedFormulaRecord
Description: Primarily used as an excel optimization so that multiple similar formulas
are not written out too many times.
|
class |
TableRecord
DATATABLE (0x0236)
|
Modifier and Type | Method and Description |
---|---|
SharedValueRecordBase |
SharedValueManager.getRecordForFirstCell(FormulaRecordAggregate agg)
Gets the
SharedValueRecordBase record if it should be encoded immediately after the
formula record contained in the specified FormulaRecordAggregate agg. |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.