| Package | Description | 
|---|---|
| loci.poi.hssf.usermodel | 
 usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
 | 
| Modifier and Type | Method and Description | 
|---|---|
HSSFRow | 
HSSFSheet.createRow(int rownum)
Create a new row within the sheet and return the high level representation 
 | 
HSSFRow | 
HSSFSheet.getRow(int rownum)
Returns the logical row (not physical) 0-based. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
HSSFSheet.removeRow(HSSFRow row)
Remove a row from this sheet. 
 | 
Copyright © 2014 Open Microscopy Environment