Package org.apache.poi.hssf.record.aggregates

record aggregates are not real "records" but collections of records that act as a single record.

See:
          Description

Class Summary
CFRecordsAggregate CFRecordsAggregate - aggregates Conditional Formatting records CFHeaderRecord and number of up to three CFRuleRecord records together to simplify access to them.
ColumnInfoRecordsAggregate  
FormulaRecordAggregate The formula record aggregate is used to join together the formula record and it's (optional) string record and (optional) Shared Formula Record (template reads, excel optimization).
RowRecordsAggregate  
ValueRecordsAggregate Aggregate value records together.
 

Package org.apache.poi.hssf.record.aggregates Description

record aggregates are not real "records" but collections of records that act as a single record. This is an optimization basically.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:

See Also:
org.apache.poi.hssf.record, org.apache.poi.hssf.eventmodel, RecordFactory


Copyright 2008 The Apache Software Foundation or its licensors, as applicable.