Search code examples
epplus

It can be use in Visual Studio 2019?


I was wondering if EPPLus can be use in Visual Studio 2019. I was looking into others Nugets but this is the most relevant for what I need. I saw in the Nuget Gallery (https://www.nuget.org/packages/EPPlus/) that it is usefull in Visual Studio 2017.


Solution

  • EPPLus is a nuget package, it is not linked to Visual studio version but on your code target. So you can use it in VS 2019.

    I'm using it in my current project in .NET Core API