SAP ABAP get data from Google Spreadsheet using Python
Youtube video: https://youtu.be/jec6rKVQ3B8
- Create GoogleSpreadsheet
- Create GoogleAppScript code (see file googleappscript)
Tools -> Script editor
copy & paste URL GoogleSpreadsheet to the code
- Publish -> Deploy as web app Who has access to the app: - Anyone, even anonymus
- Create Python code (see app.py)
- Copy & paste the URL GoogleAppScript to Python code
- Test @ Postman : GET Params : http://127.0.0.1:5000
the output: [{"InvoiceID":"123-19-1176","ProductLine":"HEALTH AND BEAUTY","UnitPrice":58.22,"Quantity":3,"DatePurchase":20190901}, . .{ }]
References: