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