반응형
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 |
Tags
- string
- google apps script
- 파이썬
- c#
- Google Excel
- PostgreSQL
- Python
- array
- Apache
- Tkinter
- Excel
- Redshift
- PANDAS
- Kotlin
- GIT
- matplotlib
- Google Spreadsheet
- Mac
- Java
- gas
- numpy
- PySpark
- hive
- math
- dataframe
- Github
- list
- django
- SQL
Archives
- Today
- Total
목록Browser (1)
달나라 노트
Google Apps Script : Browser.msgBox() (메세지 박스 띄우기. 알림창 띄우기.)
Browser.msgBox() 는 메세지 박스를 띄워줍니다. function myFunction() { Browser.msgBox('Hello'); } 위처럼 코드를 작성한 후 실행을 눌러봅시다. 그러면 아래처럼 코드는 실행되지만 큰 변화가 일어나지 않는 것 같습니다. 하지만 원본 스프레드시트로 옮겨가보면 Hello라고 쓰여진 메세지 박스가 띄워진 것을 볼 수 있습니다.
Google Apps Script
2022. 11. 16. 01:57