create column-based onedit handler
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
import { onEditHandler } from "./OnEditHandler"
|
||||
import { getColumnRangeByName } from "./sheetUtils"
|
||||
|
||||
export function onEdit(e: GoogleAppsScript.Events.SheetsOnEdit) {
|
||||
onEditHandler(e)
|
||||
|
||||
Reference in New Issue
Block a user