-
Notifications
You must be signed in to change notification settings - Fork 277
EPPlus and Linux
Mats Alm edited this page Nov 14, 2023
·
1 revision
From version 6 and up EPPlus works on Linux platforms without calling System.Drawing.Common
and the underlying libgdiplus library for image and font handling. Microsoft has deprecated System.Drawing.Common
on non-windows platforms from .NET 6.
Note that EPPlus still has a package dependency to System.Drawing.Common
, but it will only call this library on windows platforms or if explicitly configured to do so. You can test EPPlus 6 on various Linux distributions via our Docker sample.
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