The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi all,
Could anyone help me importing all the cards from a specific board into an excel spreadsheet using Trello API?
Thanks in advance.
Hi @Marcus Mesquita 👋
Welcome to the Community! Depending on your level of Trello subscription you can export information from your board in .CSV format, which can be opened in spreadsheet applications like Excel. If not other tiers can export as JSON, see Exporting data from Trello for more information.
As for using the Trello API, they provide the below advice:
Getting custom data from Trello into a spreadsheet
If you're looking for something more advanced, you can use the Trello API within your browser to query for information. The response is in JSON, but with a few steps you can convert that to CSV.
Example: Exporting my cards to CSV
The API route for getting your cards is documented at https://trello.com/docs/api/member/index.html#get-1-members-idmember-or-username-cards.
- Log into Trello in your browser
- Pro Tip: Use the JSONView Chrome extension to more easily view JSON data returned from the API.
- In your browser, go to https://trello.com/1/members/me/cards
- Copy everything that's returned to your clipboard (Note: If you're using JSONView, click "View Source" in the top right corner. This will be easier to copy)
- Find your favorite JSON-to-CSV converter. Maybe try http://konklone.io/json/.
- Paste in your JSON data and then download the resulting CSV.
I hope this helps but if you have any other questions just ask away 😃
All the best,
Laura
Congratulations to @Laura Holton , our latest winner of Taco Tuesday! And thanks to @Kristján Geir Mathiesen for sharing the picture of Taco having fun with his new friend B...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.