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.
|
Modifier and Type | Method and Description |
---|---|
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 2021 The Apache Software Foundation or its licensors, as applicable.