EPPlusSoftware / EPPlus

EPPlus-Excel spreadsheets for .NET
https://epplussoftware.com
Other
1.82k stars 277 forks source link

ExcelRange.Insert fails to update formulas on other worksheets #1579

Closed JanKallman closed 2 months ago

JanKallman commented 2 months ago

Example:

   Sheet1.Cells["A1:A3"].Insert(eShiftTypeInsert.Right);

Should update formula Sheet1!A1 to Sheet1!B1

JanKallman commented 2 months ago

Fixed in EPPlus 7.3.1