https://bz.apache.org/bugzilla/show_bug.cgi?id=60397

Javen O'Neal <one...@apache.org> changed:

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

--- Comment #3 from Javen O'Neal <one...@apache.org> ---
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: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to