반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- google apps script
- Java
- string
- PySpark
- PostgreSQL
- Github
- SQL
- gas
- Tkinter
- matplotlib
- GIT
- Excel
- django
- Google Excel
- Python
- array
- numpy
- 파이썬
- list
- dataframe
- Redshift
- Google Spreadsheet
- PANDAS
- Apache
- hive
- Kotlin
- Mac
- c#
- math
Archives
- Today
- Total
목록copyTo (1)
달나라 노트
Google Apps Script : sheet.copyTo (탭 복사, 시트 복사)
sheet 객체에 copyTo() method를 이용하면 sheet을 복사할 수 있습니다. 여기서 sheet는 흔히 엑셀에서 말하는 탭을 의미합니다. 위 이미지를 보면 my_test라는 이름의 엑셀 시트가 있고, 그 엑셀 시트 안에는 main 탭과 raw 탭 2개의 탭이 존재합니다. 여기서 my_test라는 전체 시트는 spreadsheet라고 하며, main, raw와 같이 흔히 탭이라고 부르는 것은 sheet라고 합니다. Syntax sheet.copyTo(destination_spreadsheet_object) copyTo() method의 사용법은 위와 같습니다. copyTo() method는 sheet 객체에 대해 적용할 수 있습니다. 따라서 copyTo() method가 적용된 sheet(탭)..
Google Apps Script
2022. 11. 21. 21:20