Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Run Google App Scripts client side

I don't know if this is a dumb question, but can I load the Cloud saved scripts (that I program using the Script Editor in Google Docs) onto the client when opening the sheet, so that the code doesn't run on a Google server but on my computer instead? I should mention I'm very new to this.

like image 956
Alex Waldenmaier Avatar asked Jul 10 '26 14:07

Alex Waldenmaier


1 Answers

Some app commands let you run a script in the client side indirectly. For example, if you create a sidebar, the html code you inject in the sidebar is run on the client and it can contain a script.

https://developers.google.com/apps-script/guides/dialogs#custom_sidebars

like image 189
Pascal Ganaye Avatar answered Jul 13 '26 19:07

Pascal Ganaye



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!