| Package | Description | 
|---|---|
| loci.poi.hssf.usermodel | 
 usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
 | 
| Modifier and Type | Method and Description | 
|---|---|
HSSFSheet | 
HSSFWorkbook.cloneSheet(int sheetNum)
create an HSSFSheet from an existing sheet in the HSSFWorkbook. 
 | 
HSSFSheet | 
HSSFWorkbook.createSheet()
create an HSSFSheet for this HSSFWorkbook, adds it to the sheets and returns
 the high level representation. 
 | 
HSSFSheet | 
HSSFWorkbook.createSheet(String sheetname)
create an HSSFSheet for this HSSFWorkbook, adds it to the sheets and returns
 the high level representation. 
 | 
HSSFSheet | 
HSSFWorkbook.getSheet(String name)
Get sheet with the given name 
 | 
HSSFSheet | 
HSSFWorkbook.getSheetAt(int index)
Get the HSSFSheet object at the given index. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
float | 
HSSFClientAnchor.getAnchorHeightInPoints(HSSFSheet sheet)
Calculates the height of a client anchor in points. 
 | 
int | 
HSSFWorkbook.getSheetIndex(HSSFSheet sheet)
Returns the index of the given sheet 
 | 
Copyright © 2014 Open Microscopy Environment