根据[here](https://developers.google.com/google-apps/spreadsheets/),我们可以使用Google Spreadsheet API向ListFeed添加行(ListEntry)。我想知道我们是否还可以向工作表(WorksheetEntry)添加行,然后将WorksheetEntry插入到WorksheetFeed。似乎这样做会避免与行数一样多次与GoogleDocs服务器通信。但是我没有运气就搜索了很多!
有什么想法吗?
答案 0 :(得分:0)
使用批量请求,如下所述: What is the fastest way to update a google spreadsheet with a lot of data through the spreadsheet api?
好例子:
CellDemo.java http://gdata-java-client.googlecode.com/svn-history/r93/trunk/java/sample/spreadsheet/cell/CellDemo.java
它有一个processBatchRequest函数。