[NWD] Fix EPPlus loading issue with certain spreadsheets.

ExcelPackage.Workbook was being accessed before it was initialized; this
change just passes the workbook to the constructor of the classes that
need it.

Change-Id: I7ebd4dfe02011ab117ecffc35168f0b2066ccfdf
Reviewed-on: https://gnocchi-internal-review.git.corp.google.com/c/third_party/epplus/+/207700
Reviewed-by: Hughes Hilton <hugheshilton@google.com>
64 files changed
tree: 9b9e456c702336115fc6212808977a3fc9fee4c5
  1. EPPlus/
  2. NetCoreTests/
  3. .editorconfig
  4. .gitignore
  5. CONTRIBUTING.md
  6. dotnet-csharpier
  7. EPPlus.sln
  8. LICENSE
  9. METADATA
  10. README.md
  11. 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