回答編集履歴
1
修正
answer
CHANGED
@@ -6,5 +6,5 @@
|
|
6
6
|
> Spreadsheet Read only (can use most get*() methods, but not set*()).
|
7
7
|
Cannot open other spreadsheets (SpreadsheetApp.openById() or SpreadsheetApp.openByUrl()).
|
8
8
|
|
9
|
-
getSheetByName()は使用可能なので、たとえばスクリプトを紐付けているスプレッドシートの別シートに、Importrange等をつかって別のスプレッドシー
|
9
|
+
別のスプレッドシートを開くことはできませんが、同じ(=スクリプトを実行している)スプレッドシートに対するgetSheetByName()は使用可能なので、たとえばスクリプトを紐付けているスプレッドシートの別シートに、Importrange等をつかって別のスプレッドシー
|
10
10
|
トから値を引っ張ってきておいて、その値を利用する、等のやり方になります。
|