EPPlus.Core is an unofficial port of the EPPlus library in .NET Core.
EPPlus.Core is available on nuget and can be installed by doing the following:
PM> Install-Package EPPlus.Core
Note:
To run the project on Linux, you will also need to install libgdiplus:
sudo apt-get update
sudo apt-get install libgdiplus
source
share