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:
1flBjZa3u09YAgozp3H-GEhkxpl61rbB2QW2SKnV7ZVlRHNhgxZydegDG
- 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
gasDB
class from the library to manage your spreadsheets.
- You can now use the