What is Glascript?
Glascript [ Google Libraries For Apps Script ] - GLAS is a website dedicated to helping Apps Script developers find, use, and share libraries.
We believe that Apps Script libraries are a powerful way to improve the productivity of Apps Script developers. By providing a central location for developers to find, use, and share libraries, we hope to make it easier for developers to build better applications.
Main Features
- Searchable library: We have a searchable library of over 1,000 Apps Script libraries. You can search by library name, description, or tags.
- Upload your own libraries: If you have developed an Apps Script library that you would like to share, you can upload it to our site.
- Automatic updates: When a library you have installed is updated, we will automatically update it for you. This way, you can always be sure that you are using the latest version of the library.
- Dependency tracking: We track the dependencies of each library in our library. This means that you can easily see which other libraries a library depends on.
How to install an Apps Script libraries
-
Go to your Apps Script File or a New Apps Script File
-
In the Editor Tab, you should see a left panel with a section called Libraries.
-
Click on the + Icon to add this libary to your Apps Script.
-
A pop up should show like the one below.
-
Paste the Script ID
1234567890qwertyuiopasdfghjklzcxvbnm
in the input section. -
Click on Lookup you should be able to see the versions that exist in the project.
-
Select the version with the highest number (Recommended).
-
Click on Add
-
You are ready to go.