wharton / drf-excel

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

Export tabluler data in CSV format #82

Closed devanghingu closed 5 months ago

devanghingu commented 5 months ago

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

FlipperPA commented 5 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.