EPPlus and Docker - donkma93/EPPlus GitHub Wiki
EPPlus 6 can easily be used in all environments supported by .NET. It will even work in non-GDI environments like Windows Nano Server. Check out our Docker sample that includes the following images:
Linux
- Alpine 3.14 - amd64
- Debian - Bullseye Slim - amd64
- Ubunto - Focal - amd64
Windows
- Windows Nano Server - 20H2
The sample project
The sample project requires that you have Visual Studio with container support and Docker installed.
You can find our docker sample project here
EPPlus 5 Docker files
EPPlus 5 needs libgdiplus to work correctly in non-GDI environments. See this page for more details