| Package | Description | 
|---|---|
| org.apache.poi.hssf.eventusermodel | HSSF eventmodel Package provides an event-based API for reading HSSF files. | 
| org.apache.poi.hssf.record | Record package contains class representations for XLS binary strutures. | 
| Modifier and Type | Method and Description | 
|---|---|
| BoundSheetRecord[] | EventWorkbookBuilder.SheetRecordCollectingListener. getBoundSheetRecords() | 
| 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 | 
| Modifier and Type | Method and Description | 
|---|---|
| static BoundSheetRecord[] | BoundSheetRecord. orderByBofPosition(java.util.List<BoundSheetRecord> boundSheetRecords)Converts a List of  BoundSheetRecords to an array and sorts by the position of their
 BOFs. | 
| Modifier and Type | Method and Description | 
|---|---|
| static BoundSheetRecord[] | BoundSheetRecord. orderByBofPosition(java.util.List<BoundSheetRecord> boundSheetRecords)Converts a List of  BoundSheetRecords to an array and sorts by the position of their
 BOFs. | 
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.