Package org.apache.poi.hssf.model
Class RowBlocksReader
java.lang.Object
org.apache.poi.hssf.model.RowBlocksReader
Segregates the 'Row Blocks' section of a single sheet into plain row/cell records and
shared formula records.
-
Constructor Summary
ConstructorsConstructorDescriptionAlso collects any loose MergeCellRecords and puts them in the supplied mergedCellsTable -
Method Summary
Modifier and TypeMethodDescriptionSome unconventional apps placeMergeCellsRecord
s within the row block.
-
Constructor Details
-
RowBlocksReader
Also collects any loose MergeCellRecords and puts them in the supplied mergedCellsTable- Parameters:
rs
- the record stream
-
-
Method Details
-
getLooseMergedCells
Some unconventional apps placeMergeCellsRecord
s within the row block. They actually should be in theMergedCellsTable
which is much later (see bug 45699).- Returns:
- any loose MergeCellsRecords found
-
getPlainRecordStream
- Returns:
- a
RecordStream
containing all the non-SharedFormulaRecord
non-ArrayRecord
and non-TableRecord
Records.
-