Bug 45466

Summary: can't delete a comment
Product: POI Reporter: Ray Solomon <solomon.moon>
Component: HSSFAssignee: POI Developers List <dev>
Status: RESOLVED WONTFIX    
Severity: normal CC: solomon.moon
Priority: P2    
Version: 3.0-FINAL   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   

Description Ray Solomon 2008-07-23 10:02:39 UTC
 
Comment 1 Ray Solomon 2008-07-23 10:24:07 UTC
i can't delete a comment of a cell. if i want to delete a comment, i will involve the setComment() method, and set the parameter null, then i got a NullPointException. i think maybe it should check whether the parameter is null or not, also i think that allow set comment null is a good idea.


thanks

regards,

Ray
Comment 2 Nick Burch 2008-07-28 15:10:00 UTC
I've added partial support to svn. However, it isn't complete, and some excel versions will give a warning and loose all comments when you open the file.

To work properly, we'd need more hssf drawing support than we currently have, so full support will remain a won't fix until such time as that support gets contributed :/