create column-based onedit handler

This commit is contained in:
Ben Miller
2024-11-17 09:28:53 -07:00
parent d6d6af3c44
commit 9d234c77d9
6 changed files with 52 additions and 9 deletions

View File

@ -10,4 +10,5 @@ export function reinstallTriggers() {
.forSpreadsheet(ss)
.onEdit()
.create()
}
ScriptApp.newTrigger("columnOnEditHandler").forSpreadsheet(ss).onEdit().create()
}