Background: I am using Django REST Framework (DRF) with Django REST Pandas (DRP) as the requirement is to have export to excel feature in the application.
Question: How to generate the excel workbook being downloaded by adding
- Data with customized headers
- Adding chart in the workbook
- Adding worksheets.
- Specifying name of file being downloaded
I am looking for small example (tutorial) links illustrating hooks in DRP to do the aforementioned tasks.
Why have I put this open question here? Asking here as Google searches haven't given any worthy results so far. You can also recommend any better module than DRP which will be elegant to achieve the goals.