수색…


비고

메소드 : getActive ()

반환 유형 : 스프레드 시트

getActive () - 활성 스프레드 시트 가져 오기

현재 활성화 된 스프레드 시트를 반환하고 그렇지 않은 경우 null을 반환합니다.

var currentSheet = SpreadsheetApp.getActive();
var url = currentSheet.getUrl();
Logger.log( url );


Modified text is an extract of the original Stack Overflow Documentation
아래 라이선스 CC BY-SA 3.0
와 제휴하지 않음 Stack Overflow