EPPlus.Core
EPPlus.Core copied to clipboard
EPPlus 4.5.0-beta Added .NET Core Support
- .Net Core support. https://www.nuget.org/packages/EPPlus/4.5.0-beta
> dotnet add package EPPlus --version 4.5.0-beta
btw - I think that release is just for .Net Core 2.0, and there are no plans to support 1.0
epplus, will not be compatible with core 1.0. However, 4.5 beta which is compatible with core 2.0 was published today. For 1.0 you can have a look at EPPlus.Core (Nuget) which is an unofficial port of EPPlus.
(https://github.com/JanKallman/EPPlus/issues/40)
Are there plans to release new versions for .Net Core?
Please start using the original EPPlus 4.5.1. It supports .NETFramework 3.5, .NETFramework 4.0 & .NETStandard 2.0 now.
Will this support .net core 2.1.1 ? Is ClosedXML (0.93.0) compatible with .net core 2.1.1 ?
.NET Core 2.x
implements the .NETStandard 2.0
specification and EPPlus supports .NETStandard 2.0
.