EPPlus v7.7.0

Released: Mar 17, 2025

Updates in v7.7.0

Fixes

  • Reverted System.* and Microsoft.* references to 8.0.x for all target frameworks except .NET 9.
  • Fixed issue where LoadFromArray and LoadFromDataTable of the ExcelRangeBase class did not clear existing formulas before populating the range.
  • Fixed a rare issue when copying images between named ranges.
  • Fixed issue when sorting a range with formulas, the formulas addresses were sometimes updated incorrectly.
  • Fixed issue where GetAsByteArrayAsync could not be called more than once.