![]() |
VOOZH | about |
The CData Excel Add-In for Trello provides formulas that can query Trello data. The following three steps show how you can automate the following task: Search Trello 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 TrelloConnection1, or a connection string. The connection string consists of the required properties for connecting to Trello data, separated by semicolons.
Trello uses token-based authentication to grant third-party applications access to their API. When a user has granted an application access to their data, the application is given a token that can be used to make requests to Trello's API.
Trello's API can be accessed in 2 different ways. The first is using Trello's own Authorization Route, and the second is using OAuth1.0.
The procedure below results in a spreadsheet that organizes all the formula inputs in the first column.
=CDATAQUERY("SELECT * FROM Boards WHERE Name = '"&B4&"'","APIKey="&B1&";Token="&B2&";InitiateOAuth="&B3&";Provider=Trello",B5)
👁 Formula inputs used in this example. (Google Apps is shown.)Download a free trial of the Excel Add-In for Trello to get started:
Download NowLearn more:
👁 Trello IconThe Trello Excel Add-In is a powerful tool that allows you to connect with live Trello data, directly from Microsoft Excel.
Use Excel to access Trello Lists, Cards, Boards, etc. Perfect for mass exports, Excel-based data analysis, and more!