类的使用
com.lark.oapi.service.sheets.v3.model.FindCondition.Builder
使用FindCondition.Builder的程序包
-
com.lark.oapi.service.sheets.v3.model中FindCondition.Builder的使用
修饰符和类型方法说明FindCondition.Builder.includeFormulas(Boolean includeFormulas) 是否仅搜索单元格公式,默认值为 false;- `true`:表示仅搜索单元格公式;- `false`:表示仅搜索单元格内容是否忽略大小写,默认为 false;- `true`:表示忽略字符串中字母大小写差异;- `false`:表示区分字符串中字母大小写FindCondition.Builder.matchEntireCell(Boolean matchEntireCell) 是否完全匹配整个单元格,默认值为 false;- `true`:表示完全匹配单元格,比如 find 取值为 "hello",则单元格中的内容必须为 "hello";- `false`:表示允许部分匹配单元格,比如 find 取值为 "hello",则单元格中的内容包含 "hello" 即可static FindCondition.BuilderFindCondition.newBuilder()查找范围,参考 [名词解释 Range](https://open.feishu.cn/document/ukTMukTMukTM/uATMzUjLwEzM14CMxMTN/overview)FindCondition.Builder.searchByRegex(Boolean searchByRegex) 是否为正则匹配,默认值为 false;- `true`:表示使用正则匹配;- `false`:表示不使用正则匹配