| Package | Description |
|---|---|
| org.apache.poi.xssf.eventusermodel | |
| org.apache.poi.xssf.extractor | |
| org.apache.poi.xssf.model |
| Modifier and Type | Method and Description |
|---|---|
Comments |
XSSFReader.SheetIterator.getSheetComments()
Returns the comments associated with this sheet,
or null if there aren't any
|
protected Comments |
XSSFReader.SheetIterator.parseComments(PackagePart commentsPart) |
| Constructor and Description |
|---|
XSSFSheetXMLHandler(Styles styles,
Comments comments,
SharedStrings strings,
XSSFSheetXMLHandler.SheetContentsHandler sheetContentsHandler,
DataFormatter dataFormatter,
boolean formulasNotResults)
Accepts objects needed while parsing.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XSSFEventBasedExcelExtractor.processSheet(XSSFSheetXMLHandler.SheetContentsHandler sheetContentsExtractor,
Styles styles,
Comments comments,
SharedStrings strings,
InputStream sheetInputStream)
Processes the given sheet
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommentsTable |