0

I am planning to use Google sheet API v4 in my website . I have custom form, I want the data of form to dumbed in Google sheet I don't have any servers like Python, Apache, etc., in my host server

AndyG
  • 39,700
  • 8
  • 109
  • 143
SMBT
  • 19
  • 3

1 Answers1

0

You may follow this SO thread on how to get the data in forms using Forms Service. Also check on this Spreadsheet Service on how to modify the spreadsheet using apps script. Then you can publish the script as a web app if the function returns an HTML service HtmlOutput object or a ontent service TextOutput object.

Here are the following tutorials which might help:

Community
  • 1
  • 1
abielita
  • 13,147
  • 2
  • 17
  • 59