| Package | Description | 
|---|---|
| org.apache.poi.hssf.model | Provides low level API structures for reading, writing, modifying XLS files. | 
| 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 | Method and Description | 
|---|---|
| RecordStream | RowBlocksReader. getPlainRecordStream() | 
| Modifier and Type | Method and Description | 
|---|---|
| static InternalSheet | InternalSheet. createSheet(RecordStream rs)read support  (offset used as starting point for search) for low level
 API. | 
| Constructor and Description | 
|---|
| RowBlocksReader(RecordStream rs)Also collects any loose MergeCellRecords and puts them in the supplied
 mergedCellsTable | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PageSettingsBlock. addLateRecords(RecordStream rs)This method reads PageSettingsBlock records from the supplied RecordStream until the first
 non-PageSettingsBlock record is encountered. | 
| void | WorksheetProtectionBlock. addRecords(RecordStream rs)This method reads  WorksheetProtectionBlockrecords from the supplied RecordStream
 until the first non-WorksheetProtectionBlock record is encountered. | 
| void | ValueRecordsAggregate. construct(CellValueRecordInterface rec,
         RecordStream rs,
         SharedValueManager sfh)Processes a single cell value record | 
| static CFRecordsAggregate | CFRecordsAggregate. createCFAggregate(RecordStream rs)Create CFRecordsAggregate from a list of CF Records | 
| void | MergedCellsTable. read(RecordStream rs)reads zero or more consecutive  MergeCellsRecords | 
| Constructor and Description | 
|---|
| ChartSubstreamRecordAggregate(RecordStream rs) | 
| ColumnInfoRecordsAggregate(RecordStream rs) | 
| ConditionalFormattingTable(RecordStream rs) | 
| CustomViewSettingsRecordAggregate(RecordStream rs) | 
| DataValidityTable(RecordStream rs) | 
| PageSettingsBlock(RecordStream rs) | 
| RowRecordsAggregate(RecordStream rs,
                   SharedValueManager svm) | 
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.