Samples on how to use common libraries for reporting and data export using asp.net core apis
/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)
- Excel with Pivot Table
- Excel with Template File
- In Browser Report with FastReports