flightlog / flsweb

Flight Logging System Web Client
MIT License
1 stars 2 forks source link

Excel export of flight report #175

Open pschuler78 opened 3 years ago

pschuler78 commented 3 years ago

Flight reports should be made exportable as excel.

pschuler78 commented 3 years ago

Implementation described here: https://stackoverflow.com/questions/35865887/download-excel-from-asp-net-web-api-2-using-angularjs

WebAPI POST call: /api/v1/flightreports/export/excel/{page}/{pageSize} Post data: PageableSearchFilter (same as flight reports)

feature implemented in branch /develop