Uses of Package
org.apache.poi.hssf.record.aggregates
-
Packages that use org.apache.poi.hssf.record.aggregates Package Description org.apache.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files.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.org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet model -
Classes in org.apache.poi.hssf.record.aggregates used by org.apache.poi.hssf.model Class Description ConditionalFormattingTable Holds all the conditional formatting for a workbook sheet.DataValidityTable Manages the DVALRecord and DVRecords for a single sheetPageSettingsBlock Groups the page settings records for a worksheet.RecordAggregate.RecordVisitor RowRecordsAggregate SharedValueManager Manages various auxiliary records while constructing aRowRecordsAggregate
:SharedFormulaRecord
sArrayRecord
sTableRecord
sWorksheetProtectionBlock Groups the sheet protection records for a worksheet. -
Classes in org.apache.poi.hssf.record.aggregates used by org.apache.poi.hssf.record Class Description BOFRecordAggregate Aggregation of bof -
Classes in org.apache.poi.hssf.record.aggregates used by org.apache.poi.hssf.record.aggregates Class Description CFRecordsAggregate CFRecordsAggregate - aggregates Conditional Formatting records CFHeaderRecord and number of up 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).RecordAggregate RecordAggregate
s are groups of of BIFFRecord
s that are typically stored together and/or updated together.RecordAggregate.RecordVisitor SharedValueManager Manages various auxiliary records while constructing aRowRecordsAggregate
:SharedFormulaRecord
sArrayRecord
sTableRecord
s -
Classes in org.apache.poi.hssf.record.aggregates used by org.apache.poi.hssf.usermodel Class Description BOFRecordAggregate Aggregation of bofPageSettingsBlock Groups the page settings records for a worksheet.