drawing.createCellComment() was added after POI-3.5. This functionality will be included in the upcoming POI-3.6 which will be released in about a week.

You can also try the latest build from trunk - nightly builds can be downloaded from http://encore.torchbox.com/poi-svn-build/

Yegor

Hi,
I am using poi-3.5-FINAL-20090928.jar and poi-ooxml-3.5-FINAL-20090928.jar
and trying to create cell comment using ss.usermodel.
        
        Drawing drawing = sheet.createDrawingPatriarch();
        ClientAnchor anchor = ch.createClientAnchor();
        Comment comment = drawing.createCellComment(anchor);

Its says createCellComment method does not exist in Drawing class while the
POI documentation has specified this is the way to create http://poi.apache.org/spreadsheet/quick-guide.html
Can anyone let me know what is the correct jar which has this method or what
is the correct way to create Cell Comment.

Regards
Rajeev


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to