| Package | Description |
|---|---|
| org.apache.poi.hssf.usermodel |
The usermodel package maps HSSF low level structures to familiar workbook/sheet model
|
| org.apache.poi.ss.usermodel |
| Modifier and Type | Class and Description |
|---|---|
class |
HSSFDataFormat
Identifies both built-in and user defined formats within a workbook.
|
| Modifier and Type | Method and Description |
|---|---|
DataFormat |
Workbook.createDataFormat()
Returns the instance of DataFormat for this workbook.
|
DataFormat |
CreationHelper.createDataFormat()
Creates a new DataFormat instance
|