I was trying to export a Trello board to a spreadsheet and include all the cards and checklists but couldn’t find a good way to do that, so I wrote one!
Originally this project was based on Laravel Zero, a command-line Laravel framework. It accepted a JSON file exported from Trello and exports an Excel spreadsheet:
- A board becomes an Excel file
- Each list becomes a worksheet
- Each card becomes a row in the worksheet
- Checklist items become individual rows with their name, completion status, and due date
It still does that, but it’s also available now as a webapp for anybody to use simply by logging in with Trello!
Try it out here: https://trello-to-excel.andrewrminion.com/
You can find the source code here: https://gitlab.com/andrewminion/trello-to-excel