Switch EPPlus to .NET Standard 2.0

This change required backporting changes from a newer EPPlus version:

https://github.com/JanKallman/EPPlus/commit/
2a0283ce04fcf9e598711c97efeff9318d7a1156

Specifically, ImageConverter (which is not .NET Standard compatible)
has been replaced with an EPPlus-specific ImageCompat utility.

Change-Id: Ia0a5bda9e93d97f1fad417a3a3889b0f8b69ec2b
5 files changed
tree: 3b882952e7695cff98f253e7d963e894db0c2229
  1. Doc/
  2. EPPlus/
  3. EPPlusExcelCalculationSample/
  4. EPPlusTest/
  5. EPPlusWebSample/
  6. Profiling/
  7. SampleApp/
  8. .gitignore
  9. EPPlus.sln
  10. EPPlus.testsettings
  11. EPPlusTest.runsettings
  12. ExcelPackage.vsmdi
  13. LICENSE
  14. LocalTestRun.testrunconfig
  15. METADATA
  16. README.md
  17. ReadMe_UpdatingEPPlus.txt
README.md

EPPlus

AppSheet fork of EPPlus

To compile this fork, run: dotnet pack EPPlus/EPPlusSDK.csproj -c Release

Then, copy the .nupkg file: EPPlus/bin/Release/Appsheet.EPPlus.1.0.0.nupkg -> jeenee/lib/nuget