반응형
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
- Tkinter
- string
- Google Spreadsheet
- PANDAS
- list
- dataframe
- numpy
- array
- PostgreSQL
- django
- Java
- Excel
- Github
- math
- PySpark
- Redshift
- Python
- hive
- SQL
- GIT
- Google Excel
- c#
- Kotlin
- google apps script
- Apache
- 파이썬
- matplotlib
- Mac
- gas
Archives
- Today
- Total
목록spreadsheet copy (1)
달나라 노트
Google Apps Script : makeCopy (파일 복사하기)
makeCopy() method는 특정 파일을 어떠한 folder 안에 복사하는 기능을 제공합니다. Syntax File.makeCopy(name, folder_object) 사용법은 위와 같습니다. makeCopy() method는 기본적으로 File 객체에 적용할 수 있습니다. name = 복사되어 생성될 파일의 이름입니다. folder_object = 복사본을 담을 folder의 객체입니다. 이제 예시를 볼텐데 이 예시에서는 File ID와 Folder ID를 이용합니다. File ID와 Folder ID를 알기 위해서는 아래 포스트 참고하시면 됩니다. Folder ID 얻기 = https://cosmosproject.tistory.com/704 File ID 얻기 = https://cosmospr..
Google Apps Script
2022. 11. 21. 21:35