Highlights
- Pro
Pinned Loading
-
-
-
-
-
CRUD Using Google Apps Script
CRUD Using Google Apps Script 1function doGet(e) {
2Logger.log(e);
3var op = e.parameter.action;
4var ss = SpreadsheetApp.open(DriveApp.getFileById("YOUR_SPREADSHEET_ID"));
5var sn = "YOUR_SHEET_NAME";
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.