메뉴 건너뛰기

정보자료게시판

장비/디자인/구조

Google App Script 행 복사하기

by 숨마 posted Feb 16, 2022
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

  const ss2 = SpreadsheetApp.openByUrl("https://docs.google.com/spreadsheets/d/ID2/edit");
  const Sh2 = ss2.getSheetByName("SheetName");
 
  var rowNum = Sh2.getRange("L4").getValue();

  // DB2에서 해당 행을 읽어들임

  const ss1 = SpreadsheetApp.openByUrl("https://docs.google.com/spreadsheets/d/ID1/edit");
  const Sh1 = ss1.getSheetByName("DB2");
 
  var Sh1Col = Sh1.getMaxColumns();
  var valuesToCopy = Sh1.getRange(rowNum, 1, 1, Sh1Col).getValues();

  Sh2.getRange(1,1,1,Sh1Col).setValues(valuesToCopy);

 

https://stackoverflow.com/questions/50815817/google-script-select-an-entire-row-in-a-google-spreadsheet

 


  1. M1 맥북프로 맥북에어 전파인증 완료

    Date2020.12.02 Category장비/디자인/구조 By숨마
    Read More
  2. M1 등 최신 맥북에서 구OS 클린설치 에러나는 현상

    Date2022.03.18 Category애플/맥 By숨마
    Read More
  3. M1 ARM 맥북에어 맥북프로 출시 예정

    Date2020.11.17 By숨마
    Read More
  4. Lets Encrypt SSL 가상호스트 설정

    Date2017.11.24 Category장비/디자인/구조 By라키
    Read More
  5. Lellki 지그비 멀티탭 설정하기

    Date2022.03.21 Category장비/디자인/구조 By숨마
    Read More
  6. LAMY 만년필 잉크

    Date2019.04.24 Category장비/디자인/구조 By라키
    Read More
  7. kt 인터넷 WIFI 전화기 암호

    Date2020.01.15 By라키
    Read More
  8. KF21 초도 비행 성공, 일본 반응

    Date2022.07.20 Category사회/생태/환경 BySumma
    Read More
  9. KAIST RUN 교내 ACM-ICPC 모의대회 문제 해설 등

    Date2018.01.22 Category장비/디자인/구조 By라키
    Read More
  10. ithought x 템플릿 추가

    Date2022.05.01 ByMsjcLaki
    Read More
  11. ipTIME 공유기 맥에서 공유기 최초 설치하기 in MacOS

    Date2020.07.01 Category장비/디자인/구조 By숨마
    Read More
  12. ios 용 zotero 앱 출시!

    Date2022.03.19 By숨마
    Read More
  13. imuto사의 30000mAh급 보조배터리(Powerbank) Taurus X6 Pro

    Date2017.03.30 Category장비/디자인/구조 By라키
    Read More
  14. IIS | 시놀로지 인증서 IIS 로 옮기기

    Date2020.08.23 Category장비/디자인/구조 By숨마
    Read More
  15. iframe test

    Date2021.12.11 By숨마
    Read More
  16. hdmi 출력 음량 조절하기

    Date2019.05.03 Category애플/맥 By라키
    Read More
  17. gv70 스마트폰 거치대

    Date2023.04.13 Category전기차 BySumma
    Read More
  18. GV70 무선충전 변경인증

    Date2022.02.14 Category전기차 By숨마
    Read More
  19. Google App Script 행 복사하기

    Date2022.02.16 Category장비/디자인/구조 By숨마
    Read More
  20. Google App Script 에서 ChatGPT 구현하기

    Date2023.01.26 Category코딩 및 XE 관련 BySumma
    Read More
Board Pagination Prev 1 ... 36 37 38 39 40 41 42 43 44 45 Next
/ 45
위로