Hi, I use java client to retrieve all lines of all sheets of a workbook. The workbook has around 40 sheets, each up to hundreds of lines.
Using the ListFeed (for each worksheet): ListFeed listFeed = getSpreadsheetService().getFeed(worksheet.getListFeedUrl(), ListFeed.class); for each sheet is quite slow - it takes tens of seconds to read all the data from the workbook even on a very fast network. Is there some way how to get all the lines of a sheet in a single call? Or even the whole workbook? Thanks a lot, Tomas -- 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.
