![]() |
VOOZH | about |
The CData Excel Add-In for Dropbox provides formulas that can edit, save, and delete Dropbox data. The following three steps show how you can automate the following task: Search Dropbox 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 DropboxConnection1, or a connection string. The connection string consists of the required properties for connecting to Dropbox data, separated by semicolons.
Dropbox uses the OAuth authentication standard. To authenticate using OAuth, you can use the embedded credentials or register an app with Dropbox.
See the Getting Started guide in the CData driver documentation for more information.
The procedure below results in a spreadsheet that organizes all the formula inputs in the first column.
=CDATAQUERY("SELECT * FROM Files WHERE Id = '"&B2&"'","InitiateOAuth="&B1&";Provider=Dropbox",B3)
👁 Formula inputs used in this example. (Google Apps is shown.)Download a free trial of the Excel Add-In for Dropbox to get started:
Download NowLearn more:
👁 Dropbox IconThe Dropbox Excel Add-In is a powerful tool that allows you to connect with live Dropbox cloud storage data, directly from Microsoft Excel.
Use Excel to query Dropbox Files, Folders, Users, etc. Perfect for mass exports, Excel based data analysis, and more!