Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Google Apps Script - Project Exercise Spreadsheet web app
Rating: 4.3 out of 5(51 ratings)
3,051 students

Google Apps Script - Project Exercise Spreadsheet web app

Learn the power of Google Script and see how you can connect Google Spreadsheet as a data source for a post board
Created byLaurence Svekis
Last updated 11/2024
English

What you'll learn

  • Create web apps with Google Script
  • Build your own post application
  • Add Google Scripts apps to Google Sites
  • Update and use Spreadsheet data within Google Sites

Course content

2 sections42 lectures2h 45m total length
  • Introduction to building web apps with Google Script3:07
  • Resource Google Script0:01
  • Google Apps Script Introduction4:02
  • Google Apps Script Create First Script5:50
  • Run your Script make things Happen10:23
  • Google Script Source Code 30:02
  • Output HTML Create webapp5:31
  • Google Script Source Code 40:03
  • Create Index page as HTML7:29

    Create an index page in Google Apps Script using HTML service, templates from file, and sandbox mode to render data-driven output via iframe, passing template data from backend to frontend.

  • Google Script Source Code 50:09
  • Get user Session Email1:24
  • Google Script Source Code 60:04
  • Build Client Side Code JavaScript5:30

    Build client side code in JavaScript to connect the front end with Google scripts, load posts via a button, and set up event listeners and dom interactions.

  • Get Spreadsheet content to client side8:40
  • Google Script Source Code 80:27
  • JavaScript Build Post Output4:15
  • Build Output Items4:10
  • Google Script Source Code 100:38
  • Bring web app into Google Sites.6:32
  • Submit a new post to Spreadsheet6:25
  • Send Data to Google Script8:58
  • Google Script Source Code 130:53
  • Google Script Sort Column Data5:01
  • Google Script Source Code 140:05
  • Detect URL parameter Page number5:51
  • Add Pagination Pages for posts8:32
  • Add Pagination Pages part 2.6:19
  • Add Pagination Pages part 311:30
  • Google Script Source Code 181:37
  • Application Tweaks3:43
  • Google Script Source Code 190:52
  • Remove Record from Spreadsheet7:23
  • Update Spreadsheet data remove row6:28

    Connect the client to the backend using Google Script Run with a success handler to remove a post. Delete the spreadsheet row after validating the email and refresh the content.

  • Date Sort Bug Fixes3:23
  • Google Script Source Code 221:52
  • Style and Updated View Content7:50
  • Google Script Source Code 231:02
  • Final Tweaks6:47

    Perform final tweaks to the Google Apps Script project by validating page load, pagination, and post creation and deletion, with session-based permissions and minimal styling for Google Sites deployment.

  • Google Script Source Code 150:03
  • Google Script Source Code Final2:10

Requirements

  • Computer with internet access
  • Google Account
  • JavaScript Knowledge

Description

Group site project with Google Script - Google Site and Web apps - Spreadsheet

Perfect course to learn and practice Google Apps Script!!!

Do you want to connect Google Apps Together and make some really amazing things happen?  Course will provide you the foundation to work with Google Script to build a Web App that can be embedded in Google Sites.   Within the course we show you how to use Google Spreadsheet as a source for retrieving and storing data.  Power up what you do online, bringing together built in functionality in your Google Suite.

JavaScript developers extend your knowledge and learn how you can use your skills to develop apps script bringing together all the power of Google's Apps. 

Course Covers

  • Basics of Google Script - how to use the online editor and overview of functionality

  • How to create a bound script to your Google Sheet

  • Add new rows and get contents from Google Spreadsheet

  • Sort and update Google Sheet data

  • How to select sheet contents

  • How to use HTTP service to output and html file within Google Web apps

  • Use web apps to create interactive content

  • Use JavaScript within Google Apps and Google client side pages

  • Setup a Google site and embed your Google script

  • Use session values and other powerful built in script methods

  • Fine tune and tweak debug web apps

  • All this and more

Source Code is included so you can build the same app we build in the course, but even better :)

Build a nice interactive project from scratch alongside the lessons within the course.

Practice JavaScript and data handling, JSON, JavaScript objects, Array and more

Google Apps Script : is based on JavaScript 1.6 with some portions of 1.7 and 1.8 and provides subset of ECMAScript 5 API however instead of running on the client, it gets executed in the Google Cloud. According to Google, Apps Script "provides easy ways to automate tasks across Google products and third party services."Apps Script is also the tool that powers the add-ons for Google Docs, Sheets and Slides."

If you haven't tried it yet, I guarantee you will be BLOWN AWAY at how powerful Google Script can be, and at how easy it is to write.  With just a few lines of code you can DO A WHOLE LOT!!!

Don't take my word for it try it and see.

Taught by an instructor with over 20 years of web development experience, ready to help you learn and answer any questions you may have.

What are you waiting for this course is perfect to start writing Google Script and to practice writing Google Script, you have nothing to lose.



Who this course is for:

  • Application developers
  • Anyone who wants to learn about Google Apps Script
  • Anyone who wants to create web apps with Google Apps Script
  • JavaScript developers who want to extend their knowledge