https://bz.apache.org/bugzilla/show_bug.cgi?id=66418
--- Comment #1 from PJ Fanning <[email protected]> --- Thanks Dan for raising the issue. It would be great if you or your colleagues could come up with a patch because basically, POI is no longer very active volunteer wise. My thoughts are that this issue might be better solved without API changes. That the small rewrites of the under the hood functionality might solve the problem. Changing the APIs brings more headaches - HSSF/XSSF/SXSSF code APIs ideally should match - more test coverage needed, etc. I looked at SXSSFSheet and with groupRow, it just calls pr.setOutlineLevelRow if the new groupRow call means the value needs to be increased. XSSFSheet could probably follow same strategy. No need to traverse all the rows to see what the max is. ungroupRow calls can be left to go and do a full traverse (because you could be ungrouping the row(s) that caused the current max to be set. -- 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]
