Export dashboard chart data to Excel
POST/api/v1/dashboard/:pk/export_xlsx/
Writes each chart to a worksheet. With export storage, the work is queued and the user receives a download link by email. Without it, eligible workbooks are returned in the response.
Request
Responses
- 200
- 202
- 400
- 401
- 403
- 404
- 500
The exported workbook, built during this request
Export task accepted
Bad request
Unauthorized
Forbidden
Not found
Fatal error