Google Docs? spreadsheet read and write?
I have a google Docs spreadsheet with open read and write access to public.
Is there a way to access this from my windows form?
I need to be able to find a row in the spreadsheet then use the text from that row in my program. I also need to be able to change the row or update the same row with new data.
I have been looking for examples or more information online, but having no luck with vb.net information. Can anyone help me?
Re: Google Docs? spreadsheet read and write?
Okay, I have found the google API and added the reference to it in my program. I have found several examples in C# though I am looking for vb.net. I have also found examples for other google aps, but I am having difficulties figuring out how to use the google api for working with spreadsheets.
Resolved: Google Docs? spreadsheet read and write?
Okay, so it took a while for me, but I figured it out. Check out the google API. You can download a copy of it and set a reference to the parts you need. You can also check out the sample projects which come with it. This information and what I got from the google developer's site was what helped me. Good Luck to all of you!
Developer's site:
http://code.google.com/apis/spreadsh...html#ListFeeds