Google Script Create Google Docs on the fly from templates

所在平台: Udemy

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

课程评论:没有评论

第一个写评论        关注课程

课程简介

本课程“Google Apps Script 动态创建 Google Docs”旨在教授如何利用 Google Apps Script 强大功能,将 Google Sheets 的数据整合到 Google Docs 模板中,实现自动化文档生成。 **课程核心内容:** * **数据源与模板:** 使用 Google Sheets 作为数据源,存储待生成文档的列表、模板信息及相关数据(如文档ID)。Google Docs 则作为模板,包含需要动态填充的字段。 * **Google Apps Script 基础:** 课程将引导您了解 Google Apps Script 编辑器的使用。Google Apps Script 是基于 JavaScript 的脚本语言,拥有大量 Google 内置的类和方法,能够连接和自动化 G Suite 应用。 * **自动化流程:** * 脚本能够搜索您的 Google Drive 并动态加载选定的模板。 * 读取模板文件内容,识别需要用户输入的字段。 * 通过对话框界面,用户可以方便地输入数据来填充模板。 * 点击“创建”后,脚本会自动在 Google Drive 中生成新的 Google Doc,并用用户提供的数据更新模板中的字段。 * **关键 G Suite 服务:** 课程将重点介绍并演示以下服务在项目中的应用: * **DocumentApp:** 用于创建和编辑 Google Docs。 * **DriveApp:** 用于在 Google Drive 中查找、创建和修改文件和文件夹。 * **SpreadsheetApp:** 用于访问和操作 Google Sheets。 * **前端技术:** 课程会涉及少量 HTML、CSS 和 JavaScript/jQuery 用于构建用户界面,但不会深入讲解这些前端技术。 * **目标成果:** 学成后,您将掌握使用 Google Apps Script 开发自动化文档生成应用的能力,显著提升在 Google Suite 应用中的效率。 **先决条件:** * 熟悉 JavaScript **(必备)** * 拥有 Google 账号 **讲师背景:** 拥有超过18年的 Web 开发经验,其中两年以上 Google Apps Script 开发经验,并乐于解答学员疑问。 **课程亮点:** * 提供源代码,方便快速上手。 * 通过实际项目展示 Google Apps Script 的强大能力。 * 以简单几行代码实现复杂的自动化流程。 * 帮助您理解 Google Apps Script 的应用潜力,并将其扩展到其他自定义项目。 **请注意:** 本课程侧重于 Google Apps Script 本身,前端技术(HTML、CSS、JavaScript、jQuery)不作为重点讲解内容。

课程评论(0条)

课程详情

Google Apps Script sheet data to doc using templates course! Learn how to use the power of Google App Script to power up your Google sheets and Google docs. This course will walk you through how to setup a Google Doc generator using a Google Doc as a template and storing the data in Google Sheets. Source code is included so you can get started quickly includes all methods and classes use for this type of project which can also be used for similar custom applications. Google spreadsheet is used as a data source the scope of this course is how to use Google Script to create Google Docs on the fly. In the course Google Sheets is used as a data source for the listing of created documents and templates storing the doc id and other important data so that it can then be referenced to link out to the Google Doc that was created. Once you start using Google Script you will be amazed at how easy it is and how much power you get with just a few simple built in classes. Google script is JavaScript with a bunch of Google predefined classes, methods. It gives you the ability to connect apps together. Within this project we show you how to access the Google Script editor, all you need is a Google account and you are ready to create apps! Using the script editor you can access your google spread sheet data and use it like a database. Create a template or as many as you like, the app can pull them in dynamically by searching your google drive and pulling them into the script. Use Google script then to read the file contents and select all the fields you want to have inputs for within your template. All this data goes into the Google Spreadsheet which then gets access by the part of the app that creates documents from the template. Open the dialog window select the template, all the fields for the template get populated into the dialog form which allows the user to easily enter values to populate the new template with. Select create and the script will make a new document in your Gdrive folder using the template and updating the fields with new data. All this in a few lines of code built using Google Script. This course is designed to illustrate what can be done with Google Script and how it can be used to create applications that do a lot. Please note that the scope of this course is Google Script, there is some front end coding like HTML,CSS,JavaScript and jQuery which will not be covered in detail! Google Script is pretty much JavaScript so you need to be familiar with JavaScript in order to follow the course content. Classes and methods that are native to Google Script will be introduced to help help the application. Do to the large number of classes and methods only relevant ones to complete the application will be covered in this course. By the end of the course you will have a clear path on how to develop apps using Google Script to enhance what you can do within your Google Suite of Apps. This course is taught by an instructor with over 18 years of web development experience having worked with Google Script for over 2 years. I'm here to help you learn how to build applications and ready to answer any questions you may have. Join now and see what Google Script can do and how you too can use Google Script to produce some amazing applications. Google Apps Script is a scripting language based on JavaScript that lets you do new and cool things with G Suite products like Docs, Sheets, and Drive. There's nothing to install - we give you a code editor right in your browser, and your scripts run on Google's servers GSuite Services used within this course DocumentApp: The document service creates and opens Documents that can be edited. Google DocsDriveApp: Allows scripts to create, find, and modify files and folders in Google Drive.SpreadsheetApp: This class allows users to open Google Sheets files and to create new ones. This class is the parent class for the Spreadsheet service.

课程标签

0人关注该课程

主题相关的课程