https://issues.apache.org/bugzilla/show_bug.cgi?id=52268
--- Comment #4 from Yegor Kozlov <[email protected]> 2011-12-05 07:17:14 UTC --- The patch looks OK, but I'm reluctant to apply it without a unit test. You are right - current implementation of XSSFDrawing can't iterate over shapes, but this functionality should be easy to add. I recall that last time I was trying to do that I couldn't properly parse CTDrawing - it had something to do with XmlBeans and extra root element. Now I see that passing XmlOpetions with options.setLoadReplaceDocumentElement(null); does the trick. Thanks for finding it! I plan to commit the patch in a few days. Regards, Yegor -- 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: [email protected] For additional commands, e-mail: [email protected]
