Bug 48590 - Excel chrashes after using removeCellComment methods
Summary: Excel chrashes after using removeCellComment methods
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: HSSF (show other bugs)
Version: 3.6-FINAL
Hardware: PC Windows XP
: P2 major (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks: 53010
  Show dependency tree
 
Reported: 2010-01-21 08:00 UTC by Berthold Froese
Modified: 2012-08-12 11:16 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Berthold Froese 2010-01-21 08:00:25 UTC
Excel chrashes if you are perform following steps:

1. Create a new excel file.
2. Fill an excel cell with a any value.
3. Comment this cell.
4. Set the comment visible and move the position.
5. Remove the cell comment via POI method "cell.removeCellComment()".
6. Save the workbook to a new excel file.
7. Open the new generated excel file with Excel.

Result: Excel CRASH!
Comment 1 Evgeniy Berlog 2012-08-12 11:16:40 UTC
This problem should be fixed in trunk.

Please try with a nightly build - see download links on http://poi.apache.org/
or build yourself from SVN trunk, see http://poi.apache.org/subversion.html