반응형
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
- GIT
- Kotlin
- django
- Excel
- 파이썬
- Java
- Redshift
- Tkinter
- hive
- PostgreSQL
- string
- Google Excel
- SQL
- PySpark
- Google Spreadsheet
- Github
- c#
- numpy
- matplotlib
- array
- math
- Mac
- dataframe
- gas
- list
- Python
- Apache
- PANDAS
- google apps script
Archives
- Today
- Total
목록goole (1)
달나라 노트

셀에 적힌 값을 삭제하는 코드를 작성해보겠습니다. 현재 시트 정보입니다. function myFunction() { var spreadsheet = SpreadsheetApp.getActiveSpreadsheet(); spreadsheet.setActiveSheet(spreadsheet.getSheetByName('Sheet1')); spreadsheet.getRange('B3').activate(); spreadsheet.getActiveRange().clear(); } - var spreadsheet = SpreadsheetApp.getActiveSpreadsheet(); 현재 spreadsheet 정보를 얻어옵니다. - spreadsheet.setActiveSheet(spreadsheet.getSh..
Google Apps Script
2021. 8. 5. 01:19