dgulotta / cross2sheet

A program to convert crossword grids to spreadsheet format
MIT License
14 stars 3 forks source link

Support Google Sheets API #2

Open Torgen opened 4 years ago

Torgen commented 4 years ago

Add a command line option where the output file name will be interpreted as the ID of a google sheet, and a tab will be added to that sheet containing the grid.

dgulotta commented 4 years ago

I am not particularly motivated to add this, but a pull request would be welcome.

Torgen commented 4 years ago

I will see if I have time over the holiday break. I assume you will want lazy dependencies? i.e. if you don't have the google APIs package installed, the web interface won't give you a place to enter the ID of the sheet to edit and the command line won't let you set that flag, but the other modes will still work?