On Thu, Mar 22, 2012 at 3:23 PM, David Hodge <[email protected]>wrote:
> I want to get x number of worksheets in different spreadsheets, combine > the entries and sort on a certain column and loop thru each cell and > perform some logic. What is the best way to do this? > > I want to know if it is possible to: > > 1) Combine ListEntries from multiple worksheets in memory > This should be pretty straight forward. Just grab append the entries from each feed result into a single collection. Almost everything you need is here: https://developers.google.com/google-apps/spreadsheets/#retrieving_a_list-based_feed > 2) Convert a ListFeed to a CellFeed > Can you explain why you want to do this? I suspect there is an easier way to achieve your ultimate goal. > > Regards, > > Dave > >
