Video description
Learn the power of Google Script and see how you can connect Google Spreadsheet as a data source for a post board
About This Video
- You only need JavaScript knowledge.
- Perfect course to learn and practice Google Apps Script
- Source Code is included so you can build the same app we build in the course, but even better.
In Detail
Group site project with Google Script - Google Site and Web apps - Spreadsheet
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 the 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 an 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
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. 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.
All the code and supporting files for this course are available at: https://github.com/PacktPublishing/Google-Apps-Script---A-Project-Based-Exercise-Using-Spreadsheets-and-Web-Apps
Downloading the example code for this course: You can download the example code files for all Packt video courses you have purchased from your account at http://www.PacktPub.com. If you purchased this course elsewhere, you can visit http://www.PacktPub.com/support and register to have the files e-mailed directly to you.
Table of Contents
Chapter 1 : Introduction to building web apps with Google Script
Introduction to building web apps with Google Script
00:03:07
Google Apps Script Introduction
00:04:02
Google Apps Script Create First Script
00:05:51
Run your Script make things Happen
00:10:24
Output HTML Create webapp
00:05:31
Create Index page as HTML
00:07:29
Get user Session Email
00:01:25
Build Client Side Code JavaScript
00:05:30
Get Spreadsheet content to client side
00:08:41
JavaScript Build Post Output
00:04:16
Build Output Items
00:04:11
Bring web app into Google Sites.
00:06:32
Submit a new post to Spreadsheet
00:06:25
Send Data to Google Script
00:08:58
Google Script Sort Column Data
00:05:01
Detect URL parameter Page number
00:05:52
Add Pagination Pages for posts
00:08:33
Add Pagination Pages part 2
00:06:19
Add Pagination Pages part 3
00:11:31
Application Tweaks
00:03:44
Remove Record from Spreadsheet
00:07:23
Update Spreadsheet data remove row
00:06:29
Date Sort Bug Fixes
00:03:23
Style and Updated View Content
00:07:51
Final Tweaks
00:06:48