Skip to content

EPPlus and Docker

Jan Källman edited this page Apr 13, 2022 · 9 revisions

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

EPPlus wiki

Versions

Worksheet & Ranges

Styling

Import/Export data

Formulas and filters

Charts & Drawing objects

Tables & Pivot Tables

VBA & Protection

Clone this wiki locally