On a django site, I want to generate an excel file based on some data in the database.
I\'m thinking of using xlwt, but it only has a method to save the data to a fi
You might want to check huDjango which comes fith a function called serializers.queryset_to_xls() do convert a queryset into an downloadable Excel Sheet.
serializers.queryset_to_xls()