EPPlus icon indicating copy to clipboard operation
EPPlus copied to clipboard

Fix #690: Preserve column/row ranges on row/column insert

Open owebia opened this issue 3 years ago • 0 comments

When there are defined names referencing a whole column (e.g. Sheet1!$C:$C), inserting rows fails to update the range: Sheet1!Sheet1!$C1:#REF!.

Same issue for named row ranges and inserting columns.

This fixes the issue (see https://github.com/EPPlusSoftware/EPPlus/issues/690)

owebia avatar Aug 09 '22 08:08 owebia