Bug 45466 - can't delete a comment
Summary: can't delete a comment
Status: RESOLVED WONTFIX
Alias: None
Product: POI
Classification: Unclassified
Component: HSSF (show other bugs)
Version: 3.0-FINAL
Hardware: PC Windows XP
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-23 10:02 UTC by Ray Solomon
Modified: 2018-11-19 02:37 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 :/