Skip to content

Instantly share code, notes, and snippets.

View chunja07's full-sized avatar
💭
Looking for a job!!!

Nak chunja07

💭
Looking for a job!!!
  • Looking for a job right now!!
View GitHub Profile
@chunja07
chunja07 / full
Last active July 12, 2022 14:54
function gatherAddress(sheet2) {
//주소 모음(매개변수는 Send 메소드의 "testinfo" 시트 이름을 받는다
var ss1 = SpreadsheetApp.getActiveSpreadsheet().getSheetByName(sheet2);
//시트 이름을 받아서 스프레드 시트 활성화
var lr1 = ss1.getLastRow();
//활성화된 데이터의 가장 끝 자리 열을 찾아내어 순서를 정한다
var address = [];