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

Google Spreadsheet에서도 행과 열 고정이 가능합니다. 이것을 script로 구현해봅시다. 현재 sheet 상태입니다. function myFunction() { var spreadsheet = SpreadsheetApp.getActiveSpreadsheet(); spreadsheet.setActiveSheet(spreadsheet.getSheetByName('Sheet1')); spreadsheet.getActiveSheet().setFrozenRows(3); } - var spreadsheet = SpreadsheetApp.getActiveSpreadsheet(); 현재 spreadsheet 객체를 얻어옵니다. - spreadsheet.setActiveSheet(spreadsheet.ge..
Google Apps Script
2021. 8. 5. 01:40