[nwd] Replacing image lib references where necessary

After analyzing appsheets usage of epplus it was found that the only
functionality which interacts with System.Drawing.Common are:

ExcelWorksheet, uses Color functions
ExcelChartsheet, embeds chart image in worksheet.
Worksheet using Compatibility for system.drawing.common so switched the
core compatibility to use ironsoftware.
Worksheets using some image apis.
ExcelVmlDrawingPicture, also switched to use IronSoftware.

These were the only locations that appsheet uses Epplus where
drawing functionality was being implemented.

b/323543312

Change-Id: I68c2951c21f25c25164755f5d5b8839afc5e13e3
9 files changed
tree: f71c5c87482823046fe67dd54667b170ec330e29
  1. Doc/
  2. EPPlus/
  3. EPPlusExcelCalculationSample/
  4. EPPlusTest/
  5. EPPlusWebSample/
  6. NetCoreTests/
  7. NetFrameworkTests/
  8. Profiling/
  9. SampleApp/
  10. .gitignore
  11. CONTRIBUTING.md
  12. EPPlus.sln
  13. EPPlus.testsettings
  14. EPPlusTest.runsettings
  15. ExcelPackage.vsmdi
  16. LICENSE
  17. LocalTestRun.testrunconfig
  18. METADATA
  19. README.md
  20. 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