-
Notifications
You must be signed in to change notification settings - Fork 277
EPPlus and Docker
Jan Källman edited this page Apr 10, 2024
·
9 revisions
EPPlus 6 and up 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:
- Alpine 3.14 - amd64
- Debian - Bullseye Slim - amd64
- Ubunto - Focal - amd64
See also EPPlus and Linux
- Windows Nano Server - 20H2
The sample project requires that you have Visual Studio with container support and Docker installed.
You can find our docker sample project here
EPPlus version 6 and higher no longer require System.Drawing.Common as it has a builtin Image and Text handler that is used as default under Non-GDI operating systems. See EPPlus and Linux. EPPlus 5 needs System.Drawing.Common & libgdiplus to work correctly in non-GDI environments. See this page for more details
EPPlus Software AB - https://epplussoftware.com
- What is new in EPPlus 5+
- Breaking Changes in EPPlus 5
- Breaking Changes in EPPlus 6
- Breaking Changes in EPPlus 7
- Addressing a worksheet
- Dimension/Used range
- Copying ranges/sheets
- Insert/Delete
- Filling ranges
- Sorting ranges
- Taking and skipping columns/rows
- Data validation
- Comments
- Freeze and Split Panes
- Header and Footer
- Autofit columns
- Grouping and Ungrouping Rows and Columns
- Formatting and styling
- Conditional formatting
- Using Themes
- Working with custom named table- or slicer- styles