I have a series of spreadsheets, from which I'd like to pull certain ranges into a summary spreadsheet. I can do this with normal Google Spreadsheets using ImportRange(). However, I will potentially be working with more than 50 sheets, at which point, the upper limit of 50 ImportRange() calls will be exceeded.
So, I've been driven here. Would someone be able to provide any suggestions on the easiest way to get started with this task using the API (or other tools). Ideally, I'd like to have code that will automatically update my summary spreadsheet once every 10 minutes, by pulling data from 50+ individual other spreadsheets. Is there an ease-of-use difference among Java, Python, PHP, etc., for implementing this code? Thanks! --Jason --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
