Package org.apache.poi.xssf.binary

The org.apache.poi.xssf.binary package includes necessary underlying components for streaming/read-only processing of xlsb files.

See:
          Description

Interface Summary
XSSFBSheetHandler.SheetContentsHandler You need to implement this to handle the results of the sheet parsing.
 

Class Summary
XSSFBCommentsTable  
XSSFBHyperlinksTable  
XSSFBParser Experimental parser for Microsoft's ooxml xlsb format.
XSSFBRelation Need to have this mirror class of XSSFRelation because of conflicts with regular ooxml relations.
XSSFBSharedStringsTable  
XSSFBSheetHandler  
XSSFBStylesTable This is a very thin shim to gather number formats from styles.bin files.
XSSFBUtils  
XSSFHyperlinkRecord This is a read only record that maintains information about a hyperlink.
 

Enum Summary
XSSFBRecordType  
 

Exception Summary
XSSFBParseException Parse exception while reading an xssfb.
 

Package org.apache.poi.xssf.binary Description

The org.apache.poi.xssf.binary package includes necessary underlying components for streaming/read-only processing of xlsb files.

POI does not yet support opening .xlsb files with XSSFWorkbook, but you can read files with XSSFBReader in org.apache.poi.xssf.eventusermodel.

This feature was added in poi-3.16-beta3 and should be considered experimental. Most classes have been marked @Internal and the API is subject to change.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:



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