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
-- 
View this message in context: 
http://old.nabble.com/Drawing.createCellComment-does-not-exist-in-Drawing.java-tp26724828p26724828.html
Sent from the POI - Dev mailing list archive at Nabble.com.


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

Reply via email to