| Package | Description |
|---|---|
| org.apache.poi.xssf.binary |
The org.apache.poi.xssf.binary package includes necessary underlying components
for streaming/read-only processing of xlsb files.
|
| Constructor and Description |
|---|
XSSFBSheetHandler(InputStream is,
XSSFBStylesTable styles,
XSSFBCommentsTable comments,
SharedStrings strings,
XSSFBSheetHandler.XSSFBSheetContentsHandler sheetContentsHandler,
boolean formulasNotResults)
Creates a handler that forwards native POI cell types to the supplied
XSSFBSheetHandler.XSSFBSheetContentsHandler. |