EPPlus 8.0.0-beta
EPPlus 8
License
EPPlus 8 has a dual license model with a community license for noncommercial use: Polyform Noncommercial 1.0.0.
With this license EPPlus is free to use for personal or noncommercial use, but will require a commercial license to be used in a commercial business.
Commercial licenses, which includes support, can be purchased at (https://www.epplussoftware.com/).
The source code for EPPlus is available at EPPlus Software's github repository
License parameter must be set
Before using EPPlus 8, you must specify the license to use. This is done via the License property of the ExcelPackage class
For commercial use, you use the License.SetCommercial(string), with your license key as argument. Your license key is available on your license, under the section "My Licenses" on our website.
For noncommercial use, you set the License.SetNonCommercialOrganization(string) or License.SetNonCommercialPersonal(string) with the name as argument. Noncommercial use will reserve the Comment and Tag field of the package for license information and add a license file within the package.
You can also configure these settings in the configuration files or in an environment varialble:
1. Via code
// If you are a commercial business and have
// purchased commercial licenses use the static property
// LicenseContext of the ExcelPackage class :
ExcelPackage.License.SetCommercial("<Your License Key here>");
// If you use EPPlus in a noncommercial context
// according to the Polyform Noncommercial license:
ExcelPackage.License.SetNonCommercialPersonal("<Your Name>");
//or..
ExcelPackage.License.SetNonCommercialOrganization("<Your Noncommercial Organization>");
using(var package = new ExcelPackage(new FileInfo("MyWorkbook.xlsx")))
{
}
2. Via appSettings.json
{
{
"EPPlus": {
"ExcelPackage": {
"License": "Commercial:<Your License Key here>" //The license context used
}
}
}
}
3. Via app/web.config
<appSettings>
<!--The license context used-->
<add key="EPPlus:ExcelPackage.License" value="NonCommercialPersonal:Your Name" /> //..or use "NonCommercialOrganization:Your Organizations name"
</appSettings>
4. Set the environment variable 'EPPlusLicenseContext'
This might be the easiest way of configuring this. Just as above, set the variable EPPlusLicense.
New features in EPPlus 8
- 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).
- Many minor features and bug fixes.
Breaking Changes
See https://github.com/EPPlusSoftware/EPPlus/wiki/Breaking-Changes-in-EPPlus-8
Showing the top 20 packages that depend on EPPlus.
Packages | Downloads |
---|---|
BootstrapBlazor
Bootstrap UI components for Blazor and Razor Components
|
12 |
BootstrapBlazor
Bootstrap UI components for Blazor and Razor Components
|
13 |
BootstrapBlazor
Bootstrap UI components for Blazor and Razor Components
|
14 |
BootstrapBlazor.TableExport
Bootstrap UI components extensions of export
|
12 |
BootstrapBlazor.TableExport
Bootstrap UI components extensions of export
|
13 |
BootstrapBlazor.TableExport
Bootstrap UI components extensions of export
|
14 |
BootstrapBlazor.TableExport
Bootstrap UI components extensions of export
|
15 |
BootstrapBlazor.TableExport
Bootstrap UI components extensions of export
|
16 |
BootstrapBlazor.TableExport
Bootstrap UI components for Blazor and Razor Components
|
11 |
BootstrapBlazor.TableExport
Bootstrap UI components for Blazor and Razor Components
|
12 |
BootstrapBlazor.TableExport
Bootstrap UI components for Blazor and Razor Components
|
13 |
BootstrapBlazor.TableExport
Bootstrap UI components for Blazor and Razor Components
|
14 |
BootstrapBlazor.TableExport
Bootstrap UI components for Blazor and Razor Components
|
16 |
.NET Framework 3.5
- EPPlus.Interfaces (>= 8.0.0)
.NET Standard 2.1
- System.Text.Encoding.CodePages (>= 9.0.1)
- System.Security.Cryptography.Xml (>= 9.0.1)
- System.ComponentModel.Annotations (>= 5.0.0)
- Microsoft.IO.RecyclableMemoryStream (>= 3.0.1)
- Microsoft.Extensions.Configuration.Json (>= 9.0.1)
- EPPlus.Interfaces (>= 8.0.0)
.NET Standard 2.0
- System.Text.Encoding.CodePages (>= 9.0.1)
- System.Security.Cryptography.Xml (>= 9.0.1)
- System.ComponentModel.Annotations (>= 5.0.0)
- Microsoft.IO.RecyclableMemoryStream (>= 3.0.1)
- Microsoft.Extensions.Configuration.Json (>= 9.0.1)
- EPPlus.Interfaces (>= 8.0.0)
.NET 9.0
- System.Text.Encoding.CodePages (>= 9.0.1)
- System.Security.Cryptography.Xml (>= 9.0.1)
- Microsoft.IO.RecyclableMemoryStream (>= 3.0.1)
- System.ComponentModel.Annotations (>= 5.0.0)
- EPPlus.Interfaces (>= 8.0.0)
- Microsoft.Extensions.Configuration.Json (>= 9.0.1)
.NET Framework 4.6.2
- EPPlus.Interfaces (>= 8.0.0)
- Microsoft.IO.RecyclableMemoryStream (>= 3.0.1)
- System.ComponentModel.Annotations (>= 5.0.0)
- System.Security.Cryptography.Xml (>= 9.0.1)
.NET 8.0
- EPPlus.Interfaces (>= 8.0.0)
- Microsoft.Extensions.Configuration.Json (>= 9.0.1)
- System.ComponentModel.Annotations (>= 5.0.0)
- System.Security.Cryptography.Xml (>= 9.0.1)
- System.Text.Encoding.CodePages (>= 9.0.1)
- Microsoft.IO.RecyclableMemoryStream (>= 3.0.1)
Version | Downloads | Last updated |
---|---|---|
8.0.0-beta | 2 | 02/21/2025 |
7.6.0 | 0 | 02/06/2025 |
7.5.3 | 5 | 01/18/2025 |
7.5.2 | 8 | 12/13/2024 |
7.5.1 | 8 | 11/26/2024 |
7.5.0 | 5 | 12/16/2024 |
7.4.2 | 10 | 11/10/2024 |
7.4.1 | 7 | 11/27/2024 |
7.4.0 | 6 | 11/14/2024 |
7.3.2 | 5 | 11/25/2024 |
7.3.1 | 4 | 11/26/2024 |
7.3.0 | 8 | 11/28/2024 |
7.2.2 | 7 | 11/28/2024 |
7.2.1 | 6 | 11/27/2024 |
7.2.0 | 6 | 11/27/2024 |
7.1.3 | 5 | 11/14/2024 |
7.1.2 | 16 | 04/24/2024 |
7.1.1 | 11 | 04/28/2024 |
7.1.0 | 9 | 04/24/2024 |
7.0.10 | 9 | 04/24/2024 |
7.0.9 | 10 | 04/24/2024 |
7.0.8 | 13 | 04/29/2024 |
7.0.7 | 8 | 11/14/2024 |
7.0.6 | 7 | 06/01/2024 |
7.0.5 | 10 | 04/30/2024 |
7.0.4 | 14 | 04/30/2024 |
7.0.3 | 11 | 04/28/2024 |
7.0.2 | 8 | 06/01/2024 |
7.0.1 | 8 | 06/01/2024 |
7.0.0 | 10 | 06/01/2024 |
6.2.19 | 13 | 05/04/2024 |
6.2.18 | 9 | 06/01/2024 |
6.2.17 | 9 | 11/27/2024 |
6.2.16 | 11 | 06/01/2024 |
6.2.15 | 9 | 06/01/2024 |
6.2.14 | 11 | 06/01/2024 |
6.2.13 | 13 | 04/24/2024 |
6.2.12 | 4 | 12/04/2024 |
6.2.11 | 13 | 06/01/2024 |
6.2.10 | 8 | 05/04/2024 |
6.2.9 | 12 | 04/29/2024 |
6.2.8 | 7 | 04/24/2024 |
6.2.7 | 5 | 06/01/2024 |
6.2.6 | 23 | 06/28/2023 |
6.2.5 | 6 | 06/01/2024 |
6.2.4 | 7 | 05/23/2024 |
6.2.2 | 10 | 06/01/2024 |
6.2.1 | 11 | 06/14/2023 |
6.2.0 | 9 | 06/01/2024 |
6.1.3 | 7 | 12/02/2024 |
6.1.2 | 8 | 06/01/2024 |
6.0.8 | 10 | 06/01/2024 |
6.0.7 | 7 | 06/01/2024 |
6.0.6 | 14 | 05/11/2024 |
6.0.5 | 10 | 06/01/2024 |
6.0.4 | 9 | 06/01/2024 |
6.0.3 | 11 | 06/01/2024 |
6.0.0-beta | 7 | 06/14/2023 |
5.8.14 | 9 | 06/14/2023 |
5.8.10 | 6 | 06/01/2024 |
5.8.9 | 10 | 06/01/2024 |
5.8.4 | 11 | 06/01/2024 |
5.8.3 | 12 | 06/14/2023 |
5.8.2 | 10 | 06/01/2024 |
5.8.1 | 7 | 06/01/2024 |
5.7.4 | 13 | 06/01/2024 |
5.7.2 | 7 | 11/29/2024 |
5.7.1 | 8 | 11/14/2024 |
5.6.4 | 7 | 06/01/2024 |
5.6.2 | 10 | 06/01/2024 |
5.6.1 | 8 | 06/01/2024 |
5.6.0 | 11 | 06/01/2024 |
5.5.5 | 10 | 08/04/2023 |
5.5.4 | 8 | 04/28/2024 |
5.5.2 | 11 | 06/14/2023 |
5.5.1 | 5 | 06/01/2024 |
5.5.0 | 9 | 06/01/2024 |
5.4.1 | 8 | 06/01/2024 |
5.4.0 | 9 | 06/01/2024 |
5.3.2 | 9 | 06/01/2024 |
5.3.1 | 6 | 06/01/2024 |
5.2.1 | 10 | 06/14/2023 |
5.2.0 | 8 | 06/01/2024 |
5.1.2 | 13 | 06/01/2024 |
5.1.1 | 7 | 06/01/2024 |
5.1.0 | 10 | 04/28/2024 |
5.0.4 | 12 | 06/01/2024 |
5.0.3 | 3 | 12/04/2024 |
4.5.3.2 | 38 | 06/01/2024 |
4.5.3.1 | 11 | 06/01/2024 |
4.5.3 | 12 | 06/01/2024 |
4.5.2.1 | 14 | 06/14/2023 |
4.5.2 | 13 | 06/01/2024 |
4.5.1 | 9 | 06/01/2024 |
4.1.0 | 15 | 06/01/2024 |
4.0.2 | 8 | 06/01/2024 |