https://issues.apache.org/bugzilla/show_bug.cgi?id=51585
Yegor Kozlov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #10 from Yegor Kozlov <[email protected]> --- The patch needs some work. 3 tests failed: org.apache.poi.xssf.usermodel.TestXSSFSheet.testGroupUngroupColumn org.apache.poi.xssf.usermodel.TestXSSFSheet.testSetColumnGroupCollapsed org.apache.poi.xssf.usermodel.helpers.TestColumnHelper.testAddCleanColIntoCols Please re-visit your code and ensure that all tests pass or give sensible explanation why the new logic produces different results. Yegor (In reply to comment #8) > Attached 3 classes, that significantly sped up my processing, example xlsx > as well my problematics files now all parse in about a second. > > ColumnHelper is a modified version of > org.apache.poi.xssf.usermodel.helpers.ColumnHelper while the other two > classes, CTColProxy and CTColsProxy are brand new. -- 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]
