Skip to content

Open-Road-Alliance/Global-Google-Script-Helpers

Repository files navigation

Global Helpers (Google Apps Script)

This is a simple library that contains a number of useful universal methods. Methods are grouped according to the type of data that is passed in (ie if a method requires a string argument, it is located in the String.js file).

Setup

To add this library to your script file, do the following in the Apps Script code editor:

  1. Click on the menu item "Resources > Libraries..."
  2. In the "Add a Library" text box, enter the script ID 1DsCgJGt-kX56V2cCf6_4Mj5oMDyzYETmqkdr-XsLvQHRfI8BEMBHFiT2 and click the "Add" button.
  3. Choose a version in the dropdown box (usually best to pick the latest version).
  4. Click the "Save" button.

In the new editor:

  1. Click on the plus sign next to Libraries
  2. In the Script ID text box, enter the script ID 1DsCgJGt-kX56V2cCf6_4Mj5oMDyzYETmqkdr-XsLvQHRfI8BEMBHFiT2 and click the "Lookup" button.
  3. Choose a version in the dropdown box (usually best to pick the latest version).
  4. Specify an Identifier (this is the name that will be referenced throughout your script)

About

Container for a number of useful universal Google Script methods

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published