You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2011/06/25 15:51:23 UTC

DO NOT REPLY [Bug 47624] File Error Data May Have been Lost error while opening commented workbook(excel file)

https://issues.apache.org/bugzilla/show_bug.cgi?id=47624

Yegor Kozlov <ye...@dinom.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE

--- Comment #6 from Yegor Kozlov <ye...@dinom.ru> 2011-06-25 13:51:23 UTC ---
It is a limitation of HSSF - comments are graphic objects and HSSF can create
drawings from scratch, but cannot
modify existing ones. This means that if you add an comment to a sheet that
already has graphic objects (comments, shapes, pictures, etc.) then the
existing graphic objects are invalidated.  

As a workaround, try to output in .xlsx format, it should handle comments
across re-saves without problems.

Yegor

*** This bug has been marked as a duplicate of bug 50696 ***

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org