update,
This commit is contained in:
10
catmk2/task1/Code.js
Normal file
10
catmk2/task1/Code.js
Normal file
@@ -0,0 +1,10 @@
|
||||
function onOpen() {
|
||||
const ui = SpreadsheetApp.getUi();
|
||||
ui.createMenu("Automator Menu " + VER)
|
||||
// .addItem("send 繳費通知 (未通知 -> 已通知)", "processPaymentNotice")
|
||||
.addItem("debug-Say Hello", "sayHelloworld")
|
||||
// .addItem("debug-helloWorldEmail", "helloWorldEmail")
|
||||
// .addItem("debug-helloWorldWriteCell", "helloWorldWriteCell")
|
||||
// .addItem("debug-processPaymentNotice", "processPaymentNotice")
|
||||
.addToUi();
|
||||
}
|
Reference in New Issue
Block a user