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

@ -1,4 +1,5 @@
import { onEditHandler } from "./OnEditHandler"
import { getColumnRangeByName } from "./sheetUtils"
export function onEdit(e: GoogleAppsScript.Events.SheetsOnEdit) {
onEditHandler(e)