Class ValueRecordsAggregate

java.lang.Object
org.apache.poi.hssf.record.aggregates.ValueRecordsAggregate
All Implemented Interfaces:
Iterable<CellValueRecordInterface>

public final class ValueRecordsAggregate extends Object implements Iterable<CellValueRecordInterface>
Aggregate value records together. Things are easier to handle that way.
  • Constructor Details

    • ValueRecordsAggregate

      public ValueRecordsAggregate()
      Creates a new instance of ValueRecordsAggregate
  • Method Details