See: Description
Interface | Description |
---|---|
XSSFBSheetHandler.SheetContentsHandler |
You need to implement this to handle the results
of the sheet parsing.
|
Class | Description |
---|---|
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 | Description |
---|---|
XSSFBRecordType |
Exception | Description |
---|---|
XSSFBParseException |
Parse exception while reading an xssfb.
|
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.
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.