Hi Brock, I would look into the Export service that was just added. You can export your spreadsheet files as a .xls file: http://code.google.com/apis/documents/docs/2.0/developers_guide_protocol.html#DownloadingSpreadsheets
We have a few samples demonstrating download: http://googledataapis.blogspot.com/2009/02/start-downloads.html However, if you're constantly going to be changing that spreadsheet data, I would recommend just using the Spreadsheets API to update the live sheet in Google Docs: http://code.google.com/apis/spreadsheets/overview.html Eric On Mar 1, 3:55 pm, Brock <[email protected]> wrote: > Hi All, > > Complete newbie here. I have a basic question, I imagine. I love > using Google Docs, but one of the things I want to do is bring the > data into Office pro grammatically. I want to do this because a > software package I use has limited ability to read in data from > outside sources, so I am going to use Excel to be a medium into this > analytical tool. > > Anyway. I figure its pretty straight forward. I looks like I can > just send a GET request to get the entire contents of a particular > spreadsheet. I guess I am looking for some help on how to make sure I > get all of the data, then how I would throw it into Excel. > > Any and all suggestions would be greatly appreciated? > > Many thanks in advance, > > Brock > > P.S. If I can create the link, the I can always have "up-to-date" > data when I run my report. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Docs Data APIs" 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-Docs-Data-APIs?hl=en -~----------~----~----~----~------~----~------~--~---
