Apps Script -Lập trình Nền tảng & Nâng cao với Google Sheets

所在平台: Udemy

课程主页: https://www.udemy.com/course/apps-script-pro/

课程评论:没有评论

第一个写评论        关注课程

课程简介

**Course Summary: Apps Script - Lập trình Nền tảng & Nâng cao với Google Sheets** This Coursera course provides a comprehensive understanding of Google Apps Script, focusing on its practical applications with Google Sheets. **Key Learning Objectives:** * **Fundamentals of Apps Script:** Grasp the general applications of Apps Script and its capability to read and write data to Google Sheets, treating it as a mini-database. * **Google Sheets Integration:** Master the `SpreadsheetApp` class, including methods to access spreadsheets (`getActiveSpreadsheet()`, `getActiveSheet()`, `byName()`, `byId()`) and manipulate data within them. This covers reading and writing single values (`getValue()`, `setValue()`) and multiple values (`getValues()`, `setValues()`) to ranges using the `Range` class. * **Core Programming Concepts:** Understand fundamental programming constructs like variables (`const`, `var`, `let`), loops (`for`, `for in`, `for...of`, `while`, `do...while`), and conditional statements (`if/else`). Learn to apply these concepts to efficiently read and write data in Sheets. * **Custom Menus & User Interaction:** Create custom menus, including multi-level structures, to trigger Apps Script functions. Learn to incorporate user interaction using `alert()` and `prompt()` functions from the `UI` class, and how to handle button clicks within prompts. * **Array Manipulation:** Become familiar with Arrays as a data type in Apps Script, along with essential methods for searching (`indexOf()`, `includes()`, `find()`) and iterating/transforming data (`forEach()`, `map()`, `filter()`, `reduce()`, `every()`, `some()`, `with()`). * **Data Management in Sheets:** Learn practical techniques for: * Searching data based on cell range IDs. * Adding new data to existing data ranges. * Modifying and updating data. * Deleting data. * **Real-World Application Development:** Apply learned skills to develop practical applications using Google Sheets and Apps Script.

课程评论(0条)

课程详情

- Tìm hiểu Ứng dụng tổng quát của Apps Script- Đọc và Ghi dữ liệu vào Google SheetsGoogle Sheets có vai trò nơi lưu trữ, giống như mini databaseTìm hiểu: SpreadsheetApp class; getActiveSpreadSheet(); getActiveSheet();...byName;...byIdĐọc dữ liệu từ Google SheetsGhi dữ liệu vào Google SheetsĐọc/Ghi 1 giá trị từ/vào nhiều range (dải ô) trong Sheets: getValue(); setValue() function của lớp RangeĐọc/Ghi nhiều giá trị từ/vào range trong Sheets: getValues(); setValues() function của lớp Range- Tìm hiểu về Biến (variables), Vòng lặp (loops), Lệnh điều kiện (if/else)Variables (biến) lưu trữ dữ liệu: const; var; let...Lặp: for; for in duyệt keys trong object; for...of duyệt qua danh sách: Array; String; Map.Cấu trúc while; do...while() statementsCấu trúc if...else;...Đọc & Ghi dữ liệu Sheets sử dụng vòng lặp...- Tạo Custom Menus (menu tùy chỉnh) để gọi FunctionsTạo Menu tùy chỉnh, nhiều cấp độGọi function khi click vào Item trong Menu tương ứngLàm quen với alert(); prompt() function của UI classTương tác với Buttons trong prompt- Làm quen với Array (mảng) trong Apps ScriptLàm quen với kiểu dữ liệu (đối tượng) Array trong Apps ScriptCác phương thức (methods) thường được sử dụng với ArrayTìm kiếm phần tử trong Array: indexOf(); includes(); find() methodsDuyệt các phần tử mảng: forEach(), map(), filter(), reduce(), every(), some(), with()...- Tìm kiếm dữ liệu dựa trên ID của Dải ô trong Sheets- Thêm dữ liệu mới vào Dải dữ liệu trong Sheets- Thay đổi, cập nhật dữ liệu trong Sheets- Xóa dữ liệu trong Sheets- Phát triển các ứng dụng trong thực tiễn

课程标签

0人关注该课程

主题相关的课程