![]() |
VOOZH | about |
The CData Excel Add-In for eBay provides formulas that can edit, save, and delete eBay data. The following three steps show how you can automate the following task: Search eBay 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 EbayConnection1, or a connection string. The connection string consists of the required properties for connecting to eBay data, separated by semicolons.
If you will be accessing your own account, you can generate an OAuthAccessToken from your developer account dashboard. You can also allow other users to securely access their own accounts.
Both of these methods require you to create an application key set to obtain values for the following connection properties: AppId, CertId, DevId, and SiteId.
The user consent flow additionally requires the RuName and CallbackURL.
See the "Getting Started" chapter in the help documentation for a guide to using OAuth.
The procedure below results in a spreadsheet that organizes all the formula inputs in the first column.
=CDATAQUERY("SELECT * FROM ItemListing WHERE ListingStatus = '"&B8&"'","AppId="&B1&";CertId="&B2&";DevId="&B3&";SiteId="&B4&";RuName="&B5&";CallbackURL="&B6&";InitiateOAuth="&B7&";Provider=Ebay",B9)
👁 Formula inputs used in this example. (Google Apps is shown.)Download a free trial of the Excel Add-In for eBay to get started:
Download NowLearn more:
👁 eBay IconThe eBay Excel Add-In is a powerful tool that allows you to connect with live eBay auction data, directly from Microsoft Excel.
Use Excel to read, write, and update Items, Bidders, Transactions, etc. Perfect for mass imports / exports / updates, data cleansing & de-duplication, Excel based data analysis, and more!