EPPlus 9 Preview

EPPlus 9 brings two major new capabilities: native PDF export and SVG export — turning worksheets and charts into crisp, scalable graphics or ready-to-share PDFs, directly from your .NET code, no external dependencies. Built entirely on .NET, it runs anywhere your app does — from Windows Server to Nano Server, WebAssembly, or a lightweight Linux container.

Explore the new features

Sample 1
Html Export with drawings

A full worksheet export combining a line chart with a table of FX rate data. This export uses absolute positioning and sizing to display the chart and table just as they appear in Excel.

Sample 1→
Sample 2
SVG Chart Gallery

This sample exports the table and the SVG chart separately, giving you more control over the layout when building the web page. Every chart type supported by SVG export is included: bar, column, line, pie, and combo charts.

Sample 2→
Sample 3
PDF Export Table

This sample demonstrates the new PDF export feature in EPPlus 9. The web page is built using HTML export, and with the click of a button you can export the worksheet directly into a polished PDF document, complete with header and footer.

Sample 3→
Sample 4
PDF Export Range

This sample exports an Excel range with borders, fills and pictures to PDF. The web page is built using HTML export, and with the click of a button you can export the worksheet directly into a polished PDF document.

Sample 4→
Sample 5
Shapes to SVG

This sample adds shapes to a workbook and exports them to SVG.

Sample 5→

Clone this repo

You can explore the code in this web app by cloning this Github repository