Package org.apache.poi.xssf.binary
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.
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:-
ClassDescriptionParse exception while reading an xssfb.Experimental parser for Microsoft's ooxml xlsb format.Need to have this mirror class of
XSSFRelation
because of conflicts with regular ooxml relations.You need to implement this to handle the results of the sheet parsing.This is a very thin shim to gather number formats from styles.bin files.This is a read only record that maintains information about a hyperlink.