Blazor sample 1 - generate workbook in the browser

Download file from EPPlus

This sample generates a simple workbook with EPPlus 6 running in a client side Blazor environment - in other words, this workbook is generated by EPPlus 6 running in your browser.

Features included:

  • Autofit columns and adding images in client side Blazor with no access to System.Drawing (needed by previous versions).
  • Calculating the formulas in the workbook
  • Importing json data delivered by a JavaScript function on the page via the LoadFromDictionaries method