March 2016
Beginner to intermediate
232 pages
4h 29m
English
This class allows you to create, search, and modify files and folders in your Drive.
For reference documentation on the DriveApp class, refer to the website: https://developers.google.com/apps-script/reference/drive/drive-app?hl=en.
Imagine that you need to create customized PDF files from the Sheet or external data. We can create PDF files from the HTML template. You simply need to format column headers and put some sample data in a new Sheet (AddressBook) as shown in the following screenshot:

Create the createPdfs function in the Code.gs file as listed here:
function createPdfs(){ // 0 based column numbers ...Read now
Unlock full access