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 voidXSSFBCommentsTable. handleRecord(int id, byte[] data)abstract voidXSSFBParser. handleRecord(int recordType, byte[] data)voidXSSFBSheetHandler. handleRecord(int id, byte[] data)voidXSSFBStylesTable. handleRecord(int recordType, byte[] data)static intXSSFBUtils. readXLWideString(byte[] data, int offset, StringBuilder sb)Reads an XLNullableWideString.
-