Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
By the "python" tag, you want to do this with a script. You need to learn the principles of working with databases from Python (DB API) to get data and work with the openpyxl library to generate an Excel document.
There are many options (depending on the goals):
You can pull out the data and then push it into xls without any intermediate csv. Look towards the python module xlwt.
And if without a python, then I use libreoffice under Linux for such things. Very convenient, we write / draw a query to the database in the wizard and then just drag-and-drop to an excel file.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question