https://bz.apache.org/bugzilla/show_bug.cgi?id=60397
Javen O'Neal <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #3 from Javen O'Neal <[email protected]> --- Here's the implementation [1]. Looks fairly benign, though there could be performance problems in method calls. Can you test getNumberOfCells and formatAsString to see if either of these are the cause of the 39 second performance? for (CellRangeAddress region : regionsToAdd) { region.getNumberOfCells(); region.formatAsString(); } [1] https://svn.apache.org/viewvc/poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java?revision=1768589&view=markup#l347 -- 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]
