Action export django admin to excel exactly as it appears in list-display
I separate this in two files, like this: export_excel.py and actions.py I tried to treat all possible forms of information that may appear in admin, such as properties, functions and normal fields, always getting the column name verbose_name or short_description depending on the case.
- django
- python
- django-admin
- export-excel