More cleanup for EPPlus.

- Remove useless Dispose() methods in most places
- Remove Save() and associated methdos from ExcelPackage
- Remove encryption support (this doesn't work anyway on Linux, and we
  never bother to supply a password so it is effectively a no-op)
- Clean up a bunch of compiler warnings

Change-Id: Iad5bc0e198514faeb78166f13525f4b9da7e062c
Reviewed-on: https://gnocchi-internal-review.git.corp.google.com/c/third_party/epplus/+/207580
Reviewed-by: Hughes Hilton <hugheshilton@google.com>
35 files changed
tree: 7c4e2161a139d5a03c338b544da21fe8099d6fa8
  1. Doc/
  2. EPPlus/
  3. EPPlusExcelCalculationSample/
  4. EPPlusTest/
  5. EPPlusWebSample/
  6. NetCoreTests/
  7. Profiling/
  8. SampleApp/
  9. .gitignore
  10. CONTRIBUTING.md
  11. EPPlus.sln
  12. EPPlus.testsettings
  13. EPPlusTest.runsettings
  14. ExcelPackage.vsmdi
  15. LICENSE
  16. LocalTestRun.testrunconfig
  17. METADATA
  18. README.md
  19. 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