Skip to content

9.0.0-preview

Pre-release
Pre-release

Choose a tag to compare

@JanKallman JanKallman released this 22 Sep 13:48

A preview of the upcoming EPPlus 9 release.

See our sample site for a demo of the capabilities.

Turn your workbooks into a PDF

Export ranges and tables into PDF, entirely in managed .NET code. No headless browsers, no printer drivers, no external dependencies — just a single method call from your existing EPPlus code.
EPPlus will initially support the most basic visual elements of Excel. Page setup, margins, print areas, borders, fills, fonts, headers and footers are all preserved so the PDF matches what you would see when printing from Excel.

Charts and shapes as crisp SVG

With EPPlus 9 you can now export shapes and pie-, column-, bar-, line and combo charts from your workbook directly to SVG — Scalable Vector Graphics. Unlike raster formats like PNG or JPEG, SVG images stay perfectly sharp at any size, from a small thumbnail to a full-screen dashboard. This makes SVG the ideal format for web reports, print-ready documents, and modern user interfaces where visual quality matters. The conversion happens in-memory with a single method call, so you can generate previews, embed graphics in emails, or ship them straight to the browser without touching Excel.
EPPlus 9 can render most chart elements, like data labels, trend lines, error bars, and more — is supported. The output is standards-compliant SVG that works in every modern browser and vector editor.
This same SVG rendering is now also used in our HTML export, so charts and shapes exported to HTML get that same crisp, resolution-independent quality.