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-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org