EPPlus.Core icon indicating copy to clipboard operation
EPPlus.Core copied to clipboard

EPPlus 4.5.0-beta Added .NET Core Support

Open VahidN opened this issue 7 years ago • 5 comments

4.5.0.0 Beta 1

  • .Net Core support. https://www.nuget.org/packages/EPPlus/4.5.0-beta
> dotnet add package EPPlus --version 4.5.0-beta 

VahidN avatar Nov 12 '17 21:11 VahidN

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)

nowherenearithaca avatar Nov 16 '17 05:11 nowherenearithaca

Are there plans to release new versions for .Net Core?

ghost avatar Apr 25 '18 13:04 ghost

Please start using the original EPPlus 4.5.1. It supports .NETFramework 3.5, .NETFramework 4.0 & .NETStandard 2.0 now.

VahidN avatar Apr 26 '18 03:04 VahidN

Will this support .net core 2.1.1 ? Is ClosedXML (0.93.0) compatible with .net core 2.1.1 ?

robeverett avatar Sep 18 '18 17:09 robeverett

.NET Core 2.x implements the .NETStandard 2.0 specification and EPPlus supports .NETStandard 2.0.

VahidN avatar Sep 18 '18 17:09 VahidN