Apache POI CommentA comment is a rich text note which is associated to a cell. Comment content is stored separate from the cell and displayed in a text box which is separate but associated with a cell. To create a comment createComment() method is used. Lets see an example in which we are creating a comment message associate to a cell. Apache POI Comment ExampleOutput:
Next TopicApache POI Hyperlink
|