메뉴 건너뛰기

정보자료게시판

장비/디자인/구조

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. 엑셀, 구글스프레드시트 을를 한글 종성 받침 구분하는 방법

    Date2022.02.17 Category장비/디자인/구조 By숨마
    Read More
  2. 구글스프레드시트 들여쓰기

    Date2022.02.16 Category장비/디자인/구조 By숨마
    Read More
  3. Google App Script 행 복사하기

    Date2022.02.16 Category장비/디자인/구조 By숨마
    Read More
  4. 맥북 몬테레이 화면 회전하는 방법

    Date2022.02.14 Category장비/디자인/구조 By숨마
    Read More
  5. Nest 보일러 자동 온도조절기의 강력함

    Date2022.02.10 Category장비/디자인/구조 By숨마
    Read More
  6. 아이폰 아이패드 zotero 문제

    Date2022.02.10 Category장비/디자인/구조 By숨마
    Read More
  7. 미디어위키 사이트맵 만들기

    Date2022.02.03 Category장비/디자인/구조 By숨마
    Read More
  8. 미디어위키 백링크 넣기

    Date2022.01.27 Category장비/디자인/구조 By숨마
    Read More
  9. 2번 윈도우 서버 이상

    Date2022.01.25 Category장비/디자인/구조 By숨마
    Read More
  10. MacOS 몬테레이 목소리 변경 안됨

    Date2022.01.18 Category장비/디자인/구조 By숨마
    Read More
  11. 투야 워터센서의 불안정성

    Date2022.01.16 Category장비/디자인/구조 By숨마
    Read More
  12. 시놀로지 DS Drive 드라이브 인증서 문제

    Date2022.01.07 Category장비/디자인/구조 By숨마
    Read More
  13. 2023년 연간달력

    Date2022.01.03 Category장비/디자인/구조 By숨마
    Read More
  14. 맥 쉬프트 터치 안될때

    Date2022.01.03 Category장비/디자인/구조 By숨마
    Read More
  15. 시놀로지 http -> https 로 리다이렉션 하기

    Date2022.01.02 Category장비/디자인/구조 By숨마
    Read More
  16. 영어 자막 사이트 추천

    Date2022.01.01 Category장비/디자인/구조 By숨마
    Read More
  17. 맥북 MacOS 트랙패드 세손가락으로 탭하기 안될때

    Date2021.12.27 Category장비/디자인/구조 By숨마
    Read More
  18. 미디어위키에 외부 이미지 설정

    Date2021.12.26 Category장비/디자인/구조 By숨마
    Read More
  19. 마크다운에서 미디어위키 문법으로 변환하기

    Date2021.12.24 Category장비/디자인/구조 By숨마
    Read More
  20. 스노우라인 크로스돔쉘터

    Date2021.11.29 Category장비/디자인/구조 By숨마
    Read More
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 ... 15 Next
/ 15
위로