![]() |
VOOZH | about |
The CData Excel Add-In for WooCommerce provides formulas that can edit, save, and delete WooCommerce data. The following three steps show how you can automate the following task: Search WooCommerce data for a user-specified value and then organize the results into an Excel spreadsheet.
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 WooCommerceConnection1, or a connection string. The connection string consists of the required properties for connecting to WooCommerce data, separated by semicolons.
WooCommerce supports the following authentication methods: one-legged OAuth1.0 Authentication and standard OAuth2.0 Authentication.
Specify the following properties (NOTE: the below credentials are generated from WooCommerce settings page and should not be confused with the credentials generated by using WordPress OAuth2.0 plugin):
After having configured the
In either case, set the Url property to the URL of the WooCommerce instance.
The procedure below results in a spreadsheet that organizes all the formula inputs in the first column.
=CDATAQUERY("SELECT * FROM Orders WHERE ParentId = '"&B5&"'","Url="&B1&";ConsumerKey="&B2&";ConsumerSecret="&B3&";InitiateOAuth="&B4&";Provider=WooCommerce",B6)
👁 Formula inputs used in this example. (Google Apps is shown.)Download a free trial of the Excel Add-In for WooCommerce to get started:
Download NowLearn more:
👁 WooCommerce IconThe WooCommerce Excel Add-In is a powerful tool that allows you to connect with live WooCommerce data, directly from Microsoft Excel.
Use Excel to read, write, and update WooCommerce Customers, Products, Orders, Transactions, etc. Perfect for mass imports / exports / updates, data cleansing & de-duplication, Excel based data analysis, and more!