EPPlus icon indicating copy to clipboard operation
EPPlus copied to clipboard

Bug fix to ExcelNamedRangeCollection when inserting rows/columns

Open kirbatious opened this issue 7 years ago • 0 comments

One line fix to ExcelNamedRangeCollection to correct the Address property of named ranges when inserting rows and columns.

More unit tests added in Address (and checking added to existing tests).

Calculation and DrawingTest both had one test in master that was failing (before I made my change, they are unrelated). I've commented out the single line of code in each that causes the test to fail and added a // BUG comment.

kirbatious avatar Sep 29 '17 10:09 kirbatious