回答編集履歴

1

シート設定

2019/12/16 08:42

投稿

macaron_xxx
macaron_xxx

スコア3191

test CHANGED
@@ -1,6 +1,8 @@
1
1
  ```GAS
2
2
 
3
3
  var copiedSheet = SpreadsheetApp.open(sheet);
4
+
5
+ var invoice = copiedSheet.getSheetByName('シート名');
4
6
 
5
7
  ```
6
8