Add sql_export_excel

This commit is contained in:
Florian da Costa
2019-07-28 12:12:02 +02:00
parent 08c5f372d0
commit c5e89ac2ae
11 changed files with 317 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
Add the possibility to extract data from a sql query toward an excel file.
It is also possible to provide an template excel file for a query. In this case,
the data will be inserted in the specified sheet of the provided excel file. This
is usefull when doing a lot of calculation in excel and the data is coming from Odoo.