質問編集履歴
1
修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -21,7 +21,7 @@
|
|
21
21
|
```ここに言語名を入力
|
22
22
|
function myFunction() {
|
23
23
|
// 設定しているスプレッドシートを取得('▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲'の部分はスプレッドシートのIDを設定)
|
24
|
-
const spreadsheet = SpreadsheetApp.openById('
|
24
|
+
const spreadsheet = SpreadsheetApp.openById('▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲');
|
25
25
|
|
26
26
|
// 設定しているシートを取得
|
27
27
|
const sheet = spreadsheet.getSheetByName('作業名');
|