Html export

These samples demonstrates the html export capabilities of EPPlus.

In these samples we have connected html exported from EPPlus to other frontend libraries, such as Google Charts and Chart.js. Please note that EPPlus does not come with an integration to these libraries and that the intention with these samples is to show how you can use the exported data to integrate with any frontend library of your choice.
  • Sample 1 - Export table with themes and built in table style
  • Sample 2 - Export table with built in table style, connect to Google Charts
  • Sample 3 - Export table with over 2 000 currency rates, connect to google line chart
  • Sample 4 - Export table with over 2 000 currency rates, connect to Chart.js line chart
  • Sample 5 - Export a range from a worksheet with maintained column width and styling.
  • Sample 6 - Export a multiple ranges from a workbook with a common css.

Also see the article on this feature in our developer wiki