Skip to content

Releases: EPPlusSoftware/EPPlus

8.5.3

16 Apr 10:31

Choose a tag to compare

8.5.3

8.5.0

Minor features.

  • Added CancellationToken to Calculate - see Cancelling a calculation.
  • Added property ValueFromCellsRange and the SetValueFromCellsRange method to data labels on chart series.
  • Improved performance for SUMIFS, AVERAGEIFS, COUNTIFS.
  • Improved performance for formula calculation with full column references (e.g. A:A, $B:$B).

Release is available on Nuget.org per 20260416 : https://www.nuget.org/packages/EPPlus/

8.5.2

16 Apr 09:07

Choose a tag to compare

8.5.2

8.5.0

Minor features.

  • Added CancellationToken to Calculate - see Cancelling a calculation.
  • Added property ValueFromCellsRange and the SetValueFromCellsRange method to data labels on chart series.
  • Improved performance for SUMIFS, AVERAGEIFS, COUNTIFS.
  • Improved performance for formula calculation with full column references (e.g. A:A, $B:$B).

Release is available on Nuget.org per 20260330 : https://www.nuget.org/packages/EPPlus/

8.5.1

30 Mar 14:07

Choose a tag to compare

8.5.1

Minor bug fixes.

See https://epplussoftware.com/en/Developers/MinorFeaturesAndIssues

8.5.0

Minor features.

  • Added CancellationToken to Calculate - see Cancelling a calculation.
  • Added property ValueFromCellsRange and the SetValueFromCellsRange method to data labels on chart series.
  • Improved performance for SUMIFS, AVERAGEIFS, COUNTIFS.
  • Improved performance for formula calculation with full column references (e.g. A:A, $B:$B).

Release is available on Nuget.org per 20260330 : https://www.nuget.org/packages/EPPlus/

8.5.0

06 Mar 11:29

Choose a tag to compare

Minor features.

  • Added ´CancellationToken´ to Calculate - see Cancelling a calculation.
  • Added property ´ValueFromCellsRange´ and the ´SetValueFromCellsRange´ method to data labels on chart series.
  • Improved performance for SUMIFS, AVERAGEIFS, COUNTIFS.
  • Improved performance for formula calculation with full column references (e.g. A:A, $B:$B).

Minor bug fixes.

See Minor features and fixed issues. See https://epplussoftware.com/en/Developers/MinorFeaturesAndIssues
Release is available on Nuget.org per 20260306 : https://www.nuget.org/packages/EPPlus/

8.4.2

04 Feb 08:32

Choose a tag to compare

8.4.2
Minor bug fixes.
8.4.0
Added .NET 10 targeting framework.
Minor bug fixes.
See Minor features and fixed issues. See https://epplussoftware.com/en/Developers/MinorFeaturesAndIssues
Release is available on Nuget.org per 20260204 : https://www.nuget.org/packages/EPPlus/

8.4.1

12 Jan 09:52

Choose a tag to compare

8.4.1

  • Minor bug fixes.

8.4.0

8.4.0

12 Dec 11:53
e4829c7

Choose a tag to compare

8.4.0

8.3.1

28 Nov 09:43

Choose a tag to compare

8.3.0

Support for adding external connections and query tables

  • Adding, updating and removing connections.
    • Power query connections.
    • Database connections
    • OLAP connections
    • Web connections
    • Text connections
      -Adding, updating and removing range and table query tables.
      -Adding pivot tables with external connections as source.
      -3 new functions:
    • PERCENTOF
    • VALUETOTEXT
    • BASE

8.3.1

8.3.0

20 Nov 14:01

Choose a tag to compare

Support for adding external connections and query tables

  • Adding, updating and removing connections.
    • Power query connections.
    • Database connections
    • OLAP connections
    • Web connections
    • Text connections
      -Adding, updating and removing range and table query tables.
      -Adding pivot tables with external connections as source.
      -3 new functions:
    • PERCENTOF
    • VALUETOTEXT
    • BASE

See Minor features and fixed issues. See https://epplussoftware.com/en/Developers/MinorFeaturesAndIssues
Release is available on Nuget.org per 20251120 : https://www.nuget.org/packages/EPPlus/

8.2.1

09 Oct 11:57

Choose a tag to compare

Features

8.2.1 Minor features and fixed issues. See https://epplussoftware.com/en/Developers/MinorFeaturesAndIssues
Release is available on Nuget.org per 20251009 : https://www.nuget.org/packages/EPPlus/

8.2.0
Features

  • Added support for 8 new LAMBDA-based functions in workbook calculations. See Using LAMBDA functions for details:
    • LAMBDA
    • MAKEARRAY
    • SCAN
    • MAP
    • REDUCE
    • BYROW
    • BYCOL
    • ISOMITTED
  • Support for defining LAMBDA functions via defined names.