|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SharedValueRecordBase | |
---|---|
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. |
Uses of SharedValueRecordBase in org.apache.poi.hssf.record |
---|
Subclasses of SharedValueRecordBase in org.apache.poi.hssf.record | |
---|---|
class |
ArrayRecord
ARRAY (0x0221) Treated in a similar way to SharedFormulaRecord |
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) TableRecord - The record specifies a data table. |
Uses of SharedValueRecordBase in org.apache.poi.hssf.record.aggregates |
---|
Methods in org.apache.poi.hssf.record.aggregates that return SharedValueRecordBase | |
---|---|
SharedValueRecordBase |
SharedValueManager.getRecordForFirstCell(FormulaRecord formulaRecord)
Note - does not return SharedFormulaRecords currently, because the corresponding formula records have been converted to 'unshared'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |