You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default index is`excel index`. If you want to use c# index, please set`UseExcelIndex`to`false`.
54
54
55
55
56
-
Chinese symbols are automatically converted to English symbols: `brackets`, `square brackets`, `commas`, `quotation marks`, `double quotation marks`.
57
-
58
-
59
56
Chinese symbols are automatically converted into English symbols: `brackets`, `commas`, `quotation marks`, `double quotation marks`,`addition`,`subtraction`, `multiplication`, `division` , `equal sign`.
60
57
61
58
@@ -103,9 +100,6 @@ Note: `find` is an Excel formula , find (the string to be searched, the string t
<td>HAS ★<br>HASKEY ★<br>CONTAINS ★<br>CONTAINSKEY ★</td><td>HAS(json/array,text)<br>Does the JSON format include a Key<br> Does the array contain values </td> <td></td>
1038
+
</tr>
1039
+
<tr>
1040
+
<td>HASVALUE ★<br>CONTAINSVALUE ★</td><td>HASVALUE(json/array, text)<br>Does the JSON format include a Value<br> Does the array contain values</td> <td></td>
The default index is`excel index`. If you want to use c# index, please set`UseExcelIndex`to`false`.
57
58
58
-
59
-
Chinese symbols are automatically converted to English symbols: `brackets`, `square brackets`, `commas`, `quotation marks`, `double quotation marks`.
59
+
Chinese symbols are automatically converted into English symbols: `brackets`, `commas`, `quotation marks`, `double quotation marks`,`addition`,`subtraction`, `multiplication`, `division` , `equal sign`.
60
60
61
61
Note: Use `&` for string concatenation.
62
62
@@ -99,14 +99,14 @@ public class Cylinder extends AlgorithmEngine {
<td>HAS ★<br>HASKEY ★<br>CONTAINS ★<br>CONTAINSKEY ★</td><td>HAS(json/array,text)<br>Does the JSON format include a Key<br> Does the array contain values </td> <td></td>
1036
+
</tr>
1037
+
<tr>
1038
+
<td>HASVALUE ★<br>CONTAINSVALUE ★</td><td>HASVALUE(json/array, text)<br>Does the JSON format include a Value<br> Does the array contain values</td> <td></td>
0 commit comments