Package | Description |
---|---|
loci.poi.hssf.model |
Provides low level API structures for reading, writing, modifying XLS files.
|
loci.poi.hssf.record |
Record package contains class representations for XLS binary strutures.
|
loci.poi.hssf.util |
util package contains tools needed for writing HSSF files that are not necesarily "real"
HSSF concepts.
|
Modifier and Type | Method and Description |
---|---|
MergeCellsRecord.MergedRegion |
Sheet.getMergedRegionAt(int index) |
Modifier and Type | Method and Description |
---|---|
MergeCellsRecord.MergedRegion |
MergeCellsRecord.getAreaAt(int index)
return the MergedRegion at the given index.
|
Constructor and Description |
---|
Region(MergeCellsRecord.MergedRegion region)
special constructor (I know this is bad but it is so wrong that its right
okay) that makes a region from a mergedcells's region subrecord.
|
Copyright © 2016 Open Microscopy Environment