https://bz.apache.org/bugzilla/show_bug.cgi?id=60397
--- Comment #6 from Greg Woolsey <gwool...@apache.org> --- That makes sense. All XmlBeans methods are ridiculously expensive. Javen's suggestion of using temporary POJOs to avoid multiple bean operations seems like a good one, as well as a new method with a void return for cases that don't need it, like yours. Many other places we've elected to track data outside of the bean structures for performance reasons, especially in things like the *Evaluator classes. This sounds like another candidate. -- 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