Package | Description |
---|---|
loci.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
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 |
---|---|
Region |
HSSFSheet.getMergedRegionAt(int index)
gets the region at a particular index
|
Modifier and Type | Method and Description |
---|---|
int |
HSSFSheet.addMergedRegion(Region region)
adds a merged region of cells (hence those cells form one)
|
Modifier and Type | Method and Description |
---|---|
int |
Region.compareTo(Region r)
Compares that the given region is the same less than or greater than this
region.
|
boolean |
Region.equals(Region r) |
Copyright © 2015 Open Microscopy Environment