django-commons / drf-excel

An XLSX spreadsheet renderer for Django REST Framework.
BSD 3-Clause "New" or "Revised" License
217 stars 40 forks source link

Export tabluler data in CSV format #82

Closed devanghingu closed 6 months ago

devanghingu commented 6 months ago

Currently the package exporting data in xlsx format. can we export tabular data in CSV format?

FlipperPA commented 6 months ago

@devanghingu There are a few other packages which support this: https://www.django-rest-framework.org/api-guide/renderers/#csv

My friend Mjumbe Poe maintains this one: https://github.com/mjumbewu/django-rest-framework-csv

I hope one of those options works, but that's why we never build in support.