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.
|
org.apache.poi.xssf.eventusermodel | |
org.apache.poi.xssf.extractor |
Constructor and Description |
---|
XSSFBSheetHandler(java.io.InputStream is,
XSSFBStylesTable styles,
XSSFBCommentsTable comments,
SharedStrings strings,
XSSFSheetXMLHandler.SheetContentsHandler sheetContentsHandler,
DataFormatter dataFormatter,
boolean formulasNotResults) |
Modifier and Type | Method and Description |
---|---|
XSSFBCommentsTable |
XSSFBReader.SheetIterator.getXSSFBSheetComments() |
Modifier and Type | Method and Description |
---|---|
void |
XSSFBEventBasedExcelExtractor.processSheet(XSSFSheetXMLHandler.SheetContentsHandler sheetContentsExtractor,
XSSFBStylesTable styles,
XSSFBCommentsTable comments,
SharedStrings strings,
java.io.InputStream sheetInputStream)
Processes the given sheet
|
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.