Uses of Class
org.apache.poi.xssf.binary.XSSFBParseException

Packages that use XSSFBParseException
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
abstract  void XSSFBParser.handleRecord(int recordType, byte[] data)
           
 void XSSFBSheetHandler.handleRecord(int id, byte[] data)
           
 void XSSFBStylesTable.handleRecord(int recordType, byte[] data)
           
 void XSSFBCommentsTable.handleRecord(int id, byte[] data)
           
static int XSSFBUtils.readXLWideString(byte[] data, int offset, java.lang.StringBuilder sb)
          Reads an XLNullableWideString.
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.