0
votes

Opening a Excel Spreadsheet in Asp.net Web Page through Google Spreadsheet API.

Actually I need to Create a spread sheet with per user login and based on some questions user will do some operation in Sheet and Finally Submit the sheet which will save on Google Sheet.

Then after i can read the sheets to evaluate the answer given by answer.

Looks really challenging...

Any Help Please??

I am concerned about showing the google sheet in web page.something like this

1
If you are looking the latest integration solution of Google Sheets API in ASP.NET Web Forms - C#, check out the demo: techtolia.com/GoogleSheets - Leo

1 Answers

0
votes

Since you're using .NET, get started with .NET Quickstart. You can create spreadsheets by using Method: spreadsheets.create. To know more about sheet operations, check the Sheets API guide.