![]() |
VOOZH | about |
The CData Excel Add-In for Odoo provides formulas that can edit, save, and delete Odoo data. The following three steps show how you can automate the following task: Search Odoo data for a user-specified value and then organize the results into an Excel spreadsheet.
Accessing and integrating live data from Odoo has never been easier with CData. Customers rely on CData connectivity to:
Users frequently integrate Odoo with analytics tools such as Power BI and Qlik Sense, and leverage our tools to replicate Odoo data to databases or data warehouses.
The syntax of the CDATAQUERY formula is the following:
=CDATAQUERY(Query, [Connection], [Parameters], [ResultLocation]);
This formula requires three inputs:
Connection: Either the connection name, such as OdooConnection1, or a connection string. The connection string consists of the required properties for connecting to Odoo data, separated by semicolons.
To connect, set the Url to a valid Odoo site, User and Password to the connection details of the user you are connecting with, and Database to the Odoo database.
The procedure below results in a spreadsheet that organizes all the formula inputs in the first column.
=CDATAQUERY("SELECT * FROM res_users WHERE id = '"&B5&"'","User="&B1&";Password="&B2&";URL="&B3&";Database="&B4&";Provider=Odoo",B6)
👁 Formula inputs used in this example. (Google Apps is shown.)Download a free trial of the Excel Add-In for Odoo to get started:
Download NowLearn more:
👁 Odoo IconThe Odoo ERP Excel Add-In is a powerful tool that allows you to connect with live Odoo ERP data, directly from Microsoft Excel.
Use Excel to read, write, and update Sales Orders, Purchase Orders, Accounts, etc. Perfect for mass imports / exports / updates, data cleansing & de-duplication, Excel based data analysis, and more!