Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 483 Bytes

File metadata and controls

12 lines (8 loc) · 483 Bytes

06 - Sales Report

This sample produces a report based on data from a SQL database.

We have used SQLite to be able to distribute the database with these sample, but it is very similar to any other database client library supporting the System.Data interfaces.

Demonstrates some common approaches when generating a database report with EPPlus.


Back to sample overview

Back to project overview