I have to update cell values in an excel sheet( office 2010) through ASP.NET CORE Console application.
I am looking for some dll/package from Microsoft. But most of the dll/package does not support ASP.NET CORE and I got below error:
Package XXXXX is not compatible with netcoreapp1.0 (.NETCoreApp,Version=v1.0).
One or more packages are incompatible with .NETCoreApp,Version=v1.0.
NOTE: Strictly not have to use Install-Package Shaman.EPPlus,
I mean we are preferring packages of Microsoft technologies. So looking for any workaround for this.