-
Notifications
You must be signed in to change notification settings - Fork 4
Home
triplebeta edited this page Jul 5, 2014
·
2 revisions
You are in the right place if you want to connect your Trello board to Excel. This repository contains an Excel file that contains macros to do just that using the Trello REST API.
In order to make it easy to use for non-developers, the Excelfile contains a basic UI implemented as a new Ribbon tab providing access to the following functionality:
- Configure the connection to your Trello board
- Import all cards of a Trello board as rows on a worksheet (in a specific table format)
- Publish rows from a table as cards on a Trello board
- Synchronize some fields from your Trello board back into the Excel rows
Thanks to Tim Hall for his excellent code to access a REST API from within VBA. Instructions, sample data and more information is included in the Excelfile.
Hope it helps!