Uses of Class
loci.poi.hssf.record.aggregates.ValueRecordsAggregate
-
Packages that use ValueRecordsAggregate Package Description loci.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files.loci.poi.hssf.record.aggregates record aggregates are not real "records" but collections of records that act as a single record. -
-
Uses of ValueRecordsAggregate in loci.poi.hssf.model
Fields in loci.poi.hssf.model declared as ValueRecordsAggregate Modifier and Type Field Description protected ValueRecordsAggregate
Sheet. cells
-
Uses of ValueRecordsAggregate in loci.poi.hssf.record.aggregates
Methods in loci.poi.hssf.record.aggregates with parameters of type ValueRecordsAggregate Modifier and Type Method Description int
RowRecordsAggregate. serialize(int offset, byte[] data, ValueRecordsAggregate cells)
called by the class that is responsible for writing this sucker.
-