2017-12-15 17 views

답변

0

스프레드 시트가 protected이 아닌 경우 스프레드 시트 openById을 사용하여 쉽게 액세스 할 수 있습니다.

var ss = SpreadsheetApp.openById("abc1234567"); 
Logger.log(ss.getName());