Open jhd147350 opened 9 months ago
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
please quickly.
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