|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |