Package org.apache.poi.xssf.binary
Class XSSFBSheetHandler
java.lang.Object
org.apache.poi.xssf.binary.XSSFBParser
org.apache.poi.xssf.binary.XSSFBSheetHandler
- Since:
- 3.16-beta3
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
You need to implement this to handle the results of the sheet parsing. -
Constructor Summary
ConstructorsConstructorDescriptionXSSFBSheetHandler
(InputStream is, XSSFBStylesTable styles, XSSFBCommentsTable comments, SharedStrings strings, XSSFSheetXMLHandler.SheetContentsHandler sheetContentsHandler, DataFormatter dataFormatter, boolean formulasNotResults) -
Method Summary
Methods inherited from class org.apache.poi.xssf.binary.XSSFBParser
parse
-
Constructor Details
-
Method Details
-
handleRecord
- Specified by:
handleRecord
in classXSSFBParser
- Throws:
XSSFBParseException
-