Search 1.9 billion lines of Odoo code on GitHub

sql_export_excel

Author: Akretion,Odoo Community Association (OCA)
License: AGPL-3
Branch: 15.0-mig-report_csv-ape
Repository: acsone/reporting-engine
Dependencies: sql_export
Languages: HTML (341, 54.3%), Python (207, 33.0%), XML (31, 4.9%), and reStructuredText (49, 7.8%)
Other repositories: AITIC/server-tools, Callino/server-tools, Change2improve/reporting-engine, Change2improve/server-tools, Comunitea/server-tools, Digital5-Odoo/server-tools, Dobtor-OCA/server-tools, ERPLibre/server-tools, ForgeFlow/reporting-engine, ForgeFlow/server-tools, Gabinete-Digital/reporting-engine, Gabinete-Digital/server-tools, Ingeos/reporting-engine, Ingeos/server-tools, Jarsa/reporting-engine, Jarsa/server-tools, LevelPrime/server-tools, NL66278/server-tools, OCA/reporting-engine, OCA/server-tools, Rad0van/server-tools, SeuMarco/reporting-engine, StefanRijnhart/server-tools, TRESCLOUD/reporting-engine, TRESCLOUD/server-tools, Tecnativa/reporting-engine, Tecnativa/server-tools, TimLai125/server-tools, VanMoof/server-tools, Vauxoo/reporting-engine, Vauxoo/server-tools, YannickB/server-tools, aaltinisik/server-tools, acsone/server-tools, adhoc-dev/oca-reporting-engine, adhoc-dev/reporting-engine, akretion/reporting-engine, akretion/server-tools, anhvu-sg/server-tools, antilhue/server-tools, aurestic/reporting-engine, aurestic/server-tools, avoinsystems/server-tools, blooparksystems/reporting-engine, blooparksystems/server-tools, bmya/server-tools, brain-tec/reporting-engine, brain-tec/server-tools, camptocamp/reporting-engine, camptocamp/server-tools, coopiteasy/server-tools, diggy128/server-tools, eLBati/server-tools, ecosoft-odoo/server-tools, flachica/reporting-engine, focusate/oca-server-tools, grindtildeath/server-tools, gurneyalex/reporting-engine, gurneyalex/server-tools, hbrunn/server-tools, hibou-io/oca-server-tools, initOS/server-tools, invitu/server-tools, janverb/server-tools, johnbendi/reporting-engine, kmee/reporting-engine, kmee/server-tools, kos94ok-3D/server-tools, legalsylvain/server-tools, lideritjnma/server-tools, lincersolucoes/oca-server-tools, lonelyleaves/server-tools, modoolar/server-tools, multidadosti-erp/server-tools, nilshamerlinck/server-tools, njeudy/server-tools, nuobit/server-tools, omalbastin/server-tools, petrus-v/server-tools, praxigento/oca-reporting-engine, praxigento/oca-server-tools, rdeheele/server-tools, rsullivan2704/server-tools, sebalix/server-tools, sergiocorato/server-tools, sodexis/server-tools, steingabelgaard/server-tools, sunflowerit/reporting-engine, sunflowerit/server-tools, swbs-co/server-tools, sysprocesarcastro/server-tools, tafaRU/server-tools, takinobori/oca-server-tools, tegin/reporting-engine, tegin/server-tools, tirma-sa/server-tools, trevi-software/server-tools, unitek-solusi/OCA-reporting-engine, ursais/reporting-engine, ursais/server-tools, versada/server-tools, ypapouin/server-tools, zarumaru/server-tools, and zhaohuaw/server-tools

<h1 class="title">SQL Export Excel</h1> <p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/reporting-engine/tree/15.0/sql_export_excel"><img alt="OCA/reporting-engine" src="https://img.shields.io/badge/github-OCA%2Freporting--engine-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/reporting-engine-15-0/reporting-engine-15-0-sql_export_excel"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/143/15.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p> <p>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.</p> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#configuration" id="id1">Configuration</a></li> <li><a class="reference internal" href="#bug-tracker" id="id2">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id3">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id4">Authors</a></li> <li><a class="reference internal" href="#contributors" id="id5">Contributors</a></li> <li><a class="reference internal" href="#maintainers" id="id6">Maintainers</a></li> </ul> </li> </ul> </div> <a name="configuration"></a> <h2><a class="toc-backref" href="#id1">Configuration</a></h2> <p>If you want Odoo to update an existing excel file, you should create an attachment with the excel file and configure this attachment on the query. Then, you can configure the query to indicate if Odoo should export the header and where it should insert the data. By default, it will insert it in the first sheet, at first row/column.</p> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id2">Bug Tracker</a></h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/reporting-engine/issues">GitHub Issues</a>. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed <a class="reference external" href="https://github.com/OCA/reporting-engine/issues/new?body=module:%20sql_export_excel%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p> <p>Do not contact contributors directly about support or help with technical issues.</p> <a name="credits"></a> <h2><a class="toc-backref" href="#id3">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id4">Authors</a></h3> <ul class="simple"> <li>Akretion</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id5">Contributors</a></h3> <ul class="simple"> <li>Florian da Costa &lt;<a class="reference external" href="mailto:florian.dacosta&#64;akretion.com">florian.dacosta&#64;akretion.com</a>&gt;</li> <li>Helly kapatel &lt;<a class="reference external" href="mailto:helly.kapatel&#64;initos.com">helly.kapatel&#64;initos.com</a>&gt;</li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id6">Maintainers</a></h3> <p>This module is maintained by the OCA.</p> <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a> <p>OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.</p> <p>This module is part of the <a class="reference external" href="https://github.com/OCA/reporting-engine/tree/15.0/sql_export_excel">OCA/reporting-engine</a> project on GitHub.</p> <p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>