Hi all Apologies if I'm posting this to the wrong place..
Recently I've started playing an online game- where the match results are stored in published google spreadsheets (ie 1 spreadsheet = 1 match)- all based around the same template- that are visible for all to view. My aim is to write a Visual Basic .NET application that opens each spreadsheet, extracts the values and inserts them into a database- so that I can manipulate the information & present numerous aggregated views. This looks to be relatively straightforward as long as each spreadsheet is stored within the documents collection associated with the authenticated user (Authenticate / get Spreadsheets collection / get Worksheets collection / parse rows). However, the spreadsheets are created/published by several different people. Is there a direct way- without me manually having to copy each spreadsheet into my own collection- that I can access [read only] a spreadsheet via its URL? Example: http://spreadsheets.google.com/ccc?key=p9zS4VpUXySfz0wtw8SZTHw Thanks in advance! Andy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Base Data API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Base-data-API?hl=en -~----------~----~----~----~------~----~------~--~---
