HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
📚
위니브 책 모음(공개 링크)
/
🌵
google sheets로 만드는 blog 사이트
/
환경설정

환경설정

Tutorials | Apps Script | Google Developers
These tutorials are designed to help you start using Google Apps Scripts more quickly. Some of these tutorials focus on the basics, some provide an in-depth analysis of a complex script, while others address specific nuances of the Google Apps Script system itself.
Tutorials | Apps Script | Google Developers
https://developers.google.com/apps-script/articles/tutorials
Tutorials | Apps Script | Google Developers
Google Sheets Web App Example - Google Apps Script Web App Tutorial - Part 1
Learn how to create Web App with Google Apps Script and have it interact with Google Sheets using JavaScript & HTML.Support the Channel:https://www.patreon.c...
Google Sheets Web App Example - Google Apps Script Web App Tutorial - Part 1
https://youtu.be/RRQvySxaCW0
Google Sheets Web App Example - Google Apps Script Web App Tutorial - Part 1
 
notion image
 
notion image
 
notion image
 
 
notion image
 
이름 반드시 doGet
function doGet() { return HtmlService.createHtmlOutputFromFile('page'); }
<!DOCTYPE html> <html> <head> <base target="_top"> </head> <body> <h1>hello</h1> </body> </html>
 
notion image
 
notion image
 
notion image
 
notion image
script.google.com
https://script.google.com/macros/s/AKfycbyteTzV4DUx3ocB8ZD49f8LwXlevSqC1G0uRyG0R9Zj9rNlgxyh94PbbGmB7-Op8QZf/exec
notion image
 
 
function doGet(e) { Logger.log(e); Logger.log(e.parameter); return HtmlService.createHtmlOutputFromFile('page'); }
코드를 수정하면 재배포 해야함!
 
notion image
 
끝을 dev?name=hojun로 입력하면 아래와 같이 들어옴.
 
notion image
/dev?name=hojun&age=10
 
notion image