Created
November 15, 2016 08:36
-
-
Save Antoinebr/cf230235a048a61a8f93581763da9d40 to your computer and use it in GitHub Desktop.
appScript-onOpen.js
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
| function onOpen() { | |
| var spreadsheet = SpreadsheetApp.getActive(); | |
| var entries = [{name: "Get Results", functionName: "getResults"}]; | |
| spreadsheet.addMenu("WebPagetest", entries); | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment