Package org.apache.poi.hssf.record.aggregates
package org.apache.poi.hssf.record.aggregates
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:-
ClassDescriptionCFRecordsAggregate - aggregates Conditional Formatting records CFHeaderRecord and number of up CFRuleRecord records together to simplify access to them.Manages the all the records associated with a chart sub-stream.Holds all the conditional formatting for a workbook sheet.Manages the all the records associated with a 'Custom View Settings' sub-stream.Manages the DVALRecord and DVRecords for a single sheetThe 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).Groups the page settings records for a worksheet.RecordAggregates are groups of of BIFF Records that are typically stored together and/or updated together.A wrapper for
RecordAggregate.RecordVisitor
which accumulates the sizes of all records visited.Manages various auxiliary records while constructing aRowRecordsAggregate
:SharedFormulaRecord
sArrayRecord
sTableRecord
sAggregate value records together.Groups the sheet protection records for a worksheet.