Click here to Skip to main content
15,890,527 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hello my dear .net developers this is challenging task and i am troubling with this please help , i need to export data from table to google spreadsheet , how can i achieve this

thanks and waiting your response please help me
Posted

1 solution

To access Google Spreadsheet you have to use GData.

You can go for these links

1. Accessing Google Spreadsheets with C# using Google Data API
http://stackoverflow.com/questions/725627/accessing-google-spreadsheets-with-c-sharp-using-google-data-api?answertab=active#tab-top[^]

2. Accessing Google Docs with GData
http://stackoverflow.com/questions/7471024/accessing-google-docs-with-gdata?answertab=active#tab-top[^]

3. NuGet Package(s) of the Week #12 - Accessing Google Spreadsheets with GData from C# *and* hosting Razor Templates to generate HTML from a Console App
http://www.hanselman.com/blog/NuGetPackagesOfTheWeek12AccessingGoogleSpreadsheetsWithGDataFromCAndHostingRazorTemplatesToGenerateHTMLFromAConsoleApp.aspx[^]

I think you can fulfilled your requirement from 1st link.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900