You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can confirm that it is reproducible and is slow. PoiTransformer.findAndRemoveExistingCellRegion is called 1000 times and the loop interior is called 4.5 million times. If this can be optimized, we should only do this in master (3.x). -> leonate
I can confirm that it is reproducible and is slow. PoiTransformer.findAndRemoveExistingCellRegion is called 1000 times and the loop interior is called 4.5 million times. If this can be optimized, we should only do this in master (3.x). -> leonate
I found the code below is very slow, and i don't know how to handle it.
the xlsx file looks like:
my test code:
you can clone the test demo from https://github.com/jhd147350/jxls-test
The text was updated successfully, but these errors were encountered: