https://bz.apache.org/bugzilla/show_bug.cgi?id=58443

--- Comment #3 from Javen ONeal <javenon...@gmail.com> ---
Current implementation runs in linear time to add one merged region, and
quadratic time if adding multiple regions. Is there a faster way (O(n log n)?)
to add multiple regions? If so, we may want to add a
addMergedRegions(List<CellRangeAddress>) if users plan on adding many merged
regions.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to