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 2013/02/04 16:07:27 UTC

[Bug 53904] Generate xlsx File is slow causing by org.apache.poi.openxml4j.opc.PackageRelationshipCollection

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

Nick Burch <ap...@gagravarr.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #1 from Nick Burch <ap...@gagravarr.org> ---
Your suggested fix would run into problems if relationships were added using
the other overloaded add methods. For example, if you opened an existing file
with two relationships, then went to add a third, your code would fail by
trying to add a second rId1

In r1442148 I've added something that'll hopefully greatly reduce the number of
steps, but will still check for clashes. Could you please test that and see if
it resolves the issue for you?

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