如何从Google Sheets API过滤batchGet的结果?

时间:2019-05-08 16:27:47

标签: java google-sheets google-sheets-api

我想使用Google Sheets API筛选batchGet操作上的行,并仅返回没有特定值的行。有人知道如何在Java中执行此操作吗?

1 个答案:

答案 0 :(得分:0)

您可能要考虑使用ConditionType public class Solution { public static void main(String[] args) { Integer max = null; //works perfectly int max1 == null; //throws and incompatible error if (max == null) System.out.println("null"); } }

  

单元格的值必须为空。由条件格式支持   和过滤器。不需要ConditionValues

其他参考:FilterCriteria

  

在过滤器或过滤器视图中显示/隐藏行的条件。

为此需要提交的两个文件是BLANKhiddenValues[]