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 |
Modifier and Type | Interface and Description |
---|---|
static interface |
XSSFBSheetHandler.SheetContentsHandler
You need to implement this to handle the results
of the sheet parsing.
|
Constructor and Description |
---|
XSSFBSheetHandler(java.io.InputStream is,
XSSFBStylesTable styles,
XSSFBCommentsTable comments,
SharedStrings strings,
XSSFSheetXMLHandler.SheetContentsHandler sheetContentsHandler,
DataFormatter dataFormatter,
boolean formulasNotResults) |
Constructor and Description |
---|
XSSFSheetXMLHandler(Styles styles,
Comments comments,
SharedStrings strings,
XSSFSheetXMLHandler.SheetContentsHandler sheetContentsHandler,
DataFormatter dataFormatter,
boolean formulasNotResults)
Accepts objects needed while parsing.
|
XSSFSheetXMLHandler(Styles styles,
SharedStrings strings,
XSSFSheetXMLHandler.SheetContentsHandler sheetContentsHandler,
boolean formulasNotResults)
Accepts objects needed while parsing.
|
XSSFSheetXMLHandler(Styles styles,
SharedStrings strings,
XSSFSheetXMLHandler.SheetContentsHandler sheetContentsHandler,
DataFormatter dataFormatter,
boolean formulasNotResults)
Accepts objects needed while parsing.
|
Modifier and Type | Class and Description |
---|---|
protected class |
XSSFEventBasedExcelExtractor.SheetTextExtractor |
Modifier and Type | Method and Description |
---|---|
void |
XSSFEventBasedExcelExtractor.processSheet(XSSFSheetXMLHandler.SheetContentsHandler sheetContentsExtractor,
Styles styles,
Comments comments,
SharedStrings strings,
java.io.InputStream sheetInputStream)
Processes the given sheet
|
void |
XSSFBEventBasedExcelExtractor.processSheet(XSSFSheetXMLHandler.SheetContentsHandler sheetContentsExtractor,
XSSFBStylesTable styles,
XSSFBCommentsTable comments,
SharedStrings strings,
java.io.InputStream sheetInputStream)
Processes the given sheet
|
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.