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
@@ -53,6 +55,10 @@ The default index is`excel index`. If you want to use c# index, please set`UseEx
53
55
54
56
Chinese symbols are automatically converted to English symbols: `brackets`, `square brackets`, `commas`, `quotation marks`, `double quotation marks`.
55
57
58
+
59
+
Chinese symbols are automatically converted into English symbols: `brackets`, `commas`, `quotation marks`, `double quotation marks`,`addition`,`subtraction`, `multiplication`, `division` , `equal sign`.
60
+
61
+
56
62
Note: Use `&` for string concatenation.
57
63
58
64
@@ -99,6 +105,9 @@ Note: `find` is an Excel formula , find (the string to be searched, the string t
99
105
```
100
106
Parameters are defined in square brackets, such as `[parameter name]`.
0 commit comments