Last active
May 18, 2018 18:11
-
-
Save matt-curtis/b92dc5987a9c423968de to your computer and use it in GitHub Desktop.
Google Apps Scripts - Loading external libraries/javascript
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
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