VahidN / EPPlus.Core

EPPlus.Core is an unofficial port of the EPPlus library to .NET Core
GNU Lesser General Public License v3.0
370 stars 93 forks source link
asp-net-core aspnetcore epplus epplus-library excel

News

This project helped EPPlus to add .NET Core support. Please start using the original EPPlus. It supports .NETFramework 3.5, .NETFramework 4.0 & .NETStandard 2.0 now.


EPPlus.Core

EPPlus.Core is an unofficial port of the EPPlus library to .NET Core. It's based on the 5/24/2017, change set#fcded570d92e.

Install via NuGet

To install EPPlus.Core, run the following command in the Package Manager Console:

PM> Install-Package EPPlus.Core

You can also view the package page on NuGet.

Usage

Notes:

To run this project on non-Windows-based operating systems, you will need to install libgdiplus too:

The original EPPlus project has been moved to Github. Please post its development related issues/pull requests at there. The main purpose of the current project is just providing an existing EPPlus for .NET Standard. There will be no further developments here.