Uses of Class
org.apache.poi.hssf.record.SharedValueRecordBase
Packages that use SharedValueRecordBase
Package
Description
Record package contains class representations for XLS binary strutures.
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.recordModifier and TypeClassDescriptionfinal class
ARRAY (0x0221)final class
Title: SHAREDFMLA (0x04BC) SharedFormulaRecord Description: Primarily used as an excel optimization so that multiple similar formulas are not written out too many times.final class
DATATABLE (0x0236) -
Uses of SharedValueRecordBase in org.apache.poi.hssf.record.aggregates
Methods in org.apache.poi.hssf.record.aggregates that return SharedValueRecordBaseModifier and TypeMethodDescriptionSharedValueManager.getRecordForFirstCell
(FormulaRecordAggregate agg) Gets theSharedValueRecordBase
record if it should be encoded immediately after the formula record contained in the specifiedFormulaRecordAggregate
agg.