Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
那么,在我过滤信息之后,有没有办法可以将该过滤后的列表导出为 Excel 表格?我希望有一个按钮,您可以在管理页面中单击该按钮,以将所有信息导出为当前在面板中可见的 Excel 工作表。
如果这太令人困惑,请提出更多问题,我很乐意帮助您帮助我!
我的列表过滤器:
list_filter = ('Class','Age',)
您可以使用这个外部库。
https://django-import-export.readthedocs.io/en/latest/
在 excel 上导出管理站点中的过滤视图