Package | Description |
---|---|
org.apache.poi.xssf.eventusermodel | |
org.apache.poi.xssf.extractor | |
org.apache.poi.xssf.model | |
org.apache.poi.xssf.streaming | |
org.apache.poi.xssf.usermodel |
Modifier and Type | Method and Description |
---|---|
void |
XSSFSheetXMLHandler.SheetContentsHandler.cell(java.lang.String cellReference,
java.lang.String formattedValue,
XSSFComment comment)
A cell, with the given formatted value (may be null),
and possibly a comment (may be null), was encountered
|
Modifier and Type | Method and Description |
---|---|
void |
XSSFEventBasedExcelExtractor.SheetTextExtractor.cell(java.lang.String cellRef,
java.lang.String formattedValue,
XSSFComment comment) |
Modifier and Type | Method and Description |
---|---|
XSSFComment |
CommentsTable.findCellComment(CellAddress cellAddress)
Finds the cell comment at cellAddress, if one exists
|
XSSFComment |
CommentsTable.findCellComment(java.lang.String cellRef)
Deprecated.
2015-11-23 (circa POI 3.14beta1). Use
CommentsTable.findCellComment(CellAddress) instead |
Modifier and Type | Method and Description |
---|---|
java.util.Map<CellAddress,XSSFComment> |
CommentsTable.getCellComments()
Returns all cell comments on this sheet.
|
Modifier and Type | Method and Description |
---|---|
XSSFComment |
SXSSFSheet.getCellComment(CellAddress ref)
Returns cell comment for the specified row and column
|
XSSFComment |
SXSSFSheet.getCellComment(int row,
int column)
Deprecated.
as of 2015-11-23 (circa POI 3.14beta1). Use
SXSSFSheet.getCellComment(CellAddress) instead. |
Modifier and Type | Method and Description |
---|---|
java.util.Map<CellAddress,XSSFComment> |
SXSSFSheet.getCellComments()
Returns all cell comments on this sheet.
|
Modifier and Type | Method and Description |
---|---|
XSSFComment |
XSSFDrawing.createCellComment(ClientAnchor anchor)
Creates a comment.
|
XSSFComment |
XSSFCell.getCellComment()
Returns cell comment associated with this cell
|
XSSFComment |
XSSFSheet.getCellComment(CellAddress address)
Return cell comment at row, column, if one exists.
|
XSSFComment |
XSSFSheet.getCellComment(int row,
int column)
Deprecated.
as of 2015-11-23 (circa POI 3.14beta1). Use
XSSFSheet.getCellComment(CellAddress) instead. |
Modifier and Type | Method and Description |
---|---|
java.util.Map<CellAddress,XSSFComment> |
XSSFSheet.getCellComments()
Returns all cell comments on this sheet.
|
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.