I am currently using the method for getting a CellFeed as shown in the 
examples:

cellFeed = spreadsheetService.getFeed(cellFeedURL, CellFeed.class);

The problem is that the worksheet I'm interacting with contains approx. 
472k rows, each with 30 columns.  This is a ton of data.  When the 
spreadsheet is empty (no cells have data), the getFeed method returns very 
quickly and I can start working.  When the worksheet already contains data 
(which is going to be overwritten with an updated version), the method 
hangs until I get some sort of exception, usually IOException Premature EOF.

Is this a known issue with CellFeeds?  I am using CellFeeds because I am 
able to batch the update requests, which I don't think ListFeeds support.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Spreadsheets API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to