# EPPlus.Core **Repository Path**: scheshan/EPPlus.Core ## Basic Information - **Project Name**: EPPlus.Core - **Description**: EPPlus.Core is an unofficial port of the EPPlus library to .NET Core - **Primary Language**: C# - **License**: LGPL-2.1 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2017-01-05 - **Last Updated**: 2024-10-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README EPPlus.Core =========== `EPPlus.Core` is an **unofficial** port of the [EPPlus library](http://epplus.codeplex.com) to .NET Core. It's based on the [30/12/2016, change set#185f083ca608](http://epplus.codeplex.com/SourceControl/list/changesets). 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](http://www.nuget.org/packages/EPPlus.Core/) on NuGet. Note: ----------------- To run this project on Linux, you will need to install `libgdiplus` too: ``` sudo apt-get update sudo apt-get install libgdiplus ```