create column-based onedit handler
This commit is contained in:
@ -10,4 +10,5 @@ export function reinstallTriggers() {
|
||||
.forSpreadsheet(ss)
|
||||
.onEdit()
|
||||
.create()
|
||||
}
|
||||
ScriptApp.newTrigger("columnOnEditHandler").forSpreadsheet(ss).onEdit().create()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user