Uses of Class
org.apache.poi.xssf.binary.XSSFBParseException
-
Packages that use XSSFBParseException 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. -
-
Uses of XSSFBParseException in org.apache.poi.xssf.binary
Methods in org.apache.poi.xssf.binary that throw XSSFBParseException Modifier and Type Method Description void
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, java.lang.StringBuilder sb)
Reads an XLNullableWideString.
-