Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to import cards from a specific board into a excel spreadsheet using Trello API?

Marcus Mesquita May 19, 2022

Hi all,

Could anyone help me importing all the cards from a specific board into an excel spreadsheet using Trello API?

Thanks in advance.

1 answer

1 accepted

1 vote
Answer accepted
Laura Holton _ACE Rotterdam_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 19, 2022

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.

  1. Log into Trello in your browser
  2. Pro Tip: Use the JSONView Chrome extension to more easily view JSON data returned from the API.
  3. In your browser, go to https://trello.com/1/members/me/cards
  4. 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)
  5. Find your favorite JSON-to-CSV converter. Maybe try http://konklone.io/json/.
  6. 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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events