Quantcast
Channel: EPPlus Issue Tracker Rss Feed
Viewing all articles
Browse latest Browse all 2262

Created Unassigned: Merge thows exception after DeleteRow, with fix [15606]

$
0
0
The attached sample demonstrates the problem with Mergin cells after deleting rows.

The problem is in ExcelWorksheet.cs function: internal void Clear(ExcelAddressBase Destination)
My fix recomendet fix is to change the if statement on row: 334 to the following:
if (Destination.Collide(adr) != ExcelAddressBase.eAddressCollition.No)

instead of the existing:
if (!(Destination.Collide(adr) == ExcelAddressBase.eAddressCollition.Inside || Destination.Collide(adr) == ExcelAddressBase.eAddressCollition.Equal))


Viewing all articles
Browse latest Browse all 2262

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>