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 2019/01/11 18:23:18 UTC

[Bug 60977] Adding Properties create invalid .xlsx file

https://bz.apache.org/bugzilla/show_bug.cgi?id=60977

Greg Woolsey <gw...@apache.org> changed:

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

--- Comment #7 from Greg Woolsey <gw...@apache.org> ---
Fixed in trunk revision r1851084.  I hit this yesterday, and it irritated me
enough to track it down.

Turns out POIXMLProperties has multiple write cases depending on internal
state.  In one case only, the one hit by this test/example, it needed to clear
the package part before writing, otherwise it would append the full current
content instead.

-- 
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