OneBit-Software / PizzaGustav

1 stars 0 forks source link

Access data from drive-tables #7

Open rafaelstrehler opened 6 years ago

rafaelstrehler commented 6 years ago

Load menu from a Google-Spreadsheet through API: https://developers.google.com/apps-script/advanced/sheets

Possible solution: https://stackoverflow.com/a/4819993

Gnuelch commented 6 years ago

Seeing that the Stackoverflow solution is terribly outdated and doesn't work anymore, i created a JS class that uses the csv export of Google Spreadsheets instead of the now inexistant json variant.

JS-Google-SpreadSheet