質問編集履歴

1

変数の追記

2023/09/18 06:18

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -14,6 +14,11 @@
14
14
  ### 該当のソースコード
15
15
 
16
16
  ```GAS,JavaScript
17
+ const sourceID = "XXX":
18
+ const sourceSheet = "テストX";
19
+ const copyID = "YYY";
20
+ const copySheet = "テストY";
21
+
17
22
  function importUsername() {
18
23
  const thisSpreadsheet = SpreadsheetApp.openById(sourceID);
19
24
  const thisSheet = thisSpreadsheet.getSheetByName(sourceSheet);