![]() |
VOOZH | about |
The CData Excel Add-In for HubSpot provides formulas that can edit, save, and delete HubSpot data. The following three steps show how you can automate the following task: Search HubSpot 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 HubSpot. Customers use CData connectivity to:
Users frequently integrate HubSpot with analytics tools such as Tableau, Power BI, and Excel, and leverage our tools to replicate HubSpot data to databases or data warehouses.
To learn about how other customers are using CData's HubSpot solutions, check out our blog: Drivers in Focus: Simplified HubSpot Connectivity.
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 HubSpotConnection1, or a connection string. The connection string consists of the required properties for connecting to HubSpot data, separated by semicolons.
HubSpot uses the OAuth authentication standard. You can use the embedded OAuthClientId, OAuthClientSecret, and CallbackURL or you can obtain your own by registering an app.
See the Getting Started chapter of 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 Prospects WHERE Region = '"&B2&"'","InitiateOAuth="&B1&";Provider=HubSpot",B3)
👁 Formula inputs used in this example. (Google Apps is shown.)Download a free trial of the Excel Add-In for HubSpot to get started:
Download NowLearn more:
👁 HubSpot IconThe HubSpot Excel Add-In is a powerful tool that allows you to connect with live HubSpot data, directly from Microsoft Excel.
Use Excel to read, write, and update Contacts, Deals, Emails, Companies, etc. Perfect for mass imports / exports / updates, data cleansing & de-duplication, Excel based data analysis, and more!