public final class RowBlocksReader
extends java.lang.Object
Constructor and Description |
---|
RowBlocksReader(RecordStream rs)
Also collects any loose MergeCellRecords and puts them in the supplied
mergedCellsTable
|
Modifier and Type | Method and Description |
---|---|
MergeCellsRecord[] |
getLooseMergedCells()
Some unconventional apps place
MergeCellsRecord s within the row block. |
RecordStream |
getPlainRecordStream() |
SharedValueManager |
getSharedFormulaManager() |
public RowBlocksReader(RecordStream rs)
rs
- the record streampublic MergeCellsRecord[] getLooseMergedCells()
MergeCellsRecord
s within the row block. They
actually should be in the MergedCellsTable
which is much later (see bug 45699).MergeCellsRecord
s foundpublic SharedValueManager getSharedFormulaManager()
public RecordStream getPlainRecordStream()
RecordStream
containing all the non-SharedFormulaRecord
non-ArrayRecord
and non-TableRecord
Records.Copyright 2022 The Apache Software Foundation or its licensors, as applicable.