Uses of Class
org.apache.poi.hssf.record.SharedValueRecordBase
-
Packages that use SharedValueRecordBase Package Description org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures.org.apache.poi.hssf.record.aggregates The 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 Modifier and Type Class Description classArrayRecordARRAY (0x0221)classSharedFormulaRecordPrimarily used as an excel optimization so that multiple similar formulas are not written out too many times.classTableRecordThe record specifies a data table.Constructors in org.apache.poi.hssf.record with parameters of type SharedValueRecordBase Constructor Description SharedValueRecordBase(SharedValueRecordBase other) -
Uses of SharedValueRecordBase in org.apache.poi.hssf.record.aggregates
Methods in org.apache.poi.hssf.record.aggregates that return SharedValueRecordBase Modifier and Type Method Description SharedValueRecordBaseSharedValueManager. getRecordForFirstCell(FormulaRecordAggregate agg)Gets theSharedValueRecordBaserecord if it should be encoded immediately after the formula record contained in the specifiedFormulaRecordAggregateagg.
-