https://bz.apache.org/bugzilla/show_bug.cgi?id=58885
--- Comment #3 from David North <[email protected]> --- Thanks Javen. I agree blindly adding merged regions without the guards is an inherently unsafe operation, but in our case we're authoring the workbook from scratch in one run, so I think it's reasonable to give us API to say "we're confident we're adding non-overlapping regions". In terms of API, we could perhaps call the alternative method addMergedRegionUnsafe(CellRangeAddress region) or use an enum as an alternative to the boolean. The number of merged regions on the sheet in question is 23,002 - which I'll admit is quite a lot! -- 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]
