Skip to main content

Class 7

 Class 7 Key-point:


  • Using Google's API to read from Spread Sheet into our website.
  • Must initialize Google Spread Sheet with special URL which allow java script to access all data inside a spreadsheet.
  • The function init() initializes and opens the spread sheet and then sends the data to the function processSheetsData() in order to get data values from it. 
  • We do this by using rows and columns.

Comments