是否可以使用 Google Script 创建以下逻辑:
(if spreadsheet id is not equal to <id> and number of rows filled on sheet <name> < 100) {
runFunction()
}
else {
return dialog window to the user with <text>
}
是否可以使用 Google Script 创建以下逻辑:
(if spreadsheet id is not equal to <id> and number of rows filled on sheet <name> < 100) {
runFunction()
}
else {
return dialog window to the user with <text>
}
我正在用手机根据记忆写下这段话,但它应该是这样的: