Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/google-sheets/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google sheets 限制google电子表格/表单列表提要上的结果集大小_Google Sheets_Google Spreadsheet Api - Fatal编程技术网

Google sheets 限制google电子表格/表单列表提要上的结果集大小

Google sheets 限制google电子表格/表单列表提要上的结果集大小,google-sheets,google-spreadsheet-api,Google Sheets,Google Spreadsheet Api,我想使用基于列表的查询界面来搜索google电子表格/表单,但我想确保返回的行数限制在指定的最大值。有没有办法做到这一点 谢谢 Tom.有一个查询参数max results,可以限制列表提要返回的行数 https://spreadsheets.google.com/feeds/list/key/worksheetId/private/full?max-results=10 但是,并非所有客户端库都支持它。单元格提要类有一个setMaxRow()函数。我遇到了和你一样的问题,最后使用了手机,因为

我想使用基于列表的查询界面来搜索google电子表格/表单,但我想确保返回的行数限制在指定的最大值。有没有办法做到这一点

谢谢


Tom.

有一个查询参数
max results
,可以限制列表提要返回的行数

https://spreadsheets.google.com/feeds/list/key/worksheetId/private/full?max-results=10

但是,并非所有客户端库都支持它。

单元格提要类有一个
setMaxRow()
函数。我遇到了和你一样的问题,最后使用了手机,因为我找不到解决办法。当然。。。你可以在手机上做,但我看不到在列表上做的方法。很好的一个。。。。谢谢这正是我所希望的。我在文件里没看到。回答得很好。我可以确认它正在使用新的谷歌表单。你的信息来源是什么?