How to use jQuery in a script attached to Google Spreadsheet? The Google Libraries page seems simple, but I seem to misunderstand the runtime for libraries by calling google.load () in the script to crash.
So what is the right way to do this? I can imagine ideas like UrlFetchApp.fetch () calls, but that doesn't seem to be the right way.
(I know that I am confused with various Google App environments, so clarity: I’m talking about a script stored in the script editor "in the" Tools "section of the" Google Docs Spreadsheet "menu.)
source
share