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.
- Python 3
- XlsxWriter (https://pypi.org/project/XlsxWriter/)
config.ini
is a very basic configuration file. Il contains three sections :
[Dates]
: time zone and date format[Labels]
: custom titles[TrelloLists]
: map listid
and listname
[TrelloLists]
<list id> = <list name>
Export your card to json
Run
python3 trelloCardToXlsx.py card.json