Google Script Create Google Docs on the fly from templates

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

4.50 (111 reviews)
Udemy
platform
English
language
Programming Languages
category
instructor
Google Script Create Google Docs on the fly from templates
8,736
students
2.5 hours
content
Sep 2023
last update
$64.99
regular price

What you will learn

Create Google Docs with script

Use Google sheets to store data and access data

Send and retrieve data from Google Sheets

Why take this course?

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. 


Screenshots

Google Script Create Google Docs on the fly from templates - Screenshot_01Google Script Create Google Docs on the fly from templates - Screenshot_02Google Script Create Google Docs on the fly from templates - Screenshot_03Google Script Create Google Docs on the fly from templates - Screenshot_04

Reviews

Mark
August 24, 2022
Great intro so far. There have been some UI changes in Google, though, so that takes a bit of exploring to understand because the videos are no longer 100% in sync with the UI.
Colm
December 12, 2020
Excellent course, and solved a very specific problem for me at work. I'm not a developer and I didn't heed the warning about javascript being a prerequisite. As such I met a lot of hurdles, but I did manage to stumble to the end, and the course definitely did deliver on its promises. I'm now studying javascript and when my knowledge is better I'm going to retake this course and build on what I've learned so far. If you do already know JS and front-end, then I can fully recommend the course - Laurence presents very clearly and the content is delivered fast, with none of the time-wasting filler you get in youtube videos etc. I've already purchased the instructors Google Apps Script Complete Course based on the quality of this one.
Brian
November 9, 2018
Great energy. Easy to follow along. The videos are a great length. I'm looking forward to the next step as I finish each video.
Jonathan
October 18, 2018
Very useful. Working through the examples is enabling me to get up and running with what I'm trying to accomplish very quickly!
Barrie
September 15, 2018
Great course. Really useful to now be able to create a web app form to create documents. Also, good to see how to dynamically create form fields based on user's input.
John
July 13, 2018
I have a background of coding in Cobol from way back and have only just discovered Google Scripts. I had little knowledge of Javascript, but was able to follow the course through to the end. The course has inspired me to learn more about Google Scripts and I will certainly take another course run by Laurence.
jean-marie
June 24, 2018
Great course, well designed and with great pace. Some exercices and explanations on key concepts would be appreciated and prevent me from just skipping what I don't understand quickly.
Jerry
May 1, 2018
This course is great. At first, it is pretty easy but becomes much more difficult as the project advances. The instructor, Mr. Svekis, does a great job of explaining the parts specifically related to Google Scripts. There are some details during the more difficult parts that go without an in-depth explanation, but this is due to them either being regular expressions or JQuery. Regardless, you leave the course understanding the implications and possibilities of designing nice word templates and having a web application that assists with it.
Gregory
February 16, 2018
While the focus is stated to be Google Script, much more time is spent on HTML and Jquery (front end) coding and felt more like Google script took a back seat. However, I think this is good material and a great stepping stone into Google Scripts.
Peter
December 1, 2017
The course gave me an excellent introduction to the syntax, methods and possibilities of GScript. Gives me confidence that I will be able to explore more fully - and be able to correct all the mistakes I am bound to make. Switching from VBA powered Excel to GScript in Google Sheets and Forms now looks highly do-able. However the presentation is very 'jumpy' - would be OK if done in person so we could see the body language, and where his cursor is flying to so that we can more quickly understand what is being shown.
Reina
October 25, 2017
This course is an easy 10/10. The instructor explained every point extremely well for the listener to understand. I had never thought I could learn so much from just one course on Udemy. Thank you so much for this course!
Jayden
October 24, 2017
This course makes great use of the docs and shows how to use them for yourself. Has made a huge difference to my workflow and productivity!
Ben
October 24, 2017
This course was en lighting to me as I can use this within a business focus to quickly generate templates for clients. The instructor detailed this well but I would recommend using comments throughout the lesson or at the end, publish the source code with comments so it can be read by other people that use it.
Omar
October 18, 2017
A useful exercise to get you started on using Google Scripts. Walked through many of the important tasks involved with document handling.

Charts

Price

Google Script Create Google Docs on the fly from templates - Price chart

Rating

Google Script Create Google Docs on the fly from templates - Ratings chart

Enrollment distribution

Google Script Create Google Docs on the fly from templates - Distribution chart
1300216
udemy ID
7/21/2017
course created date
2/20/2022
course indexed date
Bot
course submited by