반응형
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 |
Tags
- PySpark
- gas
- Excel
- django
- dataframe
- math
- Redshift
- c#
- PostgreSQL
- Github
- numpy
- Python
- Tkinter
- PANDAS
- 파이썬
- matplotlib
- hive
- list
- Apache
- Java
- google apps script
- GIT
- Google Spreadsheet
- array
- string
- Google Excel
- Mac
- Kotlin
- SQL
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