Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Google Script Create Google Docs on the fly from templates

Posted By: IrGens
Google Script Create Google Docs on the fly from templates

Google Script Create Google Docs on the fly from templates
.MP4, AVC, 1000 kbps, 1280x720 | English, AAC, 64 kbps, 2 Ch | 2.5 hours | 334 MB
Instructor: Laurence Svekis

Google Scripts is a powerful resource with so much to offer. This course covers Google Script, drive, sheets, docs

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 Docs
DriveApp : 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.


Google Script Create Google Docs on the fly from templates