Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 29, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
EPPlus (source) [4.5.3.3] -> [8.0.5] age adoption passing confidence

Release Notes

EPPlusSoftware/EPPlus (EPPlus)

v8.0.5: 8.0.5

Features
  • Support for OLE objects (Linked or Embedded files).
  • Support for digital signing workbooks and signature lines.
  • In-cell pictures / support for the IMAGE function.
  • Sensitivity Label API to integrate with MIP (Microsoft Information Protection SDK).
Minor features
  • Autofit columns optimization.
  • Range Copy now supports fill.
  • Reduced memory consumption when calculating formulas.
  • Added ExcelRange.IsEmpty method.
  • Shape adjustments points support.
  • ExcelRangeBase.BorderAround now override borders for adjacent cells.
  • InsertRange now returns the new inserted range.
  • In-cell checkboxes now render in the HTML export.
  • Improved API for Tables to access data via column names.
  • Added IsEmpty() method on ExcelRange. Can test for value, comments, threaded comments and formulas.
  • Override borders in Adjacent cells in BorderAround method.
EPPlus 8.0.4

v8.0.4: 8.0.4

Features
  • Support for OLE objects (Linked or Embedded files).
  • Support for digital signing workbooks and signature lines.
  • In-cell pictures / support for the IMAGE function.
  • Sensitivity Label API to integrate with MIP (Microsoft Information Protection SDK).
Minor features
  • Autofit columns optimization.
  • Range Copy now supports fill.
  • Reduced memory consumption when calculating formulas.
  • Added ExcelRange.IsEmpty method.
  • Shape adjustments points support.
  • ExcelRangeBase.BorderAround now override borders for adjacent cells.
  • InsertRange now returns the new inserted range.
  • In-cell checkboxes now render in the HTML export.
  • Improved API for Tables to access data via column names.
  • Added IsEmpty() method on ExcelRange. Can test for value, comments, threaded comments and formulas.
  • Override borders in Adjacent cells in BorderAround method.
EPPlus 8.0.4

v8.0.3: 8.0.3

Features
  • Support for OLE objects (Linked or Embedded files).
  • Support for digital signing workbooks and signature lines.
  • In-cell pictures / support for the IMAGE function.
  • Sensitivity Label API to integrate with MIP (Microsoft Information Protection SDK).
Minor features
  • Autofit columns optimization.
  • Range Copy now supports fill.
  • Reduced memory consumption when calculating formulas.
  • Added ExcelRange.IsEmpty method.
  • Shape adjustments points support.
  • ExcelRangeBase.BorderAround now override borders for adjacent cells.
  • InsertRange now returns the new inserted range.
  • In-cell checkboxes now render in the HTML export.
  • Improved API for Tables to access data via column names.
  • Added IsEmpty() method on ExcelRange. Can test for value, comments, threaded comments and formulas.
  • Override borders in Adjacent cells in BorderAround method.
EPPlus 8.0.3

v8.0.2: 8.0.2

Features
  • Support for OLE objects (Linked or Embedded files).
  • Support for digital signing workbooks and signature lines.
  • In-cell pictures / support for the IMAGE function.
  • Sensitivity Label API to integrate with MIP (Microsoft Information Protection SDK).
Minor features
  • Autofit columns optimization.
  • Range Copy now supports fill.
  • Reduced memory consumption when calculating formulas.
  • Added ExcelRange.IsEmpty method.
  • Shape adjustments points support.
  • ExcelRangeBase.BorderAround now override borders for adjacent cells.
  • InsertRange now returns the new inserted range.
  • In-cell checkboxes now render in the HTML export.
  • Improved API for Tables to access data via column names.
  • Added IsEmpty() method on ExcelRange. Can test for value, comments, threaded comments and formulas.
  • Override borders in Adjacent cells in BorderAround method.
EPPlus 8.0.2

v8.0.1: 8.0.1

Features
  • Support for OLE objects (Linked or Embedded files).
  • Support for digital signing workbooks and signature lines.
  • In-cell pictures / support for the IMAGE function.
  • Sensitivity Label API to integrate with MIP (Microsoft Information Protection SDK).
Minor features
  • Autofit columns optimization.
  • Range Copy now supports fill.
  • Reduced memory consumption when calculating formulas.
  • Added ExcelRange.IsEmpty method.
  • Shape adjustments points support.
  • ExcelRangeBase.BorderAround now override borders for adjacent cells.
  • InsertRange now returns the new inserted range.
  • In-cell checkboxes now render in the HTML export.
  • Improved API for Tables to access data via column names.
  • Added IsEmpty() method on ExcelRange. Can test for value, comments, threaded comments and formulas.
  • Override borders in Adjacent cells in BorderAround method.
Fixes since 8.0.0-beta
  • Several fixes in the formula calculation,
    • Better expression caching
    • Fixed column filter in GETPIVOTDATA.
    • Fixed PERCENTRANKS functions.
    • Fixed array handling in the IF function.
    • Fixed some issues in the IMAGE function.
    • Fixed an issue in the COUNTIF function when comparing numbers
  • Ole objects
    • Added new properties ProgId, ExternalLink and Image to the ExcelOleObject
    • Removed Removed ExcelOleObjectParameters.Extension and use extension from the file name.
    • Fixed issue with duplicate images.
  • Added DeleteAll method with predicate to ExcelWorkbook, ExcelRange, ExcelRangeRow and ExcelRangeColumn
  • Adding EMZ image files did not work in streams.
  • Removed several methods and properties marked as obsolete.
  • Changed several properties and methods from decimal to double. See breaking changes.
  • Fixed some issues with rich data and in-cell images.
  • GenericImageReader sometimes returned an invalid DPI.
  • Fixed support for .tif files.
  • Fixed images corrupting files in rare cases.
  • Ensured ungrouping the last drawing in a group deletes the group shape.
  • Ensured valid xml for leader lines in charts.
  • Ensured SetImage method did not swap width and height when switching between .svg and .png.
  • Inserting and deleting cells now updates chart references. Ensuring charts continue pointing to the moved cells.
  • Fixed numerous issues with array formulas and CalculatedColumnFormulas in tables related to inserting and deleting.
License keys

EPPlus 8 introduces license keys for commercial licenses and a new interface for providing license information. See this page for Commercial Use and this page for Noncommercial/Personal Use

v7.7.2: 7.7.2

7.7.2 Minor bug fixes

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

v7.7.1: 7.7.1

Major update to the calculation engine to support array formulas. See EPPlus7 features
Improved performance and better support for cross-worksheet references in conditional formatting.

7.7.1 Minor bug fixes

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

v7.7.0: 7.7.0

Major update to the calculation engine to support array formulas. See EPPlus7 features
Improved performance and better support for cross-worksheet references in conditional formatting.

Added target .NET 9.

Downgraded .NET 8, NET Standard 2 & 2.1, to use 8.. packages instead of the .NET 9, from 7.7.0
Bug fixes.

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

v7.6.1: 7.6.1

Major update to the calculation engine to support array formulas. See EPPlus7 features
Improved performance and better support for cross-worksheet references in conditional formatting.

Added target .NET 9.

Downgraded .NET 8, to use 8.. packages instead of the .NET 9, from 7.6.0
Bug fixes.

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

v7.6.0: 7.6.0

Major update to the calculation engine to support array formulas. See EPPlus7 features
Improved performance and better support for cross-worksheet references in conditional formatting.

Added target .NET 9.
Bug fixes.

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

v7.5.3: 7.5.3

Major update to the calculation engine to support array formulas. See EPPlus7 features
Improved performance and better support for cross-worksheet references in conditional formatting.

7.5
Added signature to EPPlus dll's and Nuget package.
7.1-7.4
Conditional formatting's in pivot tables.
Linked imaged files in Picture drawings.
New feature in EPPlus
Precision as Displayed in Formula Calculation.
Calculation of pivot table's
Html export now supports all conditional formatting's - Icon sets and Data bars
Added support for importing and exporting fixed width text files.
Copy of drawings.
Transpose functionality in Copy and Load/Save methods.
16 new functions.
Release is available on Nuget.org per 2025011 : https://www.nuget.org/packages/EPPlus/

v7.5.2: 7.5.2

Major update to the calculation engine to support array formulas. See EPPlus7 features
Improved performance and better support for cross-worksheet references in conditional formatting.

7.5
Added signature to EPPlus dll's and Nuget package.
7.1-7.4
Conditional formatting's in pivot tables.
Linked imaged files in Picture drawings.
New feature in EPPlus
Precision as Displayed in Formula Calculation.
Calculation of pivot table's
Html export now supports all conditional formatting's - Icon sets and Data bars
Added support for importing and exporting fixed width text files.
Copy of drawings.
Transpose functionality in Copy and Load/Save methods.
16 new functions.
Release is available on Nuget.org per 2024120: https://www.nuget.org/packages/EPPlus/

v7.5.1: 7.5.1

Major update to the calculation engine to support array formulas. See EPPlus7 features
Improved performance and better support for cross-worksheet references in conditional formatting.

7.5
Added signature to EPPlus dll's and Nuget package.
7.1-7.4
Conditional formatting's in pivot tables.
Linked imaged files in Picture drawings.
New feature in EPPlus
Precision as Displayed in Formula Calculation.
Calculation of pivot table's
Html export now supports all conditional formatting's - Icon sets and Data bars
Added support for importing and exporting fixed width text files.
Copy of drawings.
Transpose functionality in Copy and Load/Save methods.
16 new functions.
Release is available on Nuget.org per 2024112: https://www.nuget.org/packages/EPPlus/

v7.5.0: 7.5.0

Major update to the calculation engine to support array formulas. See EPPlus7 features
Improved performance and better support for cross-worksheet references in conditional formatting.

7.5
Added signature to EPPlus dll's and Nuget package.
7.1-7.4
Conditional formatting's in pivot tables.
Linked imaged files in Picture drawings.
New feature in EPPlus
Precision as Displayed in Formula Calculation.
Calculation of pivot table's
Html export now supports all conditional formatting's - Icon sets and Data bars
Added support for importing and exporting fixed width text files.
Copy of drawings.
Transpose functionality in Copy and Load/Save methods.
16 new functions.
Release is available on Nuget.org per 2024091: https://www.nuget.org/packages/EPPlus/

v7.4.2: 7.4.2

Major update to the calculation engine to support array formulas. See EPPlus7 features
Improved performance and better support for cross-worksheet references in conditional formatting.

7.4
Conditional formattings in pivot tables.
Linked imaged files in Picture drawings.
7.3
New feature in EPPlus
Precision as Displayed in Formula Calculation.
7.1-7.2
Calculation of pivot table's
Html export now supports all conditional formatting's - Icon sets and Data bars
Added support for importing and exporting fixed width text files.
Copy of drawings.
Transpose functionality in Copy and Load/Save methods.
16 new functions.
Release is available on Nuget.org per 2024091: https://www.nuget.org/packages/EPPlus/

v7.4.1: 7.4.1

Major update to the calculation engine to support array formulas. See EPPlus7 features
Improved performance and better support for cross-worksheet references in conditional formatting.

7.4.1
Updated for vulnerability in System.Text.Json - Microsoft.Extensions.Configuration.Json 8.0.0 -> 8.0.1
7.4
Conditional formattings in pivot tables.
Linked imaged files in Picture drawings.
7.3
New feature in EPPlus
Precision as Displayed in Formula Calculation.
7.1-7.2
Calculation of pivot table's
Html export now supports all conditional formatting's - Icon sets and Data bars
Added support for importing and exporting fixed width text files.
Copy of drawings.
Transpose functionality in Copy and Load/Save methods.
16 new functions.
Release is available on Nuget.org per 2024091: https://www.nuget.org/packages/EPPlus/

v7.4.0: 7.4.0

Major update to the calculation engine to support array formulas. See EPPlus7 features
Improved performance and better support for cross-worksheet references in conditional formatting.

7.4
Conditional formattings in pivot tables.
Linked imaged files in Picture drawings.
7.3
New feature in EPPlus
Precision as Displayed in Formula Calculation.
7.1-7.2
Calculation of pivot table's
Html export now supports all conditional formatting's - Icon sets and Data bars
Added support for importing and exporting fixed width text files.
Copy of drawings.
Transpose functionality in Copy and Load/Save methods.
16 new functions.
Release is available on Nuget.org per 2024091: https://www.nuget.org/packages/EPPlus/

v7.3.2: 7.3.2

Major update to the calculation engine to support array formulas. See EPPlus7 features
Improved performance and better support for cross-worksheet references in conditional formatting.

7.3.2
Minor bug fixes
7.3
New feature in EPPlus
Precision as Displayed in Formula Calculation.
7.1-7.2
Calculation of pivot table's
Html export now supports all conditional formatting's - Icon sets and Data bars
Added support for importing and exporting fixed width text files.
Copy of drawings.
Transpose functionality in Copy and Load/Save methods.
16 new functions.
Release is available on Nuget.org per 2024091: https://www.nuget.org/packages/EPPlus/

v7.3.1: 7.3.1

Major update to the calculation engine to support array formulas. See EPPlus7 features
Improved performance and better support for cross-worksheet references in conditional formatting.

7.3.1
Minor bug fixes
7.3
New feature in EPPlus
Precision as Displayed in Formula Calculation.
7.1-7.2
Calculation of pivot table's
Html export now supports all conditional formatting's - Icon sets and Data bars
Added support for importing and exporting fixed width text files.
Copy of drawings.
Transpose functionality in Copy and Load/Save methods.
16 new functions.
Release is available on Nuget.org per 2024090: https://www.nuget.org/packages/EPPlus/

v7.3.0: 7.3.0

Major update to the calculation engine to support array formulas. See EPPlus7 features
Improved performance and better support for cross-worksheet references in conditional formatting.

7.3
New feature in EPPlus
Precision as Displayed in Formula Calculation.
7.1-7.2
Calculation of pivot table's
Html export now supports all conditional formatting's - Icon sets and Data bars
Added support for importing and exporting fixed width text files.
Copy of drawings.
Transpose functionality in Copy and Load/Save methods.
16 new functions.
Release is available on Nuget.org per 2024082: https://www.nuget.org/packages/EPPlus/

v7.2.2: 7.2.2

Major update to the calculation engine to support array formulas. See EPPlus7 features
Improved performance and better support for cross-worksheet references in conditional formatting.

New feature in EPPlus 7.2
Calculation of pivot table's
Html export now supports all conditional formatting's - Icon sets and Data bars added in 7.2.
Added support for importing and exporting fixed width text files.
Copy of drawings.
Transpose functionality in Copy and Load/Save methods.
12 new functions.
Release is available on Nuget.org per 2024072: https://www.nuget.org/packages/EPPlus/

v7.2.1: 7.2.1

Major update to the calculation engine to support array formulas. See EPPlus7 features
Improved performance and better support for cross-worksheet references in conditional formatting.

New feature in EPPlus 7.2
Calculation of pivot table's
Html export now supports all conditional formatting's - Icon sets and Data bars added in 7.2.
Added support for importing and exporting fixed width text files.
Copy of drawings.
Transpose functionality in Copy and Load/Save methods.
9 new functions.
Release is available on Nuget.org per 2024070: https://www.nuget.org/packages/EPPlus/

v7.2.0: 7.2.0

Major update to the calculation engine to support array formulas. See EPPlus7 features
Improved performance and better support for cross-worksheet references in conditional formatting.

New feature in EPPlus 7.2
  • Calculation of pivot table's
  • Html export now supports all conditional formatting's - Icon sets and Data bars added in 7.2.
  • Added support for importing and exporting fixed width text files.
  • Copy of drawings.
  • Transpose functionality in Copy and Load/Save methods.
  • 9 new functions.
    Release is available on Nuget.org per 2024061: https://www.nuget.org/packages/EPPlus/

v7.1.3: 7.1.3

Major update to the calculation engine to support array formulas. See EPPlus7 features
Improved performance and better support for cross-worksheet references in conditional formatting.
7.1 - Html export now supports most conditional formatting's. Range - rich text performance improvements.
Release is available on Nuget.org per 2024052: https://www.nuget.org/packages/EPPlus/

v7.1.2: 7.1.2

Major update to the calculation engine to support array formulas. See EPPlus7 features
Improved performance and better support for cross-worksheet references in conditional formatting.
7.1 - Html export now supports most conditional formattings. Range - rich text performance improvements.
Release is available on Nuget.org per 2024042: https://www.nuget.org/packages/EPPlus/

v7.1.1: 7.1.1

Major update to the calculation engine to support array formulas. See EPPlus7 features
Improved performance and better support for cross-worksheet references in conditional formatting.
7.1 - Html export now supports most conditional formattings. Range - rich text performance improvements.
Release is available on Nuget.org per 2024040: https://www.nuget.org/packages/EPPlus/

v7.1.0: 7.1.0

Major update to the calculation engine to support array formulas. See EPPlus7 features
Improved performance and better support for cross-worksheet references in conditional formatting.
7.1 - Html export now supports most conditional formattings. Range - rich text performance improvements.
Release is available on Nuget.org per 2024032: https://www.nuget.org/packages/EPPlus/

v7.0.10: 7.0.10

Major update to the calculation engine to support array formulas. See EPPlus7 features
Improved performance and better support for cross-worksheet references in conditional formatting.
Release is available on Nuget.org per 2024031: https://www.nuget.org/packages/EPPlus/

v7.0.9: 7.0.9

Major update to the calculation engine to support array formulas. See EPPlus7 features
Improved performance and better support for cross-worksheet references in conditional formatting.
Release is available on Nuget.org per 2024021: https://www.nuget.org/packages/EPPlus/

v7.0.8: 7.0.8

Major update to the calculation engine to support array formulas. See EPPlus7 features
Improved performance and better support for cross-worksheet references in conditional formatting.
Release is available on Nuget.org per 2024012: https://www.nuget.org/packages/EPPlus/

v7.0.7: 7.0.7

Major update to the calculation engine to support array formulas. See EPPlus7 features
Improved performance and better support for cross-worksheet references in conditional formatting.
Release is available on Nuget.org per 2024019: https://www.nuget.org/packages/EPPlus/

v7.0.6: 7.0.6

Major update to the calculation engine to support array formulas. See EPPlus7 features
Improved performance and better support for cross-worksheet references in conditional formatting.
Release is available on Nuget.org per 2024010: https://www.nuget.org/packages/EPPlus/

v7.0.5: 7.0.5

Major update to the calculation engine to support array formulas. See EPPlus7 features
Improved performance and better support for cross-worksheet references in conditional formatting.
Release is available on Nuget.org per 2023122: https://www.nuget.org/packages/EPPlus/

v7.0.4: 7.0.4

Major update to the calculation engine to support array formulas. See EPPlus7 features
Improved performance and better support for cross-worksheet references in conditional formatting.
Release is available on Nuget.org per 2023121: https://www.nuget.org/packages/EPPlus/Major update to the calculation engine to support array formulas. See EPPlus7 features
Improved performance and better support for cross-worksheet references in conditional formatting.
Release is available on Nuget.org per 2023120: https://www.nuget.org/packages/EPPlus/

v7.0.3: 7.0.3

Major update to the calculation engine to support array formulas. See EPPlus7 features
Improved performance and better support for cross-worksheet references in conditional formatting.
Release is available on Nuget.org per 2023120: https://www.nuget.org/packages/EPPlus/

v7.0.2: 7.0.2

Major update to the calculation engine to support array formulas. See EPPlus7 features
Improved performance and better support for cross-worksheet references in conditional formatting.
Release is available on Nuget.org per 2023112: https://www.nuget.org/packages/EPPlus/

v7.0.1: 7.0.1

Major update to the calculation engine to support array formulas. See [EPPlus7 features]https://epplussoftware.com/en/Developers/EPPlus7
Improved performance and better support for cross-worksheet references in conditional formatting.
Release is available on Nuget per 2023110: https://www.nuget.org/packages/EPPlus/

v7.0.0: 7.0.0

Major update to the calculation engine to support array formulas. See [EPPlus7 features]https://epplussoftware.com/en/Developers/EPPlus7
Improved performance and better support for cross-worksheet references in conditional formatting.
Release is available on Nuget per 2023102: https://www.nuget.org/packages/EPPlus/

v6.2.19: 6.2.19

Minor features and bug fixes see https://epplussoftware.com/Developers/MinorFeaturesAndIssues
Release is available on Nuget.org per 2024032: https://www.nuget.org/packages/EPPlus/

v6.2.18: 6.2.18

Minor features and bug fixes see https://epplussoftware.com/Developers/MinorFeaturesAndIssues
Release is available on Nuget.org per 2024031: https://www.nuget.org/packages/EPPlus/

v6.2.17: 6.2.17

Minor features and bug fixes see https://epplussoftware.com/Developers/MinorFeaturesAndIssues
Release is available on Nuget.org per 2024021: https://www.nuget.org/packages/EPPlus/

v6.2.16: 6.2.16

Minor features and bug fixes see https://epplussoftware.com/Developers/MinorFeaturesAndIssues
Release is available on Nuget.org per 2024011: https://www.nuget.org/packages/EPPlus/

v6.2.15

Minor features and bug fixes see https://epplussoftware.com/Developers/MinorFeaturesAndIssues
Release is available on Nuget.org per 2023121: https://www.nuget.org/packages/EPPlus/

v6.2.14

Minor features and bug fixes see https://epplussoftware.com/Developers/MinorFeaturesAndIssues
Release is available on Nuget.org per 2023120: https://www.nuget.org/packages/EPPlus/

v6.2.13

Minor features and bug fixes see https://epplussoftware.com/Developers/MinorFeaturesAndIssues
Release is available on Nuget.org per 2023112: https://www.nuget.org/packages/EPPlus/

v6.2.12: 6.2.12

Minor features and bug fixes see https://epplussoftware.com/Developers/MinorFeaturesAndIssues
Release is available on Nuget per 2023110: https://www.nuget.org/packages/EPPlus/

v6.2.11: 6.2.11

Minor features and bug fixes see https://epplussoftware.com/Developers/MinorFeaturesAndIssues
Release is available on Nuget per 2023102: https://www.nuget.org/packages/EPPlus/

v6.2.10

Minor features and bug fixes see https://epplussoftware.com/Developers/MinorFeaturesAndIssues
Release is available on Nuget per 2023100: https://www.nuget.org/packages/EPPlus/

v6.2.9: 6.2.9

Minor features and bug fixes see https://epplussoftware.com/Developers/MinorFeaturesAndIssues
Release is available on Nuget per 2023090: https://www.nuget.org/packages/EPPlus/

v6.2.8: 6.2.8

Minor features and bug fixes see https://epplussoftware.com/Developers/MinorFeaturesAndIssues
Release is available on Nuget per 2023081: https://www.nuget.org/packages/EPPlus/

v6.2.7: 6.2.7

Minor features and bug fixes see https://epplussoftware.com/Developers/MinorFeaturesAndIssues
Release is available on Nuget per 2023071: https://www.nuget.org/packages/EPPlus/

v6.2.6: 6.2.6

Minor features and bug fixes see https://epplussoftware.com/Developers/MinorFeaturesAndIssues
Release is available on Nuget per 2023061: https://www.nuget.org/packages/EPPlus/

v6.2.5: 6.2.5

Minor features and bug fixes see https://epplussoftware.com/Developers/MinorFeaturesAndIssues
Release is available on Nuget per 2023061: https://www.nuget.org/packages/EPPlus/

v6.2.4: 6.2.4

Minor features and bug fixes see https://epplussoftware.com/Developers/MinorFeaturesAndIssues
Release is available on Nuget per 2023051: https://www.nuget.org/packages/EPPlus/

v6.2.3: 6.2.3

Minor features and bug fixes see https://epplussoftware.com/Developers/MinorFeaturesAndIssues
Release is available on Nuget per 2023050: https://www.nuget.org/packages/EPPlus/

v6.2.2: 6.2.2

Minor features and bug fixes see https://epplussoftware.com/Developers/MinorFeaturesAndIssues
Release is available on Nuget per 2023041: https://www.nuget.org/packages/EPPlus/

v6.2.1: 6.2.1

Minor features and bug fixes see https://epplussoftware.com/Developers/MinorFeaturesAndIssues
Release is available on Nuget per 2023040: https://www.nuget.org/packages/EPPlus/

v6.2.0: 6.2.0

Minor features and bug fixes see https://epplussoftware.com/Developers/MinorFeaturesAndIssues
Release is available on Nuget per 2023032: https://www.nuget.org/packages/EPPlus/

v6.1.3: 6.1.3

Minor features and bug fixes see https://epplussoftware.com/Developers/MinorFeaturesAndIssues
Release is available on Nuget per 2023022: https://www.nuget.org/packages/EPPlus/

v6.1.2: 6.1.2

Minor features and bug fixes see https://epplussoftware.com/Developers/MinorFeaturesAndIssues
Release is available on Nuget per 2023011: https://www.nuget.org/packages/EPPlus/

v6.1.1: 6.1.1

Minor features and bug fixes see https://epplussoftware.com/Developers/MinorFeaturesAndIssues
Release is available on Nuget per 2022112: https://www.nuget.org/packages/EPPlus/

v6.1.0: 6.1.0

Minor features and bug fixes see https://epplussoftware.com/Developers/MinorFeaturesAndIssues
Release is available on Nuget per 2022110: https://www.nuget.org/packages/EPPlus/

v6.0.8: 6.0.8

Minor features and bug fixes see https://epplussoftware.com/Developers/MinorFeaturesAndIssues
Release is available on Nuget per 2022092: https://www.nuget.org/packages/EPPlus/

v6.0.7: 6.0.7

Minor features and bug fixes see https://epplussoftware.com/Developers/MinorFeaturesAndIssues
Release is available on Nuget per 2022083: https://www.nuget.org/packages/EPPlus/

v6.0.5

Minor features and bug fixes see https://epplussoftware.com/Developers/MinorFeaturesAndIssues
Release is available on Nuget per 2022061: https://www.nuget.org/packages/EPPlus/

v6.0.4: 6.0.4

Minor features and bug fixes see https://epplussoftware.com/Developers/MinorFeaturesAndIssues
Release is available on Nuget per 2022051: https://www.nuget.org/packages/EPPlus/

v6.0.3: 6.0.3

Html Export
JSON Export
New drawing handling, removing dependence on System.Drawing.Common.
Support for new image type like svg, webp and ico.
32 new functions

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

v5.8.14: 5.8.14

Minor features and bug fixes see https://epplussoftware.com/Developers/MinorFeaturesAndIssues
Release is available on Nuget per 2022092: https://www.nuget.org/packages/EPPlus/

v5.8.13: 5.8.13

Minor features and bug fixes see https://epplussoftware.com/Developers/MinorFeaturesAndIssues
Release is available on Nuget per 2022083: https://www.nuget.org/packages/EPPlus/

v5.8.12

Minor features and bug fixes see https://epplussoftware.com/Developers/MinorFeaturesAndIssues
Release is available on Nuget per 2022070: https://www.nuget.org/packages/EPPlus/

v5.8.11: 5.8.11

Minor features and bug fixes see https://epplussoftware.com/Developers/MinorFeaturesAndIssues
Release is available on Nuget per 2022061: https://www.nuget.org/packages/EPPlus/

v5.8.10: 5.8.10

Minor features and bug fixes see https://epplussoftware.com/Developers/MinorFeaturesAndIssues
Release is available on Nuget per 2022051: https://www.nuget.org/packages/EPPlus/

v5.8.9: EPPlus 5.8.9

Minor features and bug fixes see https://epplussoftware.com/Developers/MinorFeaturesAndIssues
Release is available on Nuget per 2022041: https://www.nuget.org/packages/EPPlus/

v5.8.8: 5.8.8

Minor features and bug fixes see https://epplussoftware.com/Developers/MinorFeaturesAndIssues
Release is available on Nuget per 2022032: https://www.nuget.org/packages/EPPlus/

v5.8.7: 5.8.7

Minor features and bug fixes see https://epplussoftware.com/Developers/MinorFeaturesAndIssues
Release is available on Nuget per 2022030: https://www.nuget.org/packages/EPPlus/

v5.8.6: 5.8.6

Minor features and bug fixes see https://epplussoftware.com/Developers/MinorFeaturesAndIssues
Release is available on Nuget per 2022020: https://www.nuget.org/packages/EPPlus/

v5.8.5: 5.8.5

Minor features and bug fixes see https://epplussoftware.com/Developers/MinorFeaturesAndIssues
Release is available on Nuget per 2022011: https://www.nuget.org/packages/EPPlus/

v5.8.4: 5.8.4

Minor features and bug fixes see https://epplussoftware.com/Developers/MinorFeaturesAndIssues
Release is available on Nuget per 2021121: https://www.nuget.org/packages/EPPlus/

v5.8.3: 5.8.3

Minor features and bug fixes see https://epplussoftware.com/Developers/MinorFeaturesAndIssues
Release is available on Nuget per 2021111: https://www.nuget.org/packages/EPPlus/

v5.8.2: 5.8.2

Minor features and bug fixes see https://epplussoftware.com/Developers/MinorFeaturesAndIssues
Release is available on Nuget per 2021102: https://www.nuget.org/packages/EPPlus/

v5.8.1: 5.8.1

Minor features and bug fixes see https://epplussoftware.com/Developers/MinorFeaturesAndIssues
Release is available on Nuget per 2021102: https://www.nuget.org/packages/EPPlus/

v5.8.0: 5.8.0

Features

v5.7.5: 5.7.5

Bug fixes. https://epplussoftware.com/Developers/MinorFeaturesAndIssues
Release is available on Nuget per 2021092: https://www.nuget.org/packages/EPPlus/

v5.7.4: 5.7.4

Bug fixes. https://epplussoftware.com/Developers/MinorFeaturesAndIssues
Release is available on nuget per 2021082: https://www.nuget.org/packages/EPPlus/

v5.7.3: 5.7.3

Bug fixes. https://epplussoftware.com/Developers/MinorFeaturesAndIssues
Release is available on nuget per 2021081: https://www.nuget.org/packages/EPPlus/

v5.7.2

Compare Source

Bug fixes. https://epplussoftware.com/Developers/MinorFeaturesAndIssues
Release is available on nuget per 2021072: https://www.nuget.org/packages/EPPlus/

v5.7.1

Bug fixes. https://epplussoftware.com/Developers/MinorFeaturesAndIssues
Release is available on nuget per 2021070: https://www.nuget.org/packages/EPPlus/

v5.7.0: 5.7.0

Bug fixes. https://epplussoftware.com/Developers/MinorFeaturesAndIssues
Release is available on nuget per 2021061: https://www.nuget.org/packages/EPPlus/

v5.6.4

Compare Source

Bug fixes. https://epplussoftware.com/Developers/MinorFeaturesAndIssues
Release is available on nuget: https://www.nuget.org/packages/EPPlus/

v5.6.3

Compare Source

Bug fixes. https://epplussoftware.com/Developers/MinorFeaturesAndIssues
Release is available on nuget: https://www.nuget.org/packages/EPPlus/

v5.6.2

Compare Source

Bug fixes. https://epplussoftware.com/Developers/MinorFeaturesAndIssues
Release is available on nuget: https://www.nuget.org/packages/EPPlus/

v5.6.1

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot assigned ildoc Mar 29, 2025
@renovate renovate bot force-pushed the renovate/epplus-8.x branch from 3869272 to 219b0ef Compare April 17, 2025 08:13
@renovate renovate bot force-pushed the renovate/epplus-8.x branch from 219b0ef to 0efb7a8 Compare May 1, 2025 03:56
@renovate renovate bot force-pushed the renovate/epplus-8.x branch from 0efb7a8 to 8684ed3 Compare May 17, 2025 04:00
@renovate renovate bot changed the title Update dependency EPPlus to v8 Update dependency EPPlus to v8 - autoclosed Jun 22, 2025
@renovate renovate bot closed this Jun 22, 2025
@renovate renovate bot deleted the renovate/epplus-8.x branch June 22, 2025 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants