Hi Friends,
I am new in google app script development. I need update functionality for my project.
Query:
Just like in .net mvc , we show data in table format and then provided link to update records on each row, when we click on edit link record will be show in html form and there we can update it. I have tried this thing using google script but didn't get solution. Now i can only show records in table format but difficult to provide edit link to each row and also didn't find solution to update google spreadsheet records using html forms.
So please can anyone help me for this problem?