Uses of Package
org.apache.poi.hssf.record.aggregates
Packages that use org.apache.poi.hssf.record.aggregates
Package
Description
Provides low level API structures for reading, writing, modifying XLS files.
record aggregates are not real "records" but collections of records that act as a single record.
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
-
Classes in org.apache.poi.hssf.record.aggregates used by org.apache.poi.hssf.modelClassDescriptionHolds all the conditional formatting for a workbook sheet.Manages the DVALRecord and DVRecords for a single sheetGroups the page settings records for a worksheet.Manages various auxiliary records while constructing a
RowRecordsAggregate
:SharedFormulaRecord
sArrayRecord
sTableRecord
sGroups the sheet protection records for a worksheet. -
Classes in org.apache.poi.hssf.record.aggregates used by org.apache.poi.hssf.record.aggregatesClassDescriptionCFRecordsAggregate - aggregates Conditional Formatting records CFHeaderRecord and number of up CFRuleRecord records together to simplify access to them.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).RecordAggregates are groups of of BIFF Records that are typically stored together and/or updated together.Manages various auxiliary records while constructing a
RowRecordsAggregate
:SharedFormulaRecord
sArrayRecord
sTableRecord
s -
Classes in org.apache.poi.hssf.record.aggregates used by org.apache.poi.hssf.usermodel