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