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.
|
Modifier and Type | Field and Description |
---|---|
protected ValueRecordsAggregate |
Sheet.cells |
Modifier and Type | Method and Description |
---|---|
int |
RowRecordsAggregate.serialize(int offset,
byte[] data,
ValueRecordsAggregate cells)
called by the class that is responsible for writing this sucker.
|
Copyright © 2014 Open Microscopy Environment