Package | Description |
---|---|
org.apache.poi.hssf.model |
Provides low level API structures for reading, writing, modifying XLS files.
|
org.apache.poi.hssf.record.aggregates |
record aggregates are not real "records" but collections of records that act as a single record.
|
Modifier and Type | Method | Description |
---|---|---|
RecordStream |
RowBlocksReader.getPlainRecordStream() |
Modifier and Type | Method | Description |
---|---|---|
static InternalSheet |
InternalSheet.createSheet(RecordStream rs) |
read support (offset used as starting point for search) for low level
API.
|
Constructor | Description |
---|---|
RowBlocksReader(RecordStream rs) |
Also collects any loose MergeCellRecords and puts them in the supplied
mergedCellsTable
|
Modifier and Type | Method | 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
WorksheetProtectionBlock records 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
MergeCellsRecord s |
Constructor | 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 2018 The Apache Software Foundation or its licensors, as applicable.