Package | Description |
---|---|
org.apache.poi.xssf.eventusermodel | |
org.apache.poi.xssf.extractor | |
org.apache.poi.xssf.model | |
org.apache.poi.xssf.usermodel |
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,
java.io.InputStream sheetInputStream)
Processes the given sheet
|
Modifier and Type | Class and Description |
---|---|
class |
CommentsTable |
Modifier and Type | Method and Description |
---|---|
protected Comments |
XSSFSheet.getCommentsTable(boolean create)
Returns the sheet's comments object if there is one,
or null if not
|
Constructor and Description |
---|
XSSFComment(Comments comments,
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTComment comment,
com.microsoft.schemas.vml.CTShape vmlShape)
Creates a new XSSFComment, associated with a given
low level comment object.
|
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.