@univerjs/sheets-formula 0.2.4 → 0.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/index.js +4 -4
- package/lib/es/index.js +4882 -4712
- package/lib/index.css +1 -1
- package/lib/locale/en-US.json +387 -349
- package/lib/locale/ru-RU.json +315 -325
- package/lib/locale/vi-VN.json +177 -227
- package/lib/locale/zh-CN.json +391 -353
- package/lib/locale/zh-TW.json +403 -365
- package/lib/types/commands/operations/__tests__/create-command-test-bed.d.ts +7 -8
- package/lib/types/controllers/__tests__/create-command-test-bed.d.ts +1 -2
- package/lib/types/controllers/formula-clipboard.controller.d.ts +1 -2
- package/lib/types/controllers/formula-ui.controller.d.ts +1 -2
- package/lib/types/controllers/menu.d.ts +1 -1
- package/lib/types/controllers/prompt.controller.d.ts +3 -0
- package/lib/types/controllers/update-formula.controller.d.ts +1 -2
- package/lib/types/formula-ui-plugin.d.ts +2 -3
- package/lib/types/locale/en-US.d.ts +207 -169
- package/lib/types/locale/function-list/date/en-US.d.ts +25 -17
- package/lib/types/locale/function-list/date/ja-JP.d.ts +25 -17
- package/lib/types/locale/function-list/date/zh-CN.d.ts +25 -17
- package/lib/types/locale/function-list/date/zh-TW.d.ts +27 -19
- package/lib/types/locale/function-list/information/en-US.d.ts +4 -12
- package/lib/types/locale/function-list/information/ja-JP.d.ts +4 -12
- package/lib/types/locale/function-list/information/zh-CN.d.ts +4 -12
- package/lib/types/locale/function-list/information/zh-TW.d.ts +4 -12
- package/lib/types/locale/function-list/lookup/en-US.d.ts +53 -21
- package/lib/types/locale/function-list/lookup/ja-JP.d.ts +53 -21
- package/lib/types/locale/function-list/lookup/zh-CN.d.ts +53 -21
- package/lib/types/locale/function-list/lookup/zh-TW.d.ts +53 -21
- package/lib/types/locale/function-list/math/en-US.d.ts +69 -111
- package/lib/types/locale/function-list/math/ja-JP.d.ts +69 -111
- package/lib/types/locale/function-list/math/zh-CN.d.ts +69 -111
- package/lib/types/locale/function-list/math/zh-TW.d.ts +71 -113
- package/lib/types/locale/function-list/text/en-US.d.ts +56 -8
- package/lib/types/locale/function-list/text/ja-JP.d.ts +56 -8
- package/lib/types/locale/function-list/text/zh-CN.d.ts +56 -8
- package/lib/types/locale/function-list/text/zh-TW.d.ts +56 -8
- package/lib/types/locale/ru-RU.d.ts +151 -161
- package/lib/types/locale/vi-VN.d.ts +73 -123
- package/lib/types/locale/zh-CN.d.ts +207 -169
- package/lib/types/locale/zh-TW.d.ts +211 -173
- package/lib/types/services/description.service.d.ts +2 -3
- package/lib/types/services/formula-ref-range.service.d.ts +1 -2
- package/lib/types/services/prompt.service.d.ts +2 -3
- package/lib/types/services/register-function.service.d.ts +2 -3
- package/lib/types/services/remote/remote-register-function.service.d.ts +1 -1
- package/lib/types/services/render-services/ref-selections.render-service.d.ts +5 -4
- package/lib/umd/index.js +4 -4
- package/package.json +25 -27
package/lib/locale/en-US.json
CHANGED
|
@@ -1144,13 +1144,17 @@
|
|
|
1144
1144
|
}
|
|
1145
1145
|
],
|
|
1146
1146
|
"functionParameter": {
|
|
1147
|
-
"
|
|
1148
|
-
"name": "
|
|
1149
|
-
"detail": "first"
|
|
1147
|
+
"startDate": {
|
|
1148
|
+
"name": "start_date",
|
|
1149
|
+
"detail": "A date that represents the first, or starting date of a given period."
|
|
1150
1150
|
},
|
|
1151
|
-
"
|
|
1152
|
-
"name": "
|
|
1153
|
-
"detail": "
|
|
1151
|
+
"endDate": {
|
|
1152
|
+
"name": "end_date",
|
|
1153
|
+
"detail": "A date that represents the last, or ending, date of the period."
|
|
1154
|
+
},
|
|
1155
|
+
"method": {
|
|
1156
|
+
"name": "method",
|
|
1157
|
+
"detail": "The type of information that you want returned."
|
|
1154
1158
|
}
|
|
1155
1159
|
}
|
|
1156
1160
|
},
|
|
@@ -1196,13 +1200,13 @@
|
|
|
1196
1200
|
}
|
|
1197
1201
|
],
|
|
1198
1202
|
"functionParameter": {
|
|
1199
|
-
"
|
|
1200
|
-
"name": "
|
|
1201
|
-
"detail": "
|
|
1203
|
+
"endDate": {
|
|
1204
|
+
"name": "end_date",
|
|
1205
|
+
"detail": "Start_date and End_date are the two dates between which you want to know the number of days."
|
|
1202
1206
|
},
|
|
1203
|
-
"
|
|
1204
|
-
"name": "
|
|
1205
|
-
"detail": "
|
|
1207
|
+
"startDate": {
|
|
1208
|
+
"name": "start_date",
|
|
1209
|
+
"detail": "Start_date and End_date are the two dates between which you want to know the number of days."
|
|
1206
1210
|
}
|
|
1207
1211
|
}
|
|
1208
1212
|
},
|
|
@@ -1216,13 +1220,17 @@
|
|
|
1216
1220
|
}
|
|
1217
1221
|
],
|
|
1218
1222
|
"functionParameter": {
|
|
1219
|
-
"
|
|
1220
|
-
"name": "
|
|
1221
|
-
"detail": "
|
|
1223
|
+
"startDate": {
|
|
1224
|
+
"name": "start_date",
|
|
1225
|
+
"detail": "Start_date and End_date are the two dates between which you want to know the number of days."
|
|
1222
1226
|
},
|
|
1223
|
-
"
|
|
1224
|
-
"name": "
|
|
1225
|
-
"detail": "
|
|
1227
|
+
"endDate": {
|
|
1228
|
+
"name": "end_date",
|
|
1229
|
+
"detail": "Start_date and End_date are the two dates between which you want to know the number of days."
|
|
1230
|
+
},
|
|
1231
|
+
"method": {
|
|
1232
|
+
"name": "method",
|
|
1233
|
+
"detail": "A logical value that specifies whether to use the U.S. or European method in the calculation."
|
|
1226
1234
|
}
|
|
1227
1235
|
}
|
|
1228
1236
|
},
|
|
@@ -1256,13 +1264,13 @@
|
|
|
1256
1264
|
}
|
|
1257
1265
|
],
|
|
1258
1266
|
"functionParameter": {
|
|
1259
|
-
"
|
|
1260
|
-
"name": "
|
|
1261
|
-
"detail": "
|
|
1267
|
+
"startDate": {
|
|
1268
|
+
"name": "start_date",
|
|
1269
|
+
"detail": "A date that represents the starting date."
|
|
1262
1270
|
},
|
|
1263
|
-
"
|
|
1264
|
-
"name": "
|
|
1265
|
-
"detail": "
|
|
1271
|
+
"months": {
|
|
1272
|
+
"name": "months",
|
|
1273
|
+
"detail": "The number of months before or after start_date."
|
|
1266
1274
|
}
|
|
1267
1275
|
}
|
|
1268
1276
|
},
|
|
@@ -1292,13 +1300,9 @@
|
|
|
1292
1300
|
}
|
|
1293
1301
|
],
|
|
1294
1302
|
"functionParameter": {
|
|
1295
|
-
"
|
|
1296
|
-
"name": "
|
|
1297
|
-
"detail": "
|
|
1298
|
-
},
|
|
1299
|
-
"number2": {
|
|
1300
|
-
"name": "number2",
|
|
1301
|
-
"detail": "second"
|
|
1303
|
+
"date": {
|
|
1304
|
+
"name": "date",
|
|
1305
|
+
"detail": "Date is the date-time code used by Excel for date and time calculation."
|
|
1302
1306
|
}
|
|
1303
1307
|
}
|
|
1304
1308
|
},
|
|
@@ -1494,13 +1498,13 @@
|
|
|
1494
1498
|
}
|
|
1495
1499
|
],
|
|
1496
1500
|
"functionParameter": {
|
|
1497
|
-
"
|
|
1498
|
-
"name": "
|
|
1499
|
-
"detail": "
|
|
1501
|
+
"serialNumber": {
|
|
1502
|
+
"name": "serial_number",
|
|
1503
|
+
"detail": "A date within the week."
|
|
1500
1504
|
},
|
|
1501
|
-
"
|
|
1502
|
-
"name": "
|
|
1503
|
-
"detail": "
|
|
1505
|
+
"returnType": {
|
|
1506
|
+
"name": "return_type",
|
|
1507
|
+
"detail": "A number that determines on which day the week begins. The default is 1."
|
|
1504
1508
|
}
|
|
1505
1509
|
}
|
|
1506
1510
|
},
|
|
@@ -1582,13 +1586,17 @@
|
|
|
1582
1586
|
}
|
|
1583
1587
|
],
|
|
1584
1588
|
"functionParameter": {
|
|
1585
|
-
"
|
|
1586
|
-
"name": "
|
|
1587
|
-
"detail": "
|
|
1589
|
+
"startDate": {
|
|
1590
|
+
"name": "start_date",
|
|
1591
|
+
"detail": "A date that represents the start date."
|
|
1588
1592
|
},
|
|
1589
|
-
"
|
|
1590
|
-
"name": "
|
|
1591
|
-
"detail": "
|
|
1593
|
+
"endDate": {
|
|
1594
|
+
"name": "end_date",
|
|
1595
|
+
"detail": "A date that represents the end date."
|
|
1596
|
+
},
|
|
1597
|
+
"basis": {
|
|
1598
|
+
"name": "basis",
|
|
1599
|
+
"detail": "The type of day count basis to use."
|
|
1592
1600
|
}
|
|
1593
1601
|
}
|
|
1594
1602
|
},
|
|
@@ -1830,13 +1838,13 @@
|
|
|
1830
1838
|
}
|
|
1831
1839
|
],
|
|
1832
1840
|
"functionParameter": {
|
|
1833
|
-
"
|
|
1834
|
-
"name": "
|
|
1835
|
-
"detail": "
|
|
1841
|
+
"number": {
|
|
1842
|
+
"name": "number",
|
|
1843
|
+
"detail": "The value you want to round."
|
|
1836
1844
|
},
|
|
1837
|
-
"
|
|
1838
|
-
"name": "
|
|
1839
|
-
"detail": "
|
|
1845
|
+
"significance": {
|
|
1846
|
+
"name": "significance",
|
|
1847
|
+
"detail": "The multiple to which you want to round."
|
|
1840
1848
|
}
|
|
1841
1849
|
}
|
|
1842
1850
|
},
|
|
@@ -1850,13 +1858,17 @@
|
|
|
1850
1858
|
}
|
|
1851
1859
|
],
|
|
1852
1860
|
"functionParameter": {
|
|
1853
|
-
"
|
|
1854
|
-
"name": "
|
|
1855
|
-
"detail": "
|
|
1861
|
+
"number": {
|
|
1862
|
+
"name": "number",
|
|
1863
|
+
"detail": "The value you want to round."
|
|
1856
1864
|
},
|
|
1857
|
-
"
|
|
1858
|
-
"name": "
|
|
1859
|
-
"detail": "
|
|
1865
|
+
"significance": {
|
|
1866
|
+
"name": "significance",
|
|
1867
|
+
"detail": "The multiple to which you want to round."
|
|
1868
|
+
},
|
|
1869
|
+
"mode": {
|
|
1870
|
+
"name": "mode",
|
|
1871
|
+
"detail": "For negative numbers, controls whether Number is rounded toward or away from zero."
|
|
1860
1872
|
}
|
|
1861
1873
|
}
|
|
1862
1874
|
},
|
|
@@ -1870,13 +1882,13 @@
|
|
|
1870
1882
|
}
|
|
1871
1883
|
],
|
|
1872
1884
|
"functionParameter": {
|
|
1873
|
-
"
|
|
1874
|
-
"name": "
|
|
1875
|
-
"detail": "
|
|
1885
|
+
"number": {
|
|
1886
|
+
"name": "number",
|
|
1887
|
+
"detail": "The value you want to round."
|
|
1876
1888
|
},
|
|
1877
|
-
"
|
|
1878
|
-
"name": "
|
|
1879
|
-
"detail": "
|
|
1889
|
+
"significance": {
|
|
1890
|
+
"name": "significance",
|
|
1891
|
+
"detail": "The multiple to which you want to round."
|
|
1880
1892
|
}
|
|
1881
1893
|
}
|
|
1882
1894
|
},
|
|
@@ -2026,13 +2038,13 @@
|
|
|
2026
2038
|
}
|
|
2027
2039
|
],
|
|
2028
2040
|
"functionParameter": {
|
|
2029
|
-
"
|
|
2030
|
-
"name": "
|
|
2031
|
-
"detail": "
|
|
2041
|
+
"text": {
|
|
2042
|
+
"name": "text",
|
|
2043
|
+
"detail": "The string length of Text must be less than or equal to 255 characters."
|
|
2032
2044
|
},
|
|
2033
|
-
"
|
|
2034
|
-
"name": "
|
|
2035
|
-
"detail": "
|
|
2045
|
+
"radix": {
|
|
2046
|
+
"name": "radix",
|
|
2047
|
+
"detail": "The base radix that you want to convert the number into. Must be an integer greater than or equal to 2 and less than or equal to 36."
|
|
2036
2048
|
}
|
|
2037
2049
|
}
|
|
2038
2050
|
},
|
|
@@ -2046,13 +2058,9 @@
|
|
|
2046
2058
|
}
|
|
2047
2059
|
],
|
|
2048
2060
|
"functionParameter": {
|
|
2049
|
-
"
|
|
2050
|
-
"name": "
|
|
2051
|
-
"detail": "
|
|
2052
|
-
},
|
|
2053
|
-
"number2": {
|
|
2054
|
-
"name": "number2",
|
|
2055
|
-
"detail": "second"
|
|
2061
|
+
"angle": {
|
|
2062
|
+
"name": "angle",
|
|
2063
|
+
"detail": "The angle in radians that you want to convert."
|
|
2056
2064
|
}
|
|
2057
2065
|
}
|
|
2058
2066
|
},
|
|
@@ -2066,13 +2074,9 @@
|
|
|
2066
2074
|
}
|
|
2067
2075
|
],
|
|
2068
2076
|
"functionParameter": {
|
|
2069
|
-
"
|
|
2070
|
-
"name": "
|
|
2071
|
-
"detail": "
|
|
2072
|
-
},
|
|
2073
|
-
"number2": {
|
|
2074
|
-
"name": "number2",
|
|
2075
|
-
"detail": "second"
|
|
2077
|
+
"number": {
|
|
2078
|
+
"name": "number",
|
|
2079
|
+
"detail": "The value to round."
|
|
2076
2080
|
}
|
|
2077
2081
|
}
|
|
2078
2082
|
},
|
|
@@ -2086,13 +2090,9 @@
|
|
|
2086
2090
|
}
|
|
2087
2091
|
],
|
|
2088
2092
|
"functionParameter": {
|
|
2089
|
-
"
|
|
2090
|
-
"name": "
|
|
2091
|
-
"detail": "
|
|
2092
|
-
},
|
|
2093
|
-
"number2": {
|
|
2094
|
-
"name": "number2",
|
|
2095
|
-
"detail": "second"
|
|
2093
|
+
"number": {
|
|
2094
|
+
"name": "number",
|
|
2095
|
+
"detail": "The exponent applied to the base e."
|
|
2096
2096
|
}
|
|
2097
2097
|
}
|
|
2098
2098
|
},
|
|
@@ -2146,13 +2146,13 @@
|
|
|
2146
2146
|
}
|
|
2147
2147
|
],
|
|
2148
2148
|
"functionParameter": {
|
|
2149
|
-
"
|
|
2150
|
-
"name": "
|
|
2151
|
-
"detail": "
|
|
2149
|
+
"number": {
|
|
2150
|
+
"name": "number",
|
|
2151
|
+
"detail": "The value you want to round."
|
|
2152
2152
|
},
|
|
2153
|
-
"
|
|
2154
|
-
"name": "
|
|
2155
|
-
"detail": "
|
|
2153
|
+
"significance": {
|
|
2154
|
+
"name": "significance",
|
|
2155
|
+
"detail": "The multiple to which you want to round."
|
|
2156
2156
|
}
|
|
2157
2157
|
}
|
|
2158
2158
|
},
|
|
@@ -2166,13 +2166,17 @@
|
|
|
2166
2166
|
}
|
|
2167
2167
|
],
|
|
2168
2168
|
"functionParameter": {
|
|
2169
|
-
"
|
|
2170
|
-
"name": "
|
|
2171
|
-
"detail": "
|
|
2169
|
+
"number": {
|
|
2170
|
+
"name": "number",
|
|
2171
|
+
"detail": "The value you want to round."
|
|
2172
2172
|
},
|
|
2173
|
-
"
|
|
2174
|
-
"name": "
|
|
2175
|
-
"detail": "
|
|
2173
|
+
"significance": {
|
|
2174
|
+
"name": "significance",
|
|
2175
|
+
"detail": "The multiple to which you want to round."
|
|
2176
|
+
},
|
|
2177
|
+
"mode": {
|
|
2178
|
+
"name": "mode",
|
|
2179
|
+
"detail": "For negative numbers, controls whether Number is rounded toward or away from zero."
|
|
2176
2180
|
}
|
|
2177
2181
|
}
|
|
2178
2182
|
},
|
|
@@ -2186,13 +2190,13 @@
|
|
|
2186
2190
|
}
|
|
2187
2191
|
],
|
|
2188
2192
|
"functionParameter": {
|
|
2189
|
-
"
|
|
2190
|
-
"name": "
|
|
2191
|
-
"detail": "
|
|
2193
|
+
"number": {
|
|
2194
|
+
"name": "number",
|
|
2195
|
+
"detail": "The value you want to round."
|
|
2192
2196
|
},
|
|
2193
|
-
"
|
|
2194
|
-
"name": "
|
|
2195
|
-
"detail": "
|
|
2197
|
+
"significance": {
|
|
2198
|
+
"name": "significance",
|
|
2199
|
+
"detail": "The multiple to which you want to round."
|
|
2196
2200
|
}
|
|
2197
2201
|
}
|
|
2198
2202
|
},
|
|
@@ -2306,13 +2310,9 @@
|
|
|
2306
2310
|
}
|
|
2307
2311
|
],
|
|
2308
2312
|
"functionParameter": {
|
|
2309
|
-
"
|
|
2310
|
-
"name": "
|
|
2311
|
-
"detail": "
|
|
2312
|
-
},
|
|
2313
|
-
"number2": {
|
|
2314
|
-
"name": "number2",
|
|
2315
|
-
"detail": "second"
|
|
2313
|
+
"number": {
|
|
2314
|
+
"name": "number",
|
|
2315
|
+
"detail": "The positive real number for which you want the natural logarithm."
|
|
2316
2316
|
}
|
|
2317
2317
|
}
|
|
2318
2318
|
},
|
|
@@ -2326,13 +2326,13 @@
|
|
|
2326
2326
|
}
|
|
2327
2327
|
],
|
|
2328
2328
|
"functionParameter": {
|
|
2329
|
-
"
|
|
2330
|
-
"name": "
|
|
2331
|
-
"detail": "
|
|
2329
|
+
"number": {
|
|
2330
|
+
"name": "number",
|
|
2331
|
+
"detail": "The positive real number for which you want the logarithm."
|
|
2332
2332
|
},
|
|
2333
|
-
"
|
|
2334
|
-
"name": "
|
|
2335
|
-
"detail": "
|
|
2333
|
+
"base": {
|
|
2334
|
+
"name": "base",
|
|
2335
|
+
"detail": "The base of the logarithm. If base is omitted, it is assumed to be 10."
|
|
2336
2336
|
}
|
|
2337
2337
|
}
|
|
2338
2338
|
},
|
|
@@ -2346,13 +2346,9 @@
|
|
|
2346
2346
|
}
|
|
2347
2347
|
],
|
|
2348
2348
|
"functionParameter": {
|
|
2349
|
-
"
|
|
2350
|
-
"name": "
|
|
2351
|
-
"detail": "
|
|
2352
|
-
},
|
|
2353
|
-
"number2": {
|
|
2354
|
-
"name": "number2",
|
|
2355
|
-
"detail": "second"
|
|
2349
|
+
"number": {
|
|
2350
|
+
"name": "number",
|
|
2351
|
+
"detail": "The positive real number for which you want the base-10 logarithm."
|
|
2356
2352
|
}
|
|
2357
2353
|
}
|
|
2358
2354
|
},
|
|
@@ -2446,13 +2442,13 @@
|
|
|
2446
2442
|
}
|
|
2447
2443
|
],
|
|
2448
2444
|
"functionParameter": {
|
|
2449
|
-
"
|
|
2450
|
-
"name": "
|
|
2451
|
-
"detail": "
|
|
2445
|
+
"number": {
|
|
2446
|
+
"name": "number",
|
|
2447
|
+
"detail": "The value to round."
|
|
2452
2448
|
},
|
|
2453
|
-
"
|
|
2454
|
-
"name": "
|
|
2455
|
-
"detail": "
|
|
2449
|
+
"multiple": {
|
|
2450
|
+
"name": "multiple",
|
|
2451
|
+
"detail": "The multiple to which you want to round number."
|
|
2456
2452
|
}
|
|
2457
2453
|
}
|
|
2458
2454
|
},
|
|
@@ -2506,13 +2502,9 @@
|
|
|
2506
2502
|
}
|
|
2507
2503
|
],
|
|
2508
2504
|
"functionParameter": {
|
|
2509
|
-
"
|
|
2510
|
-
"name": "
|
|
2511
|
-
"detail": "
|
|
2512
|
-
},
|
|
2513
|
-
"number2": {
|
|
2514
|
-
"name": "number2",
|
|
2515
|
-
"detail": "second"
|
|
2505
|
+
"number": {
|
|
2506
|
+
"name": "number",
|
|
2507
|
+
"detail": "The value to round."
|
|
2516
2508
|
}
|
|
2517
2509
|
}
|
|
2518
2510
|
},
|
|
@@ -2525,16 +2517,7 @@
|
|
|
2525
2517
|
"url": "https://support.microsoft.com/en-us/office/pi-function-264199d0-a3ba-46b8-975a-c4a04608989b"
|
|
2526
2518
|
}
|
|
2527
2519
|
],
|
|
2528
|
-
"functionParameter": {
|
|
2529
|
-
"number1": {
|
|
2530
|
-
"name": "number1",
|
|
2531
|
-
"detail": "first"
|
|
2532
|
-
},
|
|
2533
|
-
"number2": {
|
|
2534
|
-
"name": "number2",
|
|
2535
|
-
"detail": "second"
|
|
2536
|
-
}
|
|
2537
|
-
}
|
|
2520
|
+
"functionParameter": {}
|
|
2538
2521
|
},
|
|
2539
2522
|
"POWER": {
|
|
2540
2523
|
"description": "Returns the result of a number raised to a power.",
|
|
@@ -2606,13 +2589,9 @@
|
|
|
2606
2589
|
}
|
|
2607
2590
|
],
|
|
2608
2591
|
"functionParameter": {
|
|
2609
|
-
"
|
|
2610
|
-
"name": "
|
|
2611
|
-
"detail": "
|
|
2612
|
-
},
|
|
2613
|
-
"number2": {
|
|
2614
|
-
"name": "number2",
|
|
2615
|
-
"detail": "second"
|
|
2592
|
+
"angle": {
|
|
2593
|
+
"name": "angle",
|
|
2594
|
+
"detail": "An angle in degrees that you want to convert."
|
|
2616
2595
|
}
|
|
2617
2596
|
}
|
|
2618
2597
|
},
|
|
@@ -2625,16 +2604,7 @@
|
|
|
2625
2604
|
"url": "https://support.microsoft.com/en-us/office/rand-function-4cbfa695-8869-4788-8d90-021ea9f5be73"
|
|
2626
2605
|
}
|
|
2627
2606
|
],
|
|
2628
|
-
"functionParameter": {
|
|
2629
|
-
"number1": {
|
|
2630
|
-
"name": "number1",
|
|
2631
|
-
"detail": "first"
|
|
2632
|
-
},
|
|
2633
|
-
"number2": {
|
|
2634
|
-
"name": "number2",
|
|
2635
|
-
"detail": "second"
|
|
2636
|
-
}
|
|
2637
|
-
}
|
|
2607
|
+
"functionParameter": {}
|
|
2638
2608
|
},
|
|
2639
2609
|
"RANDARRAY": {
|
|
2640
2610
|
"description": "Returns an array of random numbers between 0 and 1. However, you can specify the number of rows and columns to fill, minimum and maximum values, and whether to return whole numbers or decimal values.",
|
|
@@ -2646,13 +2616,25 @@
|
|
|
2646
2616
|
}
|
|
2647
2617
|
],
|
|
2648
2618
|
"functionParameter": {
|
|
2649
|
-
"
|
|
2650
|
-
"name": "
|
|
2651
|
-
"detail": "
|
|
2619
|
+
"rows": {
|
|
2620
|
+
"name": "rows",
|
|
2621
|
+
"detail": "The number of rows to be returned"
|
|
2652
2622
|
},
|
|
2653
|
-
"
|
|
2654
|
-
"name": "
|
|
2655
|
-
"detail": "
|
|
2623
|
+
"columns": {
|
|
2624
|
+
"name": "columns",
|
|
2625
|
+
"detail": "The number of columns to be returned"
|
|
2626
|
+
},
|
|
2627
|
+
"min": {
|
|
2628
|
+
"name": "min",
|
|
2629
|
+
"detail": "The minimum number you would like returned"
|
|
2630
|
+
},
|
|
2631
|
+
"max": {
|
|
2632
|
+
"name": "max",
|
|
2633
|
+
"detail": "The maximum number you would like returned"
|
|
2634
|
+
},
|
|
2635
|
+
"wholeNumber": {
|
|
2636
|
+
"name": "whole_number",
|
|
2637
|
+
"detail": "Return a whole number or a decimal value"
|
|
2656
2638
|
}
|
|
2657
2639
|
}
|
|
2658
2640
|
},
|
|
@@ -2666,13 +2648,13 @@
|
|
|
2666
2648
|
}
|
|
2667
2649
|
],
|
|
2668
2650
|
"functionParameter": {
|
|
2669
|
-
"
|
|
2670
|
-
"name": "
|
|
2671
|
-
"detail": "
|
|
2651
|
+
"bottom": {
|
|
2652
|
+
"name": "bottom",
|
|
2653
|
+
"detail": "The smallest integer RANDBETWEEN will return."
|
|
2672
2654
|
},
|
|
2673
|
-
"
|
|
2674
|
-
"name": "
|
|
2675
|
-
"detail": "
|
|
2655
|
+
"top": {
|
|
2656
|
+
"name": "top",
|
|
2657
|
+
"detail": "The largest integer RANDBETWEEN will return."
|
|
2676
2658
|
}
|
|
2677
2659
|
}
|
|
2678
2660
|
},
|
|
@@ -2706,13 +2688,13 @@
|
|
|
2706
2688
|
}
|
|
2707
2689
|
],
|
|
2708
2690
|
"functionParameter": {
|
|
2709
|
-
"
|
|
2710
|
-
"name": "
|
|
2711
|
-
"detail": "
|
|
2691
|
+
"number": {
|
|
2692
|
+
"name": "number",
|
|
2693
|
+
"detail": "The number that you want to round."
|
|
2712
2694
|
},
|
|
2713
|
-
"
|
|
2714
|
-
"name": "
|
|
2715
|
-
"detail": "
|
|
2695
|
+
"numDigits": {
|
|
2696
|
+
"name": "num_digits",
|
|
2697
|
+
"detail": "The number of digits to which you want to round the number argument."
|
|
2716
2698
|
}
|
|
2717
2699
|
}
|
|
2718
2700
|
},
|
|
@@ -2726,13 +2708,13 @@
|
|
|
2726
2708
|
}
|
|
2727
2709
|
],
|
|
2728
2710
|
"functionParameter": {
|
|
2729
|
-
"
|
|
2730
|
-
"name": "
|
|
2731
|
-
"detail": "
|
|
2711
|
+
"number": {
|
|
2712
|
+
"name": "number",
|
|
2713
|
+
"detail": "The number that you want to round."
|
|
2732
2714
|
},
|
|
2733
|
-
"
|
|
2734
|
-
"name": "
|
|
2735
|
-
"detail": "
|
|
2715
|
+
"numDigits": {
|
|
2716
|
+
"name": "num_digits",
|
|
2717
|
+
"detail": "The number of digits to which you want to round the number argument."
|
|
2736
2718
|
}
|
|
2737
2719
|
}
|
|
2738
2720
|
},
|
|
@@ -2746,13 +2728,13 @@
|
|
|
2746
2728
|
}
|
|
2747
2729
|
],
|
|
2748
2730
|
"functionParameter": {
|
|
2749
|
-
"
|
|
2750
|
-
"name": "
|
|
2751
|
-
"detail": "
|
|
2731
|
+
"number": {
|
|
2732
|
+
"name": "number",
|
|
2733
|
+
"detail": "The number that you want to round."
|
|
2752
2734
|
},
|
|
2753
|
-
"
|
|
2754
|
-
"name": "
|
|
2755
|
-
"detail": "
|
|
2735
|
+
"numDigits": {
|
|
2736
|
+
"name": "num_digits",
|
|
2737
|
+
"detail": "The number of digits to which you want to round the number argument."
|
|
2756
2738
|
}
|
|
2757
2739
|
}
|
|
2758
2740
|
},
|
|
@@ -2766,13 +2748,9 @@
|
|
|
2766
2748
|
}
|
|
2767
2749
|
],
|
|
2768
2750
|
"functionParameter": {
|
|
2769
|
-
"
|
|
2770
|
-
"name": "
|
|
2771
|
-
"detail": "
|
|
2772
|
-
},
|
|
2773
|
-
"number2": {
|
|
2774
|
-
"name": "number2",
|
|
2775
|
-
"detail": "second"
|
|
2751
|
+
"number": {
|
|
2752
|
+
"name": "number",
|
|
2753
|
+
"detail": "Number is the angle in radians for which you want the secant."
|
|
2776
2754
|
}
|
|
2777
2755
|
}
|
|
2778
2756
|
},
|
|
@@ -2786,13 +2764,9 @@
|
|
|
2786
2764
|
}
|
|
2787
2765
|
],
|
|
2788
2766
|
"functionParameter": {
|
|
2789
|
-
"
|
|
2790
|
-
"name": "
|
|
2791
|
-
"detail": "
|
|
2792
|
-
},
|
|
2793
|
-
"number2": {
|
|
2794
|
-
"name": "number2",
|
|
2795
|
-
"detail": "second"
|
|
2767
|
+
"number": {
|
|
2768
|
+
"name": "number",
|
|
2769
|
+
"detail": "Number is the angle in radians for which you want the hyperbolic secant."
|
|
2796
2770
|
}
|
|
2797
2771
|
}
|
|
2798
2772
|
},
|
|
@@ -2898,13 +2872,9 @@
|
|
|
2898
2872
|
}
|
|
2899
2873
|
],
|
|
2900
2874
|
"functionParameter": {
|
|
2901
|
-
"
|
|
2902
|
-
"name": "
|
|
2903
|
-
"detail": "
|
|
2904
|
-
},
|
|
2905
|
-
"number2": {
|
|
2906
|
-
"name": "number2",
|
|
2907
|
-
"detail": "second"
|
|
2875
|
+
"number": {
|
|
2876
|
+
"name": "number",
|
|
2877
|
+
"detail": "The number for which you want the square root."
|
|
2908
2878
|
}
|
|
2909
2879
|
}
|
|
2910
2880
|
},
|
|
@@ -2918,13 +2888,9 @@
|
|
|
2918
2888
|
}
|
|
2919
2889
|
],
|
|
2920
2890
|
"functionParameter": {
|
|
2921
|
-
"
|
|
2922
|
-
"name": "
|
|
2923
|
-
"detail": "
|
|
2924
|
-
},
|
|
2925
|
-
"number2": {
|
|
2926
|
-
"name": "number2",
|
|
2927
|
-
"detail": "second"
|
|
2891
|
+
"number": {
|
|
2892
|
+
"name": "number",
|
|
2893
|
+
"detail": "The number by which pi is multiplied."
|
|
2928
2894
|
}
|
|
2929
2895
|
}
|
|
2930
2896
|
},
|
|
@@ -3060,11 +3026,11 @@
|
|
|
3060
3026
|
"functionParameter": {
|
|
3061
3027
|
"number1": {
|
|
3062
3028
|
"name": "number1",
|
|
3063
|
-
"detail": "first"
|
|
3029
|
+
"detail": "To square and find the first number, you can also use a single array or a reference to an array instead of comma-separated parameters."
|
|
3064
3030
|
},
|
|
3065
3031
|
"number2": {
|
|
3066
3032
|
"name": "number2",
|
|
3067
|
-
"detail": "second"
|
|
3033
|
+
"detail": "The second number to be squared and summed. Up to 255 numbers can be specified in this way."
|
|
3068
3034
|
}
|
|
3069
3035
|
}
|
|
3070
3036
|
},
|
|
@@ -3078,13 +3044,13 @@
|
|
|
3078
3044
|
}
|
|
3079
3045
|
],
|
|
3080
3046
|
"functionParameter": {
|
|
3081
|
-
"
|
|
3082
|
-
"name": "
|
|
3083
|
-
"detail": "first"
|
|
3047
|
+
"arrayX": {
|
|
3048
|
+
"name": "array_x",
|
|
3049
|
+
"detail": "The first array or range of values."
|
|
3084
3050
|
},
|
|
3085
|
-
"
|
|
3086
|
-
"name": "
|
|
3087
|
-
"detail": "second"
|
|
3051
|
+
"arrayY": {
|
|
3052
|
+
"name": "array_y",
|
|
3053
|
+
"detail": "The second array or range of values."
|
|
3088
3054
|
}
|
|
3089
3055
|
}
|
|
3090
3056
|
},
|
|
@@ -3098,13 +3064,13 @@
|
|
|
3098
3064
|
}
|
|
3099
3065
|
],
|
|
3100
3066
|
"functionParameter": {
|
|
3101
|
-
"
|
|
3102
|
-
"name": "
|
|
3103
|
-
"detail": "first"
|
|
3067
|
+
"arrayX": {
|
|
3068
|
+
"name": "array_x",
|
|
3069
|
+
"detail": "The first array or range of values."
|
|
3104
3070
|
},
|
|
3105
|
-
"
|
|
3106
|
-
"name": "
|
|
3107
|
-
"detail": "second"
|
|
3071
|
+
"arrayY": {
|
|
3072
|
+
"name": "array_y",
|
|
3073
|
+
"detail": "The second array or range of values."
|
|
3108
3074
|
}
|
|
3109
3075
|
}
|
|
3110
3076
|
},
|
|
@@ -3118,13 +3084,13 @@
|
|
|
3118
3084
|
}
|
|
3119
3085
|
],
|
|
3120
3086
|
"functionParameter": {
|
|
3121
|
-
"
|
|
3122
|
-
"name": "
|
|
3123
|
-
"detail": "first"
|
|
3087
|
+
"arrayX": {
|
|
3088
|
+
"name": "array_x",
|
|
3089
|
+
"detail": "The first array or range of values."
|
|
3124
3090
|
},
|
|
3125
|
-
"
|
|
3126
|
-
"name": "
|
|
3127
|
-
"detail": "second"
|
|
3091
|
+
"arrayY": {
|
|
3092
|
+
"name": "array_y",
|
|
3093
|
+
"detail": "The second array or range of values."
|
|
3128
3094
|
}
|
|
3129
3095
|
}
|
|
3130
3096
|
},
|
|
@@ -3170,13 +3136,13 @@
|
|
|
3170
3136
|
}
|
|
3171
3137
|
],
|
|
3172
3138
|
"functionParameter": {
|
|
3173
|
-
"
|
|
3174
|
-
"name": "
|
|
3175
|
-
"detail": "
|
|
3139
|
+
"number": {
|
|
3140
|
+
"name": "number",
|
|
3141
|
+
"detail": "The number you want to truncate."
|
|
3176
3142
|
},
|
|
3177
|
-
"
|
|
3178
|
-
"name": "
|
|
3179
|
-
"detail": "
|
|
3143
|
+
"numDigits": {
|
|
3144
|
+
"name": "num_digits",
|
|
3145
|
+
"detail": "A number specifying the precision of the truncation. The default value for num_digits is 0 (zero)."
|
|
3180
3146
|
}
|
|
3181
3147
|
}
|
|
3182
3148
|
},
|
|
@@ -5530,13 +5496,17 @@
|
|
|
5530
5496
|
}
|
|
5531
5497
|
],
|
|
5532
5498
|
"functionParameter": {
|
|
5533
|
-
"
|
|
5534
|
-
"name": "
|
|
5535
|
-
"detail": "
|
|
5499
|
+
"array": {
|
|
5500
|
+
"name": "array",
|
|
5501
|
+
"detail": "The array containing the columns to be returned in the new array."
|
|
5536
5502
|
},
|
|
5537
|
-
"
|
|
5538
|
-
"name": "
|
|
5539
|
-
"detail": "
|
|
5503
|
+
"colNum1": {
|
|
5504
|
+
"name": "col_num1",
|
|
5505
|
+
"detail": "The first column to be returned."
|
|
5506
|
+
},
|
|
5507
|
+
"colNum2": {
|
|
5508
|
+
"name": "col_num2",
|
|
5509
|
+
"detail": "Additional columns to be returned."
|
|
5540
5510
|
}
|
|
5541
5511
|
}
|
|
5542
5512
|
},
|
|
@@ -5550,13 +5520,17 @@
|
|
|
5550
5520
|
}
|
|
5551
5521
|
],
|
|
5552
5522
|
"functionParameter": {
|
|
5553
|
-
"
|
|
5554
|
-
"name": "
|
|
5555
|
-
"detail": "
|
|
5523
|
+
"array": {
|
|
5524
|
+
"name": "array",
|
|
5525
|
+
"detail": "The array containing the rows to be returned in the new array."
|
|
5556
5526
|
},
|
|
5557
|
-
"
|
|
5558
|
-
"name": "
|
|
5559
|
-
"detail": "
|
|
5527
|
+
"rowNum1": {
|
|
5528
|
+
"name": "row_num1",
|
|
5529
|
+
"detail": "The first row number to be returned."
|
|
5530
|
+
},
|
|
5531
|
+
"rowNum2": {
|
|
5532
|
+
"name": "row_num2",
|
|
5533
|
+
"detail": "Additional row numbers to be returned."
|
|
5560
5534
|
}
|
|
5561
5535
|
}
|
|
5562
5536
|
},
|
|
@@ -5642,13 +5616,17 @@
|
|
|
5642
5616
|
}
|
|
5643
5617
|
],
|
|
5644
5618
|
"functionParameter": {
|
|
5645
|
-
"
|
|
5646
|
-
"name": "
|
|
5647
|
-
"detail": "
|
|
5619
|
+
"array": {
|
|
5620
|
+
"name": "array",
|
|
5621
|
+
"detail": "The range or array to filter."
|
|
5648
5622
|
},
|
|
5649
|
-
"
|
|
5650
|
-
"name": "
|
|
5651
|
-
"detail": "
|
|
5623
|
+
"include": {
|
|
5624
|
+
"name": "include",
|
|
5625
|
+
"detail": "An array of Boolean values where TRUE indicates that a row or column is to be retained."
|
|
5626
|
+
},
|
|
5627
|
+
"ifEmpty": {
|
|
5628
|
+
"name": "if_empty",
|
|
5629
|
+
"detail": "If no items are reserved, return."
|
|
5652
5630
|
}
|
|
5653
5631
|
}
|
|
5654
5632
|
},
|
|
@@ -5730,13 +5708,13 @@
|
|
|
5730
5708
|
}
|
|
5731
5709
|
],
|
|
5732
5710
|
"functionParameter": {
|
|
5733
|
-
"
|
|
5734
|
-
"name": "
|
|
5735
|
-
"detail": "
|
|
5711
|
+
"array1": {
|
|
5712
|
+
"name": "array",
|
|
5713
|
+
"detail": "The arrays to append."
|
|
5736
5714
|
},
|
|
5737
|
-
"
|
|
5738
|
-
"name": "
|
|
5739
|
-
"detail": "
|
|
5715
|
+
"array2": {
|
|
5716
|
+
"name": "array",
|
|
5717
|
+
"detail": "The arrays to append."
|
|
5740
5718
|
}
|
|
5741
5719
|
}
|
|
5742
5720
|
},
|
|
@@ -5970,13 +5948,21 @@
|
|
|
5970
5948
|
}
|
|
5971
5949
|
],
|
|
5972
5950
|
"functionParameter": {
|
|
5973
|
-
"
|
|
5974
|
-
"name": "
|
|
5975
|
-
"detail": "
|
|
5951
|
+
"array": {
|
|
5952
|
+
"name": "array",
|
|
5953
|
+
"detail": "The range or array to be sorted."
|
|
5976
5954
|
},
|
|
5977
|
-
"
|
|
5978
|
-
"name": "
|
|
5979
|
-
"detail": "
|
|
5955
|
+
"sortIndex": {
|
|
5956
|
+
"name": "sort_index",
|
|
5957
|
+
"detail": "A number indicating the sort order (by row or by column)."
|
|
5958
|
+
},
|
|
5959
|
+
"sortOrder": {
|
|
5960
|
+
"name": "sort_order",
|
|
5961
|
+
"detail": "A number representing the desired sort order; 1 for ascending (default), -1 for descending."
|
|
5962
|
+
},
|
|
5963
|
+
"byCol": {
|
|
5964
|
+
"name": "by_col",
|
|
5965
|
+
"detail": "Logical value indicating the desired sort direction; FALSE sorts by rows (default), TRUE sorts by columns."
|
|
5980
5966
|
}
|
|
5981
5967
|
}
|
|
5982
5968
|
},
|
|
@@ -5990,13 +5976,25 @@
|
|
|
5990
5976
|
}
|
|
5991
5977
|
],
|
|
5992
5978
|
"functionParameter": {
|
|
5993
|
-
"
|
|
5994
|
-
"name": "
|
|
5995
|
-
"detail": "
|
|
5979
|
+
"array": {
|
|
5980
|
+
"name": "array",
|
|
5981
|
+
"detail": "The range or array to be sorted."
|
|
5996
5982
|
},
|
|
5997
|
-
"
|
|
5998
|
-
"name": "
|
|
5999
|
-
"detail": "
|
|
5983
|
+
"byArray1": {
|
|
5984
|
+
"name": "by_array1",
|
|
5985
|
+
"detail": "The range or array to sort based on."
|
|
5986
|
+
},
|
|
5987
|
+
"sortOrder1": {
|
|
5988
|
+
"name": "sort_order1",
|
|
5989
|
+
"detail": "A number representing the desired sort order; 1 for ascending (default), -1 for descending."
|
|
5990
|
+
},
|
|
5991
|
+
"byArray2": {
|
|
5992
|
+
"name": "by_array2",
|
|
5993
|
+
"detail": "The range or array to sort based on."
|
|
5994
|
+
},
|
|
5995
|
+
"sortOrder2": {
|
|
5996
|
+
"name": "sort_order2",
|
|
5997
|
+
"detail": "A number representing the desired sort order; 1 for ascending (default), -1 for descending."
|
|
6000
5998
|
}
|
|
6001
5999
|
}
|
|
6002
6000
|
},
|
|
@@ -6070,13 +6068,9 @@
|
|
|
6070
6068
|
}
|
|
6071
6069
|
],
|
|
6072
6070
|
"functionParameter": {
|
|
6073
|
-
"
|
|
6074
|
-
"name": "
|
|
6075
|
-
"detail": "
|
|
6076
|
-
},
|
|
6077
|
-
"number2": {
|
|
6078
|
-
"name": "number2",
|
|
6079
|
-
"detail": "second"
|
|
6071
|
+
"array": {
|
|
6072
|
+
"name": "array",
|
|
6073
|
+
"detail": "A range of cells or an array in a worksheet."
|
|
6080
6074
|
}
|
|
6081
6075
|
}
|
|
6082
6076
|
},
|
|
@@ -6090,13 +6084,17 @@
|
|
|
6090
6084
|
}
|
|
6091
6085
|
],
|
|
6092
6086
|
"functionParameter": {
|
|
6093
|
-
"
|
|
6094
|
-
"name": "
|
|
6095
|
-
"detail": "
|
|
6087
|
+
"array": {
|
|
6088
|
+
"name": "array",
|
|
6089
|
+
"detail": "The range or array from which unique rows or columns are returned."
|
|
6096
6090
|
},
|
|
6097
|
-
"
|
|
6098
|
-
"name": "
|
|
6099
|
-
"detail": "
|
|
6091
|
+
"byCol": {
|
|
6092
|
+
"name": "by_col",
|
|
6093
|
+
"detail": "Is a logical value: compares rows to each other and returns unique values = FALSE, or is omitted; compares columns to each other and returns unique values = TRUE."
|
|
6094
|
+
},
|
|
6095
|
+
"exactlyOnce": {
|
|
6096
|
+
"name": "exactly_once",
|
|
6097
|
+
"detail": "Is a logical value: returns rows or columns from the array that appear only once = TRUE; returns all distinct rows or columns from the array = FALSE, or has been omitted."
|
|
6100
6098
|
}
|
|
6101
6099
|
}
|
|
6102
6100
|
},
|
|
@@ -6138,13 +6136,13 @@
|
|
|
6138
6136
|
}
|
|
6139
6137
|
],
|
|
6140
6138
|
"functionParameter": {
|
|
6141
|
-
"
|
|
6142
|
-
"name": "
|
|
6143
|
-
"detail": "
|
|
6139
|
+
"array1": {
|
|
6140
|
+
"name": "array",
|
|
6141
|
+
"detail": "The arrays to append."
|
|
6144
6142
|
},
|
|
6145
|
-
"
|
|
6146
|
-
"name": "
|
|
6147
|
-
"detail": "
|
|
6143
|
+
"array2": {
|
|
6144
|
+
"name": "array",
|
|
6145
|
+
"detail": "The arrays to append."
|
|
6148
6146
|
}
|
|
6149
6147
|
}
|
|
6150
6148
|
},
|
|
@@ -7010,13 +7008,13 @@
|
|
|
7010
7008
|
}
|
|
7011
7009
|
],
|
|
7012
7010
|
"functionParameter": {
|
|
7013
|
-
"
|
|
7014
|
-
"name": "
|
|
7015
|
-
"detail": "
|
|
7011
|
+
"text": {
|
|
7012
|
+
"name": "text",
|
|
7013
|
+
"detail": "The text you want to repeat."
|
|
7016
7014
|
},
|
|
7017
|
-
"
|
|
7018
|
-
"name": "
|
|
7019
|
-
"detail": "
|
|
7015
|
+
"numberTimes": {
|
|
7016
|
+
"name": "numberTimes",
|
|
7017
|
+
"detail": "A positive number specifying the number of times to repeat text."
|
|
7020
7018
|
}
|
|
7021
7019
|
}
|
|
7022
7020
|
},
|
|
@@ -7170,13 +7168,29 @@
|
|
|
7170
7168
|
}
|
|
7171
7169
|
],
|
|
7172
7170
|
"functionParameter": {
|
|
7173
|
-
"
|
|
7174
|
-
"name": "
|
|
7175
|
-
"detail": "
|
|
7171
|
+
"text": {
|
|
7172
|
+
"name": "text",
|
|
7173
|
+
"detail": "The text you are searching within. Wildcard characters not allowed."
|
|
7176
7174
|
},
|
|
7177
|
-
"
|
|
7178
|
-
"name": "
|
|
7179
|
-
"detail": "
|
|
7175
|
+
"delimiter": {
|
|
7176
|
+
"name": "delimiter",
|
|
7177
|
+
"detail": "The text that marks the point after which you want to extract."
|
|
7178
|
+
},
|
|
7179
|
+
"instanceNum": {
|
|
7180
|
+
"name": "instance_num",
|
|
7181
|
+
"detail": "The instance of the delimiter after which you want to extract the text."
|
|
7182
|
+
},
|
|
7183
|
+
"matchMode": {
|
|
7184
|
+
"name": "match_mode",
|
|
7185
|
+
"detail": "Determines whether the text search is case-sensitive. The default is case-sensitive."
|
|
7186
|
+
},
|
|
7187
|
+
"matchEnd": {
|
|
7188
|
+
"name": "match_end",
|
|
7189
|
+
"detail": "Treats the end of text as a delimiter. By default, the text is an exact match."
|
|
7190
|
+
},
|
|
7191
|
+
"ifNotFound": {
|
|
7192
|
+
"name": "if_not_found",
|
|
7193
|
+
"detail": "Value returned if no match is found. By default, #N/A is returned."
|
|
7180
7194
|
}
|
|
7181
7195
|
}
|
|
7182
7196
|
},
|
|
@@ -7190,13 +7204,29 @@
|
|
|
7190
7204
|
}
|
|
7191
7205
|
],
|
|
7192
7206
|
"functionParameter": {
|
|
7193
|
-
"
|
|
7194
|
-
"name": "
|
|
7195
|
-
"detail": "
|
|
7207
|
+
"text": {
|
|
7208
|
+
"name": "text",
|
|
7209
|
+
"detail": "The text you are searching within. Wildcard characters not allowed."
|
|
7196
7210
|
},
|
|
7197
|
-
"
|
|
7198
|
-
"name": "
|
|
7199
|
-
"detail": "
|
|
7211
|
+
"delimiter": {
|
|
7212
|
+
"name": "delimiter",
|
|
7213
|
+
"detail": "The text that marks the point after which you want to extract."
|
|
7214
|
+
},
|
|
7215
|
+
"instanceNum": {
|
|
7216
|
+
"name": "instance_num",
|
|
7217
|
+
"detail": "The instance of the delimiter after which you want to extract the text."
|
|
7218
|
+
},
|
|
7219
|
+
"matchMode": {
|
|
7220
|
+
"name": "match_mode",
|
|
7221
|
+
"detail": "Determines whether the text search is case-sensitive. The default is case-sensitive."
|
|
7222
|
+
},
|
|
7223
|
+
"matchEnd": {
|
|
7224
|
+
"name": "match_end",
|
|
7225
|
+
"detail": "Treats the end of text as a delimiter. By default, the text is an exact match."
|
|
7226
|
+
},
|
|
7227
|
+
"ifNotFound": {
|
|
7228
|
+
"name": "if_not_found",
|
|
7229
|
+
"detail": "Value returned if no match is found. By default, #N/A is returned."
|
|
7200
7230
|
}
|
|
7201
7231
|
}
|
|
7202
7232
|
},
|
|
@@ -7230,13 +7260,29 @@
|
|
|
7230
7260
|
}
|
|
7231
7261
|
],
|
|
7232
7262
|
"functionParameter": {
|
|
7233
|
-
"
|
|
7234
|
-
"name": "
|
|
7235
|
-
"detail": "
|
|
7263
|
+
"text": {
|
|
7264
|
+
"name": "text",
|
|
7265
|
+
"detail": "The text to split."
|
|
7236
7266
|
},
|
|
7237
|
-
"
|
|
7238
|
-
"name": "
|
|
7239
|
-
"detail": "
|
|
7267
|
+
"colDelimiter": {
|
|
7268
|
+
"name": "col_delimiter",
|
|
7269
|
+
"detail": "The character or string by which to split the column."
|
|
7270
|
+
},
|
|
7271
|
+
"rowDelimiter": {
|
|
7272
|
+
"name": "row_delimiter",
|
|
7273
|
+
"detail": "The character or string on which to split the line."
|
|
7274
|
+
},
|
|
7275
|
+
"ignoreEmpty": {
|
|
7276
|
+
"name": "ignore_empty",
|
|
7277
|
+
"detail": "Whether to ignore empty cells. The default is FALSE."
|
|
7278
|
+
},
|
|
7279
|
+
"matchMode": {
|
|
7280
|
+
"name": "match_mode",
|
|
7281
|
+
"detail": "Searches for a delimiter match in the text. By default, a case-sensitive match is done."
|
|
7282
|
+
},
|
|
7283
|
+
"padWith": {
|
|
7284
|
+
"name": "pad_with",
|
|
7285
|
+
"detail": "The value to use for padding. By default, #N/A is used."
|
|
7240
7286
|
}
|
|
7241
7287
|
}
|
|
7242
7288
|
},
|
|
@@ -7798,13 +7844,13 @@
|
|
|
7798
7844
|
}
|
|
7799
7845
|
],
|
|
7800
7846
|
"functionParameter": {
|
|
7801
|
-
"
|
|
7802
|
-
"name": "
|
|
7803
|
-
"detail": "
|
|
7847
|
+
"infoType": {
|
|
7848
|
+
"name": "info_type",
|
|
7849
|
+
"detail": "A text value that specifies what type of cell information you want to return."
|
|
7804
7850
|
},
|
|
7805
|
-
"
|
|
7806
|
-
"name": "
|
|
7807
|
-
"detail": "
|
|
7851
|
+
"reference": {
|
|
7852
|
+
"name": "reference",
|
|
7853
|
+
"detail": "The cell that you want information about."
|
|
7808
7854
|
}
|
|
7809
7855
|
}
|
|
7810
7856
|
},
|
|
@@ -7818,13 +7864,9 @@
|
|
|
7818
7864
|
}
|
|
7819
7865
|
],
|
|
7820
7866
|
"functionParameter": {
|
|
7821
|
-
"
|
|
7822
|
-
"name": "
|
|
7823
|
-
"detail": "
|
|
7824
|
-
},
|
|
7825
|
-
"number2": {
|
|
7826
|
-
"name": "number2",
|
|
7827
|
-
"detail": "second"
|
|
7867
|
+
"errorVal": {
|
|
7868
|
+
"name": "error_val",
|
|
7869
|
+
"detail": "The error value whose identifying number you want to find."
|
|
7828
7870
|
}
|
|
7829
7871
|
}
|
|
7830
7872
|
},
|
|
@@ -8154,13 +8196,9 @@
|
|
|
8154
8196
|
}
|
|
8155
8197
|
],
|
|
8156
8198
|
"functionParameter": {
|
|
8157
|
-
"
|
|
8158
|
-
"name": "
|
|
8159
|
-
"detail": "
|
|
8160
|
-
},
|
|
8161
|
-
"number2": {
|
|
8162
|
-
"name": "number2",
|
|
8163
|
-
"detail": "second"
|
|
8199
|
+
"value": {
|
|
8200
|
+
"name": "value",
|
|
8201
|
+
"detail": "Can be any value, such as a number, text, logical value, and so on."
|
|
8164
8202
|
}
|
|
8165
8203
|
}
|
|
8166
8204
|
},
|