Skip to content

Instantly share code, notes, and snippets.

@matt-curtis
Last active May 18, 2018 18:11
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matt-curtis/b92dc5987a9c423968de to your computer and use it in GitHub Desktop.
Save matt-curtis/b92dc5987a9c423968de to your computer and use it in GitHub Desktop.
Google Apps Scripts - Loading external libraries/javascript
/*
1.) Add any extra libraries as "html" files (New > HTML File)
*/
/* 2.) */ eval(HtmlService.createTemplateFromFile("JSLib").getRawContent()); /* exclude the .html extension */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment