Skip to content

francescomosca/trello-excel

Repository files navigation

Trello JSON export to Excel file (xlsx)

How to

  • npm install
  • npm run build:prod
  • go to the trello board and export the JSON file
  • download that JSON to ./input-folder (example: /input-folder/trello.json)
  • then run npm start

An example json file look from a public trello - https://trello.com/b/ZqN99gGN/agile-sprint-board

Based on: trello-csv