| Package | Description | 
|---|---|
| loci.poi.hssf.model | 
 Provides low level API structures for reading, writing, modifying XLS files. 
 | 
| loci.poi.hssf.usermodel | 
 usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected HeaderRecord | 
Sheet.header  | 
| Modifier and Type | Method and Description | 
|---|---|
HeaderRecord | 
Sheet.getHeader()
Returns the HeaderRecord. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Sheet.setHeader(HeaderRecord newHeader)
Sets the HeaderRecord. 
 | 
| Constructor and Description | 
|---|
HSSFHeader(HeaderRecord headerRecord)
Constructor. 
 | 
Copyright © 2014 Open Microscopy Environment