![]() |
VOOZH | about |
The CData Excel Add-In for Smartsheet provides formulas that can edit, save, and delete Smartsheet data. The following three steps show how you can automate the following task: Search Smartsheet data for a user-specified value and then organize the results into an Excel spreadsheet.
CData provides the easiest way to access and integrate live data from Smartsheet. Customers use CData connectivity to:
Users frequently integrate Smartsheet with analytics tools such as Tableau, Crystal Reports, and Excel. Others leverage our tools to replicate Smartsheet 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 SmartsheetConnection1, or a connection string. The connection string consists of the required properties for connecting to Smartsheet data, separated by semicolons.
Smartsheet uses the OAuth authentication standard. To authenticate using OAuth, register an app to obtain the OAuthClientId, OAuthClientSecret, and CallbackURL connection properties.
However, for testing purposes you can instead use the Personal Access Token you get when you create an application; set this to the OAuthAccessToken connection property.
The procedure below results in a spreadsheet that organizes all the formula inputs in the first column.
=CDATAQUERY("SELECT * FROM Sheet_Event_Plan_Budget WHERE Assigned = '"&B5&"'","OAuthClientId="&B1&";OAuthClientSecret="&B2&";CallbackURL="&B3&";InitiateOAuth="&B4&";Provider=Smartsheet",B6)
👁 Formula inputs used in this example. (Google Apps is shown.)Download a free trial of the Excel Add-In for Smartsheet to get started:
Download NowLearn more:
👁 Smartsheet IconThe Smartsheet Excel Add-In is a powerful tool that allows you to connect with live data from Smartsheet, directly from Microsoft Excel.
Use Excel to connect to Smartsheet Sheets, Contacts, Folders, Groups, Users, etc. Perfect for Excel based data analysis, data cleansing & de-duplication, and more!