I’m having some information in Google Spreadsheets as a single sheet.
Is there any way by which I can read this information from .NET by providing the google credentials and spreadsheet address. Is it possible using Google Data APIs.
Ultimately I need to get the information from Google spreadsheet in a DataTable.
How can I do it? If anyone has attempted it, pls share some information.
I’m having some information in Google Spreadsheets as a single sheet. Is there any
Share
According to the .NET user guide:
Download the .NET client library:
Add these using statements:
Authenticate:
Get a list of spreadsheets:
Given a SpreadsheetEntry you’ve already retrieved, you can get a list of all worksheets in this spreadsheet as follows:
And get a cell based feed: