You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by Dominik Stadler <do...@gmx.at> on 2014/05/18 21:26:25 UTC

Changes for Bug 56170: XmlValueDisconnectedException after saving XLSX

Hi,

I have tried to fix another instance of problems with XML-objects
becoming disconnected. This time the XMLBeans array-setter caused
items in the array to become disconnected, I tried some ways to
resolve this, the only fully working one was to copy the CTCell and
set the new one into the XSSFCell. This requires a new setCTCell()
method, which is not nice as it makes the CTCell inside XSSFCell
non-final now.

Any objections to this change? Any other suggestions how to avoid this problem?

See  r1595659 and
https://issues.apache.org/bugzilla/show_bug.cgi?id=56170 for details.

Thanks... Dominik.

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