Generic admin action to export data into excel/csv
This is a generic admin action to select and export the data from admin view including the proxy models.
- export csv
- django admin export
- genric data export
- export excel
This is a generic admin action to select and export the data from admin view including the proxy models.
This function downloads selected rows to CSV file. The snippet is based on snippet 1697 and 2020. This function downloads all columns given in the list_display, including callable items.
2 snippets posted so far.