An open API service indexing awesome lists of open source software.

https://github.com/potofcoffee2go/excelttest

Add lists/cards to Trello using data from a workbook
https://github.com/potofcoffee2go/excelttest

trello workbook worksheet

Last synced: 4 months ago
JSON representation

Add lists/cards to Trello using data from a workbook

Awesome Lists containing this project

README

          

## Excel Test

Test of the npm packages xlsx and simply-trello

#### Clone the repo
`git clone https://github.com/PotOfCoffee2Go/excelttest.git`

#### Change to project directory
`cd excelttest`

#### Edit line 3 of obseatingchart.js with yourKey and yourToken from Trello
See https://github.com/PotOfCoffee2Go/simply-trello README.md for how to get a Trello key/token.

#### Install node dependencies
`npm install`

#### Run the program
`node obseatingchart.js`

#### Go onto Trello and a board 'Seating Chart' will exist
[https://trello.com/](https://trello.com/).

If you log onto Trello while obseatingchart.js is running you should see a Personal Board *Seating Chart*.
Open it and will see the cards as they are being added.