Class RowBlocksReader

java.lang.Object
org.apache.poi.hssf.model.RowBlocksReader

public final class RowBlocksReader extends Object
Segregates the 'Row Blocks' section of a single sheet into plain row/cell records and shared formula records.
  • Constructor Details

    • RowBlocksReader

      public RowBlocksReader(RecordStream rs)
      Also collects any loose MergeCellRecords and puts them in the supplied mergedCellsTable
      Parameters:
      rs - the record stream
  • Method Details