
Connect Google spreadsheet data to a dynamic web app, output content in JSON to a web app endpoint, and update sheet data via Apps Script and JavaScript using fetch requests.
Set up a google sheet and bound apps script to output sheet data as json through a web app, by opening by id and retrieving values.
Deploy a Google Apps Script web app, use doGet to return sheet data as JSON via the content service, and set the mime type to JSON.
Learn to transform data in Google Apps Script by rebuilding objects from headers and rows, using forEach loops to output a dynamic JSON-ready structure for web apps.
Learn to fetch data from a Google spreadsheet endpoint using fetch, return JSON, and run a local http server to handle AJAX requests.
Fetch json data from the web app url endpoint using JavaScript and log the spreadsheet data to the console, while setting up a local development environment with live server.
Fetch json data from the spreadsheet, render each item's title and content on the page, and enable up and down vote buttons to update votes in real time.
Attach click listeners to the up and down buttons to capture clicks and row data, then send data by posting to Google Apps Script.
Post data from a web page to a Google Apps Script endpoint using form data and fetch, handle JSON responses, and deploy to update a sheet.
Post data from a web app to Google Sheets with Apps Script, parse JSON, choose the correct column by up or down, update the range, and test deployments.
Debug and refine a Google Spreadsheet data API Apps Script by updating cell values via postbacks, handling button events, and syncing indicators with live spreadsheet data.
Review and demonstrate building a dynamic web app that reads live spreadsheet data via Google Apps Script, outputs JSON, and updates values through a doPost endpoint with robust, testable functions.
Connect to the Star Wars API with fetch in a simple HTML page, retrieve films, people, and planets, and display results through a dynamic dropdown and page output.
Learn to create functions and log messages to the console with logger.log in Google Apps Script, run or debug code, and view the execution log for debugging.
Explore how you can output and share Google Sheets Content as JSON in a Web app with Apps Script Code
****** IF YOU HAVE NOT CODED BEFORE DO NOT TAKE THIS COURSE ******* PLEASE READ THE PREREQUISITES BEFORE JOINING!!!
JavaScript and Google Apps Script as the backend code to use a Google Spreadsheet as a Data source for your website.
Create a Google Sheets Spreadsheet in your Google Account - Add some data and then output it as JSON which can be retrieved via fetch request to your WebSite. Source Code is included so you can build your own version of the application.
Creating a spreadsheet with data - making the JSON object dynamic
How to output your sheet data as an array in a web app endpoint doGet() method for webapp
Restructure your JSON object with JavaScript object properties values coming dynamically from the sheet headers
Iterate through the sheet rows of content and assign row values into the data object to output JSON for API endpoint
Use of JavaScript Fetch to get data JavaScript Connection using Fetch
JavaScript Fetch JSON sheet data from web app URL and output it in the console
Use JavaScript to output JSON data to webpage
Adding click event buttons Interactive Page Buttons JavaScript - to send info from webpage to Google Sheet
Using Apps Script POST data from WebPage to Sheet using doPost() method
Apps Script Add Post Data to Sheet connecting the data JSON
Explore how to use Google Apps Script IDE to debug and troubleshoot application
Use of JavaScript Fetch and formData methods
Common CORS issues with Google Apps Web Apps - how to troubleshoot and debug
Use of Logger to log values and text functions to text Google Apps Script
Taught by a Google Developer Expert with many years of Application development Experience ready to help you learn and answer any questions you may have
What are you waiting for join now and see what AMAZING projects YOU can create within Google apps Script and JavaScript
New Course - Use Google Sheets data on your WEBSITE - create JSON from Sheets data and connect using Fetch - POST updates to Sheet from your WEBSITE