回答編集履歴
1
SpreadsheetApp.flush(); 書き忘れを追加
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
|
}
|