Accessing Google Spreadsheets with C# using Google Data API
问题 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. 回答1: According to the .NET user guide: Download the .NET client library: Add these using statements: using