Uses of Class
org.apache.poi.xssf.binary.XSSFBParseException
Packages that use XSSFBParseException
Package
Description
The org.apache.poi.xssf.binary package includes necessary underlying components
for streaming/read-only processing of xlsb files.
-
Uses of XSSFBParseException in org.apache.poi.xssf.binary
Methods in org.apache.poi.xssf.binary that throw XSSFBParseExceptionModifier and TypeMethodDescriptionvoid
XSSFBCommentsTable.handleRecord
(int id, byte[] data) abstract void
XSSFBParser.handleRecord
(int recordType, byte[] data) void
XSSFBSheetHandler.handleRecord
(int id, byte[] data) void
XSSFBStylesTable.handleRecord
(int recordType, byte[] data) static int
XSSFBUtils.readXLWideString
(byte[] data, int offset, StringBuilder sb) Reads an XLNullableWideString.