Step-By-step Guide to Google Apps Script 4 - Documents
Author | : Barrie Roberts |
Publisher | : |
Total Pages | : 182 |
Release | : 2020-05-30 |
ISBN-10 | : 9798649745994 |
ISBN-13 | : |
Rating | : 4/5 ( Downloads) |
Download or read book Step-By-step Guide to Google Apps Script 4 - Documents written by Barrie Roberts and published by . This book was released on 2020-05-30 with total page 182 pages. Available in PDF, EPUB and Kindle. Book excerpt: Do you want to learn how to create documents automatically with Google Apps Script? This book shows you step-by-step how to use Apps Script to supercharge GOOGLE DOCS.Every chapter contains a practical example of using Apps Script to create a wide range of documents, such as, invoices, sales quotes, student reports, and conference talk information. It starts with relatively simple applications, like a master document copier which uses a Google Form to learning how to create web apps and making your own HTML forms to be able to email PDFs to potential customers. Each example builds on the previous ones so you get to understand how to use the Document Service well.As this is the fourth book in the series on Apps Script, it does assume a basic knowledge of Apps Script, JavaScript, and a little HTML. That said, every bit of code is explained with links provided to example Form, Sheet, and Document files. Tested using the new V8 runtime.ContentsIntroductionDocument Service OverviewChapter 1 - Creating a Google Doc from a form submissionChapter 2 - Master document copierChapter 3 - Edit a document template using placeholdersChapter 4 - Making an invoice with multiple itemsChapter 5 - Making a document from scratchChapter 6 - Making student reports with progress barsChapter 7 - Emailing reports as a PDF or as a linkChapter 8 - Create multiple reports in one documentChapter 9 - Email specific conference informationChapter 10 - Sending conference info via a web appChapter 11 - Update document from data on the webLinks to all the complete scripts and example files