Calling a google app script from a web page -


I have written a script to manage a Google spreadsheet.

I have 2 buttons on this spreadsheet that calls 2 different functions

I want to call these tasks through a 2 button in a web site (probably a Google Site) And I want to do it in the simplest way.

> Can I give a link for each function for example and when click Run this link function?

Thanks a lot! :)

There are several ways to do this, html service, uiapp, parameter dooget function (this link Move) ...
You should read the tutorials given by the Google Apps Script Team
- For html service - For uiapp:
- For url parameter:


Comments