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  MergeCellsRecords within the row block. | 
| RecordStream | getPlainRecordStream() | 
| SharedValueManager | getSharedFormulaManager() | 
public RowBlocksReader(RecordStream rs)
rs - the record streampublic MergeCellsRecord[] getLooseMergedCells()
MergeCellsRecords 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.