Skip to content

Converts Trello Card JSON export to XLSX file.

License

Notifications You must be signed in to change notification settings

Ben0it-T/trello-card-to-xlsx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trello Card To Xlsx

Converts Trello Card JSON export to XLSX file.

With a Trello 'free plan' we can only export a card to JSON. For my personnal use, I wrote this first python script to convert a JSON card to an XLSX file.

Requirements

config.ini

config.ini is a very basic configuration file. Il contains three sections :

  • [Dates]: time zone and date format
  • [Labels]: custom titles
  • [TrelloLists]: map list id and list name
[TrelloLists]
<list id> = <list name>

Usage

Export your card to json

Run

python3 trelloCardToXlsx.py card.json 

Example

Trello-Convert-Card-JSON-to-XLS

Trello-Convert-Card-JSON-to-XLS.xlsx

About

Converts Trello Card JSON export to XLSX file.

Topics

Resources

License

Stars

Watchers

Forks

Languages