/aspnetcore-report-export-samples

Samples on how to use common libraries for reporting and data export using asp.net core apis

Primary LanguageC#MIT LicenseMIT

aspnetcore-report-export-samples

Samples on how to use common libraries for reporting and data export using asp.net core apis

Samples

  • /orders/export/csv - most basic csv export
  • /orders/export/csv-helper - using CsvHelper package
  • /orders/export/excel - simple excel export
  • /orders/export/excel-table - exports excel file with excel table (allowing filters and totals row)

TO-DO

  • Excel with Pivot Table
  • Excel with Template File
  • In Browser Report with FastReports