| Package | Description | 
|---|---|
| loci.poi.hssf.usermodel | usermodel package maps HSSF low level strutures to familiar workbook/sheet model | 
| Modifier and Type | Field and Description | 
|---|---|
| (package private) HSSFSheet | HSSFPatriarch. sheet | 
| Modifier and Type | Method and Description | 
|---|---|
| (package private) HSSFSheet | HSSFSheet. cloneSheet(HSSFWorkbook workbook) | 
| 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. | 
| private float | HSSFClientAnchor. getRowHeightInPoints(HSSFSheet sheet,
                    int rowNum) | 
| int | HSSFWorkbook. getSheetIndex(HSSFSheet sheet)Returns the index of the given sheet | 
| Constructor and Description | 
|---|
| HSSFPatriarch(HSSFSheet sheet)Creates the patriarch. | 
Copyright © 2016 Open Microscopy Environment