https://www.youtube.com/watch?v=Nd3DV_heK2Q
Demo Scenario
1. Problem
a. You have to format your Weekly Analytics Report everytime you extract it from the datasource.
2. Solution
a. Write a script that create a custom menu item. When this menu item is clicked the whole report gets formatted as desired.
Designing our Algorithm for formatting
1. Access our active spreadsheet and store it in a variable
2. Identify our header row and store it in a variable
3. Identify our whole table and store it in a variable
4. Change the format of our header row
5. Change the format of our table
6. Create a filter for our header row
'CS' 카테고리의 다른 글
The Ultimate Self-Taught Developer Curriculum (0) | 2022.09.09 |
---|---|
과연 휴대폰은 안전할까? 반드시 알아야할 개인정보 유출 위험! (0) | 2022.09.06 |
모바일 앱 개발의 현재와 미래 (네이티브, 하이브리드, 크로스 플랫폼 앱 장단점과 전망) (0) | 2022.08.28 |
TIL - window make file (0) | 2022.08.10 |
GitHub Actions로 개발 주기 자동화 | ep2-2. GitHub Actions 소개 | 애저 듣고보는 잡학지식 (0) | 2022.08.01 |
댓글