Thursday 4 June 2020

Liked on YouTube: How to send data to a google sheet with mit app inventor

How to send data to a google sheet with mit app inventor

In this video, we will learn how to send data from the MIT app inventor app to google sheet using the app script. ...........................................................CODE............................................................................ function doGet(e) { var ss = SpreadsheetApp.openByUrl("https://docs.google.com/spreadsheets/d/1IYd-hSHZ7AIKLqNyfcU-S6DvDTYvwDXcAFaRVEcYNx0/edit#gid=0"); var sheet = ss.getSheetByName("Sheet1"); addUser(e,sheet); } function doPost(e) { var ss = SpreadsheetApp.openByUrl("https://docs.google.com/spreadsheets/d/1IYd-hSHZ7AIKLqNyfcU-S6DvDTYvwDXcAFaRVEcYNx0/edit#gid=0"); var sheet = ss.getSheetByName("Sheet1"); addUser(e,sheet); } function addUser(e,sheet) { var name = e.parameter.name ; var location = e.parameter.location ; sheet.appendRow([name,location]); } .........................................................END............................................................................ use google spreadsheet as database android mit app inventor save data google sheets google sheets app google sheets 2018 google sheets link code mit app inventor send data to google spreadsheet from android app inventor web component app inventor examples taifun flashlight extension download admob extension for kodular app inventor tutorials use google spreadsheet as database android
via YouTube https://www.youtube.com/watch?v=vO3QYKMX6Mo

No comments:

Post a Comment

😍Developer on Weekends #shorts #officememes #developermemes

😍Developer on Weekends #shorts #officememes #developermemes Welcome to the latest viral YouTube shorts meme for developers! 😍Developer on...