Groups | Blog | Home
all groups > c# > september 2007 >

c# : How to open my gridview to a google spreadsheet


Mahernoz
9/9/2007 10:27:59 PM
Hi Friends,

I have a webpage, which has a gridview. I want to export my gridview
to a google spreadhseet. I want this urgently. Can you pls give any
solution.

Thanks & Regards, Mahernoz
Marc Gravell
9/10/2007 1:51:05 AM
Google docs include an e-mail upload mechanism - so perhaps simply get
your data as csv, and e-mail as an attachment? (you need the user's
google e-mail address). This might also (to adhoc addresses) be a
handy option anyway.
Alternatively, there is an API: http://code.google.com/apis/spreadsheets/developers_guide_protocol.html

Marc
AddThis Social Bookmark Button