Skip to content

Bump EPPlus from 8.6.1 to 8.7.0 - #376

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/src/Eaf.Middleware.Application/EPPlus-8.7.0
Open

Bump EPPlus from 8.6.1 to 8.7.0#376
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/src/Eaf.Middleware.Application/EPPlus-8.7.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 22, 2026

Copy link
Copy Markdown
Contributor

Updated EPPlus from 8.6.1 to 8.7.0.

Release notes

Sourced from EPPlus's releases.

8.7.0

Minor Features

  • The ExcelPackage Save functions now support saving as a template (.xltx, .xltm), see https://github.com/EPPlusSoftware/EPPlus/wiki/Save-as-template(.xltx,-.xltm).
  • Added support for HideItemsWithNoData on pivot table slicer caches (Slicer.Cache.HideItemsWithNoData)
  • When copying a worksheet, you can now assign custom names to copied tables and pivot tables through callbacks on ExcelWorksheetCopyOptions (TableCopyHandler / PivotTableCopyHandler), instead of relying on generated names like Table1. Formula references in copied tables are updated automatically. See https://github.com/EPPlusSoftware/EPPlus/wiki/Copy-Ranges-or-Entire-Worksheets#naming-tables-and-pivot-tables-when-copying-a-worksheet
  • The new DisableImageFunctionDownloads property on ExcelCalculationOption (default false) lets you turn off the outbound network request that IMAGE makes during calculation. When true, IMAGE returns #NAME? instead of downloading. Useful when calculating untrusted workbooks. Existing images are unaffected. Thanks to Derin (Paranoidgrinch) for reporting this.

Fixed issues, see: https://epplussoftware.com/Developers/MinorFeaturesAndIssues

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

8.6.3

EPPlus 8.6.3

Security release addressing five vulnerabilities in the System.Security.Cryptography.Xml dependency.

Denial of service: CVE-2026-47302, CVE-2026-50525, CVE-2026-50527, CVE-2026-50648
Security feature bypass: CVE-2026-47304

Package versions updated to 8.0.4 (.NET Framework, .NET 8, .NET Standard), 9.0.18 (.NET 9) and 10.0.10 (.NET 10).

8.6.2

Changes in EPPlus 8.6.2

Changes in EPPlus 8.6.1

  • 3 new functions:
    • REGEXEXTRACT
    • REGEXREPLACE
    • REGEXTEST

Changes in EPPlus 8.6.0

  • 9 new functions:

    • GROUPBY
    • PIVOTBY
    • TRIMRANGE
    • WRAPROWS
    • WRAPCOLS
    • USDOLLAR
    • CODE
    • ENCODEURL
    • ISFORMULA
  • Support for the trim reference operators.

  • Ranges can now convert their values to rich text via ConvertToRichText() e.g. ws.Cells["A1"].ConvertToRichText()

  • Calculation of dynamic array formulas now support dirty cell recalculation inside other dirty cell calculations.

  • Minor bug fixes. See https://epplussoftware.com/en/Developers/MinorFeaturesAndIssues

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

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: EPPlus
  dependency-version: 8.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Aug 22, 2026
@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants