Installation
In this guide, you will learn how to install the Google Apps Script CRUD for Google Sheets.
1. (At last, i finally made it available to) Add as a Library
-
Open Google Apps Script Editor
- Go to your Google Sheets.
- Click on
Extensions>Apps Script.
-
Add the Library
- In the Apps Script editor, click on the
+icon next toLibraries. - Enter the Library ID:
1TJEgrBnjb_B8PVCnHstDzMmllYqR2dZuBVQUvprPYohST5uwPBuuxfcI - Select the latest version and add it to your project.
- In the Apps Script editor, click on the
-
Use the Library
- You can now use the
gasDBclass from the library to manage your spreadsheets.
- You can now use the