回答編集履歴

1

SpreadsheetApp.flush(); 書き忘れを追加

2021/04/14 22:07

投稿

xail2222
xail2222

スコア1497

test CHANGED
@@ -36,6 +36,8 @@
36
36
 
37
37
  sheet.getRange(row,col).setValue(val);
38
38
 
39
+ SpreadsheetApp.flush();
40
+
39
41
  }
40
42
 
41
43
  }