반응형
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
- gas
- SQL
- Google Spreadsheet
- list
- Redshift
- Mac
- django
- google apps script
- hive
- Java
- string
- Github
- PANDAS
- GIT
- Google Excel
- Tkinter
- matplotlib
- PySpark
- dataframe
- 파이썬
- numpy
- Python
- Apache
- Excel
- PostgreSQL
- math
- array
- c#
- Kotlin
Archives
- Today
- Total
목록Container bound script (1)
달나라 노트
Google Apps Script : 프로젝트의 종류 (Standalone script, Container bound script)
GAS(Google Apps Script)에서 내가 코드를 작성할 수 있는 방법은 2가지입니다. GAS script는 기본적으로 확장자가 .gs 인 파일에 코드를 작성하는 방식으로 진행됩니다. 이 .gs 파일이 어떤 프로젝트와 묶여있는지에 따라 그 종류가 달라집니다. 일단 위 말이 뭔지를 이해하려면 '프로젝트'라는 개념을 이해해야 합니다. GAS에서 script는 무조건 프로젝트라는 거대한 틀 안에 존재하게됩니다. 이 프로젝트에는 script를 작성할 수 있는 .gs 파일과 .html 파일이 존재할 수 있습니다. 이렇게 하나의 프로젝트 안에는 여러 개의 .gs 파일, .html 파일이 존재할 수 있는 것이죠. 이제 Container bound script를 알아봅시다. Container bound scr..
Google Apps Script
2022. 11. 16. 02:39