Uses of Class
org.apache.poi.hssf.record.aggregates.ValueRecordsAggregate

Packages that use ValueRecordsAggregate
org.apache.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files. 
org.apache.poi.hssf.record.aggregates record aggregates are not real "records" but collections of records that act as a single record. 
 

Uses of ValueRecordsAggregate in org.apache.poi.hssf.model
 

Fields in org.apache.poi.hssf.model declared as ValueRecordsAggregate
protected  ValueRecordsAggregate Sheet.cells
           
 

Uses of ValueRecordsAggregate in org.apache.poi.hssf.record.aggregates
 

Methods in org.apache.poi.hssf.record.aggregates with parameters of type ValueRecordsAggregate
 int RowRecordsAggregate.serialize(int offset, byte[] data, ValueRecordsAggregate cells)
          called by the class that is responsible for writing this sucker.
 



Copyright 2008 The Apache Software Foundation or its licensors, as applicable.