J
J
jasta312016-08-17 18:37:54
Django
jasta31, 2016-08-17 18:37:54

How to export data from Django to excel?

There is a fairly large model with a bunch of data.
Some fields need to be exported to Excel as reports.
What tools can solve this problem?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey Gornostaev, 2016-08-17
@jasta31

django-import-export

I
Ivan Tishchenko, 2016-08-17
@Tihon_V

Is excel a requirement? Personally, I didn’t like the libraries for working with it and (to my happiness) it was at that moment that part of the client’s infrastructure switched to LibreOffice. I figured out with ezodf / lxml and now I use them to load / unload reports (many sheets and calculated fields) :-)
Well, if Excel is all the same: xlrd & xlwt,

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question