Apps Script를 처음 사용하는 경우 Google Sheets를 사용한 Apps Script의 기본사항 Codelab 재생목록을 사용하여 기본사항을 알아볼 수 있습니다.
이 재생목록은 일련의 Codelab으로 구성됩니다. 각 Codelab은 예시 스크립트 애플리케이션을 빌드하는 방법을 단계별로 안내하는 안내식 튜토리얼입니다. 잠시 휴식을 취해야 한다면 나중에 중단한 부분부터 Codelab을 다시 시작할 수 있습니다.
이 재생목록의 Codelab에서는 Google Sheets에서 Apps Script를 사용하는 방법을 중점적으로 다룹니다.
스프레드시트 서비스는 Apps Script에서 가장 크고 인기 있는 내장 서비스 중 하나이며 이 재생목록에서는 스프레드시트 서비스의 콘텐츠와 사용법을 알아봅니다.
이 재생목록에서는 다음을 비롯한 다양한 Apps Script 개념을 다룹니다.
Apps Script 브라우저 내 편집기 사용
Google Sheets 매크로 만들기 및 수정
Google Sheets 맞춤 함수 만들기
Google Sheets로 데이터를 가져오는 중입니다.
Apps Script를 사용하여 Google Sheets 데이터를 추가, 수정, 서식 지정
차트를 만들고 Google Slides로 내보냅니다.
서드 파티 API 서비스에서 데이터 가져오기
Google Sheets에서 메뉴 및 대화상자 창 만들기
시작하기 전에
이 재생목록을 완료하기 위해 Apps Script에 대한 사전 지식이 필요하지 않습니다. 하지만 이 재생목록에서는 사용자가 Google Sheets 및 A1 표기법에 대해 기본적으로 알고 있다고 가정합니다.
App Script의 기반이 되는 JavaScript에 관해 기본적으로 알아두는 것도 도움이 됩니다. JavaScript를 처음 사용하는 경우 Codecademy에서 제공하는 여러 JavaScript 과정을 살펴보세요.
참고: Google에서 개발한 과정이 아닙니다.
이 Codelab의 모든 부분은 브라우저 내에서 진행되므로 특별한 소프트웨어 없이 완료할 수 있습니다.
시작하기
아래 링크를 통해 재생목록을 시작할 수 있습니다. 각 Codelab은 수업을 진행하는 데 도움이 되는 단계별 안내를 제공합니다. Codelab을 완료하면 목록의 다음 Codelab으로 이동할 수 있습니다. 첫 번째 Codelab인 'Google Sheets를 사용한 Apps Script 기초 #1: 매크로 및 맞춤 함수'로 시작합니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-06-05(UTC)"],[[["This script automatically creates email drafts in Gmail to reply to Google Forms submissions, particularly useful for course feedback or similar scenarios."],["It uses Apps Script services like the Script service to set up triggers, Spreadsheet service to handle data, and Gmail service to create drafts."],["By making a copy of the provided spreadsheet and enabling auto draft replies through a custom menu, you can automate feedback responses."],["Upon form submission, the script generates a draft email with the feedback content addressed to the submitter, allowing for review before sending."]]],["The \"Fundamentals of Apps Script with Google Sheets\" playlist offers guided tutorials (codelabs) for learning Apps Script basics. These codelabs teach you to use the in-browser editor, create macros and custom functions, manage spreadsheet data, format information, create charts, fetch API data, and add menus/dialogs. Each codelab provides step-by-step instructions, building upon previous lessons and are to be completed in order. A basic familiarity with Google Sheets and A1 notation is assumed.\n"]]