A couple of friends and I share a Google spreadsheet to keep a list of events. I want to use this spreadsheet to populate a web page. I want it to the web page to automatically update when the spreadsheet is updated. So I'm guessing I should use an ASP.net repeater and pull in the spreadsheet data?
I'm not sure how to pull in data from Google Sheets. I found the Google Sheets API documentation page, but it simply offers these 2 lines of code:
Do I need ask my hosting company to install anything to get this to work? Otherwise how does the web server know what to do with this?
I'm not sure how to pull in data from Google Sheets. I found the Google Sheets API documentation page, but it simply offers these 2 lines of code:
Code:
using Google.GData.Client;
using Google.GData.Spreadsheets;