| Package | Description |
|---|---|
| org.apache.poi.hssf.usermodel |
The usermodel package maps HSSF low level structures to familiar workbook/sheet model
|
| org.apache.poi.ss.usermodel |
| Modifier and Type | Class and Description |
|---|---|
class |
HSSFComment
Represents a cell comment - a sticky note associated with a cell.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HSSFCell.setCellComment(Comment comment)
Assign a comment to this cell.
|
| Modifier and Type | Method and Description |
|---|---|
Comment |
Drawing.createCellComment(ClientAnchor anchor)
Creates a comment.
|
Comment |
Cell.getCellComment()
Returns comment associated with this cell
|
Comment |
Sheet.getCellComment(CellAddress ref)
Returns cell comment for the specified location
|
| Modifier and Type | Method and Description |
|---|---|
Map<CellAddress,? extends Comment> |
Sheet.getCellComments()
Returns all cell comments on this sheet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Cell.setCellComment(Comment comment)
Assign a comment to this cell
|