Package | Description |
---|---|
org.apache.poi.hssf.record.aggregates |
The record aggregates are not real "records" but collections of records that act as a single record.
|
Modifier and Type | Class and Description |
---|---|
class |
CFRecordsAggregate
CFRecordsAggregate - aggregates Conditional Formatting records CFHeaderRecord
and number of up CFRuleRecord records together to simplify access to them.
|
class |
ChartSubstreamRecordAggregate
Manages the all the records associated with a chart sub-stream.
|
class |
ColumnInfoRecordsAggregate |
class |
ConditionalFormattingTable
Holds all the conditional formatting for a workbook sheet.
|
class |
CustomViewSettingsRecordAggregate
Manages the all the records associated with a 'Custom View Settings' sub-stream.
|
class |
DataValidityTable
Manages the DVALRecord and DVRecords for a single sheet
|
class |
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).
|
class |
MergedCellsTable |
class |
PageSettingsBlock
Groups the page settings records for a worksheet.
|
class |
RowRecordsAggregate |
class |
WorksheetProtectionBlock
Groups the sheet protection records for a worksheet.
|
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.