What is the fastest way to update a google spreadsheet with a lot of data through the spreadsheet api?
I am using the Google Spreadsheet API to update a spreadsheet with a lot of data (hundreds of rows and around twenty columns). I have tested making a batch call to update 2500 cells. The call takes around 40 seconds to complete, with the request being about 1mb and the response being ~2mb. Is there any way to get it to work faster? I was able to speed up the batch request provided in the official API http://code.google.com/apis/spreadsheets/data/3.0/developers_guide.html#SendingBatchRequests by skipping the QUERY part before the UPDATE. So this is what they have in the example: // Prepare the