| Package | Description | 
|---|---|
| org.apache.poi.hssf.eventusermodel | HSSF eventmodel Package provides an event-based API for reading HSSF files. | 
| org.apache.poi.hssf.model | Provides low level API structures for reading, writing, modifying XLS files. | 
| org.apache.poi.hssf.usermodel | The usermodel package maps HSSF low level structures to familiar workbook/sheet model | 
| Modifier and Type | Method and Description | 
|---|---|
| static InternalWorkbook | EventWorkbookBuilder. createStubWorkbook(ExternSheetRecord[] externs,
                  BoundSheetRecord[] bounds)Creates a stub workbook from the supplied records,
  suitable for use with the  HSSFFormulaParser | 
| static InternalWorkbook | EventWorkbookBuilder. createStubWorkbook(ExternSheetRecord[] externs,
                  BoundSheetRecord[] bounds,
                  SSTRecord sst)Creates a stub Workbook from the supplied records,
  suitable for use with the  HSSFFormulaParser | 
| InternalWorkbook | EventWorkbookBuilder.SheetRecordCollectingListener. getStubWorkbook() | 
| Modifier and Type | Method and Description | 
|---|---|
| static InternalWorkbook | InternalWorkbook. createWorkbook()Creates an empty workbook object with three blank sheets and all the empty
 fields. | 
| static InternalWorkbook | InternalWorkbook. createWorkbook(java.util.List<Record> recs)read support  for low level
 API. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected InternalWorkbook | HSSFSheet. _book | 
| Modifier and Type | Method and Description | 
|---|---|
| protected InternalWorkbook | HSSFCell. getBoundWorkbook()Returns the Workbook that this Cell is bound to | 
| InternalWorkbook | HSSFWorkbook. getInternalWorkbook() | 
| Modifier and Type | Method and Description | 
|---|---|
| static HSSFWorkbook | HSSFWorkbook. create(InternalWorkbook book) | 
| java.lang.String | HSSFCellStyle. getDataFormatString(InternalWorkbook workbook)Get the contents of the format string, by looking up
  the DataFormat against the supplied low level workbook | 
| Constructor and Description | 
|---|
| HSSFCellStyle(short index,
             ExtendedFormatRecord rec,
             InternalWorkbook workbook) | 
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.