Bug 48590

Summary: Excel chrashes after using removeCellComment methods
Product: POI Reporter: Berthold Froese <Berthold.Froese>
Component: HSSFAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: major CC: Berthold.Froese
Priority: P2    
Version: 3.6-FINAL   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Bug Depends on:    
Bug Blocks: 53010    

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