https://bz.apache.org/bugzilla/show_bug.cgi?id=70139
--- Comment #2 from PJ Fanning <[email protected]> --- There is nothing obvious but the code does look like it may do some work more than once. I would imagine that POI 5+ is working at moving a lot of stuff that wasn't supported in POI 4. It's not just cell values. You have Formulas, Tables, Merged Regions, Conditional Formatting and more. Have a look at https://github.com/apache/poi/blob/f39b0b19b39dae5af4498ac0d33018270b18ef23/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFSheet.java#L3100 You could probably copy/paste that method into your own code and remove large parts of it that are not needed for the sheet that you are working with. -- 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]
