@univerjs/sheets-formula 0.2.4-alpha.0 → 0.2.5
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 +532 -597
- package/lib/index.css +1 -1
- package/lib/locale/en-US.json +222 -264
- package/lib/locale/ru-RU.json +222 -264
- package/lib/locale/vi-VN.json +171 -221
- package/lib/locale/zh-CN.json +226 -268
- package/lib/locale/zh-TW.json +238 -280
- package/lib/types/controllers/prompt.controller.d.ts +3 -0
- package/lib/types/locale/en-US.d.ts +96 -138
- 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/math/en-US.d.ts +67 -109
- package/lib/types/locale/function-list/math/ja-JP.d.ts +67 -109
- package/lib/types/locale/function-list/math/zh-CN.d.ts +67 -109
- package/lib/types/locale/function-list/math/zh-TW.d.ts +69 -111
- package/lib/types/locale/ru-RU.d.ts +96 -138
- package/lib/types/locale/vi-VN.d.ts +71 -121
- package/lib/types/locale/zh-CN.d.ts +96 -138
- package/lib/types/locale/zh-TW.d.ts +100 -142
- package/lib/umd/index.js +4 -4
- package/package.json +22 -22
package/lib/locale/vi-VN.json
CHANGED
|
@@ -1691,13 +1691,13 @@
|
|
|
1691
1691
|
}
|
|
1692
1692
|
],
|
|
1693
1693
|
"functionParameter": {
|
|
1694
|
-
"
|
|
1695
|
-
"name": "
|
|
1696
|
-
"detail": "
|
|
1694
|
+
"number": {
|
|
1695
|
+
"name": "number",
|
|
1696
|
+
"detail": "The value you want to round."
|
|
1697
1697
|
},
|
|
1698
|
-
"
|
|
1699
|
-
"name": "
|
|
1700
|
-
"detail": "
|
|
1698
|
+
"significance": {
|
|
1699
|
+
"name": "significance",
|
|
1700
|
+
"detail": "The multiple to which you want to round."
|
|
1701
1701
|
}
|
|
1702
1702
|
}
|
|
1703
1703
|
},
|
|
@@ -1711,13 +1711,17 @@
|
|
|
1711
1711
|
}
|
|
1712
1712
|
],
|
|
1713
1713
|
"functionParameter": {
|
|
1714
|
-
"
|
|
1715
|
-
"name": "
|
|
1716
|
-
"detail": "
|
|
1714
|
+
"number": {
|
|
1715
|
+
"name": "number",
|
|
1716
|
+
"detail": "The value you want to round."
|
|
1717
1717
|
},
|
|
1718
|
-
"
|
|
1719
|
-
"name": "
|
|
1720
|
-
"detail": "
|
|
1718
|
+
"significance": {
|
|
1719
|
+
"name": "significance",
|
|
1720
|
+
"detail": "The multiple to which you want to round."
|
|
1721
|
+
},
|
|
1722
|
+
"mode": {
|
|
1723
|
+
"name": "mode",
|
|
1724
|
+
"detail": "For negative numbers, controls whether Number is rounded toward or away from zero."
|
|
1721
1725
|
}
|
|
1722
1726
|
}
|
|
1723
1727
|
},
|
|
@@ -1731,13 +1735,13 @@
|
|
|
1731
1735
|
}
|
|
1732
1736
|
],
|
|
1733
1737
|
"functionParameter": {
|
|
1734
|
-
"
|
|
1735
|
-
"name": "
|
|
1736
|
-
"detail": "
|
|
1738
|
+
"number": {
|
|
1739
|
+
"name": "number",
|
|
1740
|
+
"detail": "The value you want to round."
|
|
1737
1741
|
},
|
|
1738
|
-
"
|
|
1739
|
-
"name": "
|
|
1740
|
-
"detail": "
|
|
1742
|
+
"significance": {
|
|
1743
|
+
"name": "significance",
|
|
1744
|
+
"detail": "The multiple to which you want to round."
|
|
1741
1745
|
}
|
|
1742
1746
|
}
|
|
1743
1747
|
},
|
|
@@ -1887,13 +1891,13 @@
|
|
|
1887
1891
|
}
|
|
1888
1892
|
],
|
|
1889
1893
|
"functionParameter": {
|
|
1890
|
-
"
|
|
1891
|
-
"name": "
|
|
1892
|
-
"detail": "
|
|
1894
|
+
"text": {
|
|
1895
|
+
"name": "text",
|
|
1896
|
+
"detail": "The string length of Text must be less than or equal to 255 characters."
|
|
1893
1897
|
},
|
|
1894
|
-
"
|
|
1895
|
-
"name": "
|
|
1896
|
-
"detail": "
|
|
1898
|
+
"radix": {
|
|
1899
|
+
"name": "radix",
|
|
1900
|
+
"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."
|
|
1897
1901
|
}
|
|
1898
1902
|
}
|
|
1899
1903
|
},
|
|
@@ -1907,13 +1911,9 @@
|
|
|
1907
1911
|
}
|
|
1908
1912
|
],
|
|
1909
1913
|
"functionParameter": {
|
|
1910
|
-
"
|
|
1911
|
-
"name": "
|
|
1912
|
-
"detail": "
|
|
1913
|
-
},
|
|
1914
|
-
"number2": {
|
|
1915
|
-
"name": "number2",
|
|
1916
|
-
"detail": "second"
|
|
1914
|
+
"angle": {
|
|
1915
|
+
"name": "angle",
|
|
1916
|
+
"detail": "The angle in radians that you want to convert."
|
|
1917
1917
|
}
|
|
1918
1918
|
}
|
|
1919
1919
|
},
|
|
@@ -1927,13 +1927,9 @@
|
|
|
1927
1927
|
}
|
|
1928
1928
|
],
|
|
1929
1929
|
"functionParameter": {
|
|
1930
|
-
"
|
|
1931
|
-
"name": "
|
|
1932
|
-
"detail": "
|
|
1933
|
-
},
|
|
1934
|
-
"number2": {
|
|
1935
|
-
"name": "number2",
|
|
1936
|
-
"detail": "second"
|
|
1930
|
+
"number": {
|
|
1931
|
+
"name": "number",
|
|
1932
|
+
"detail": "The value to round."
|
|
1937
1933
|
}
|
|
1938
1934
|
}
|
|
1939
1935
|
},
|
|
@@ -1947,13 +1943,9 @@
|
|
|
1947
1943
|
}
|
|
1948
1944
|
],
|
|
1949
1945
|
"functionParameter": {
|
|
1950
|
-
"
|
|
1951
|
-
"name": "
|
|
1952
|
-
"detail": "
|
|
1953
|
-
},
|
|
1954
|
-
"number2": {
|
|
1955
|
-
"name": "number2",
|
|
1956
|
-
"detail": "second"
|
|
1946
|
+
"number": {
|
|
1947
|
+
"name": "number",
|
|
1948
|
+
"detail": "The exponent applied to the base e."
|
|
1957
1949
|
}
|
|
1958
1950
|
}
|
|
1959
1951
|
},
|
|
@@ -2007,13 +1999,13 @@
|
|
|
2007
1999
|
}
|
|
2008
2000
|
],
|
|
2009
2001
|
"functionParameter": {
|
|
2010
|
-
"
|
|
2011
|
-
"name": "
|
|
2012
|
-
"detail": "
|
|
2002
|
+
"number": {
|
|
2003
|
+
"name": "number",
|
|
2004
|
+
"detail": "The value you want to round."
|
|
2013
2005
|
},
|
|
2014
|
-
"
|
|
2015
|
-
"name": "
|
|
2016
|
-
"detail": "
|
|
2006
|
+
"significance": {
|
|
2007
|
+
"name": "significance",
|
|
2008
|
+
"detail": "The multiple to which you want to round."
|
|
2017
2009
|
}
|
|
2018
2010
|
}
|
|
2019
2011
|
},
|
|
@@ -2027,13 +2019,17 @@
|
|
|
2027
2019
|
}
|
|
2028
2020
|
],
|
|
2029
2021
|
"functionParameter": {
|
|
2030
|
-
"
|
|
2031
|
-
"name": "
|
|
2032
|
-
"detail": "
|
|
2022
|
+
"number": {
|
|
2023
|
+
"name": "number",
|
|
2024
|
+
"detail": "The value you want to round."
|
|
2033
2025
|
},
|
|
2034
|
-
"
|
|
2035
|
-
"name": "
|
|
2036
|
-
"detail": "
|
|
2026
|
+
"significance": {
|
|
2027
|
+
"name": "significance",
|
|
2028
|
+
"detail": "The multiple to which you want to round."
|
|
2029
|
+
},
|
|
2030
|
+
"mode": {
|
|
2031
|
+
"name": "mode",
|
|
2032
|
+
"detail": "For negative numbers, controls whether Number is rounded toward or away from zero."
|
|
2037
2033
|
}
|
|
2038
2034
|
}
|
|
2039
2035
|
},
|
|
@@ -2047,13 +2043,13 @@
|
|
|
2047
2043
|
}
|
|
2048
2044
|
],
|
|
2049
2045
|
"functionParameter": {
|
|
2050
|
-
"
|
|
2051
|
-
"name": "
|
|
2052
|
-
"detail": "
|
|
2046
|
+
"number": {
|
|
2047
|
+
"name": "number",
|
|
2048
|
+
"detail": "The value you want to round."
|
|
2053
2049
|
},
|
|
2054
|
-
"
|
|
2055
|
-
"name": "
|
|
2056
|
-
"detail": "
|
|
2050
|
+
"significance": {
|
|
2051
|
+
"name": "significance",
|
|
2052
|
+
"detail": "The multiple to which you want to round."
|
|
2057
2053
|
}
|
|
2058
2054
|
}
|
|
2059
2055
|
},
|
|
@@ -2167,13 +2163,9 @@
|
|
|
2167
2163
|
}
|
|
2168
2164
|
],
|
|
2169
2165
|
"functionParameter": {
|
|
2170
|
-
"
|
|
2171
|
-
"name": "
|
|
2172
|
-
"detail": "
|
|
2173
|
-
},
|
|
2174
|
-
"number2": {
|
|
2175
|
-
"name": "number2",
|
|
2176
|
-
"detail": "second"
|
|
2166
|
+
"number": {
|
|
2167
|
+
"name": "number",
|
|
2168
|
+
"detail": "The positive real number for which you want the natural logarithm."
|
|
2177
2169
|
}
|
|
2178
2170
|
}
|
|
2179
2171
|
},
|
|
@@ -2187,13 +2179,13 @@
|
|
|
2187
2179
|
}
|
|
2188
2180
|
],
|
|
2189
2181
|
"functionParameter": {
|
|
2190
|
-
"
|
|
2191
|
-
"name": "
|
|
2192
|
-
"detail": "
|
|
2182
|
+
"number": {
|
|
2183
|
+
"name": "number",
|
|
2184
|
+
"detail": "The positive real number for which you want the logarithm."
|
|
2193
2185
|
},
|
|
2194
|
-
"
|
|
2195
|
-
"name": "
|
|
2196
|
-
"detail": "
|
|
2186
|
+
"base": {
|
|
2187
|
+
"name": "base",
|
|
2188
|
+
"detail": "The base of the logarithm. If base is omitted, it is assumed to be 10."
|
|
2197
2189
|
}
|
|
2198
2190
|
}
|
|
2199
2191
|
},
|
|
@@ -2207,13 +2199,9 @@
|
|
|
2207
2199
|
}
|
|
2208
2200
|
],
|
|
2209
2201
|
"functionParameter": {
|
|
2210
|
-
"
|
|
2211
|
-
"name": "
|
|
2212
|
-
"detail": "
|
|
2213
|
-
},
|
|
2214
|
-
"number2": {
|
|
2215
|
-
"name": "number2",
|
|
2216
|
-
"detail": "second"
|
|
2202
|
+
"number": {
|
|
2203
|
+
"name": "number",
|
|
2204
|
+
"detail": "The positive real number for which you want the base-10 logarithm."
|
|
2217
2205
|
}
|
|
2218
2206
|
}
|
|
2219
2207
|
},
|
|
@@ -2307,13 +2295,13 @@
|
|
|
2307
2295
|
}
|
|
2308
2296
|
],
|
|
2309
2297
|
"functionParameter": {
|
|
2310
|
-
"
|
|
2311
|
-
"name": "
|
|
2312
|
-
"detail": "
|
|
2298
|
+
"number": {
|
|
2299
|
+
"name": "number",
|
|
2300
|
+
"detail": "The value to round."
|
|
2313
2301
|
},
|
|
2314
|
-
"
|
|
2315
|
-
"name": "
|
|
2316
|
-
"detail": "
|
|
2302
|
+
"multiple": {
|
|
2303
|
+
"name": "multiple",
|
|
2304
|
+
"detail": "The multiple to which you want to round number."
|
|
2317
2305
|
}
|
|
2318
2306
|
}
|
|
2319
2307
|
},
|
|
@@ -2367,13 +2355,9 @@
|
|
|
2367
2355
|
}
|
|
2368
2356
|
],
|
|
2369
2357
|
"functionParameter": {
|
|
2370
|
-
"
|
|
2371
|
-
"name": "
|
|
2372
|
-
"detail": "
|
|
2373
|
-
},
|
|
2374
|
-
"number2": {
|
|
2375
|
-
"name": "number2",
|
|
2376
|
-
"detail": "second"
|
|
2358
|
+
"number": {
|
|
2359
|
+
"name": "number",
|
|
2360
|
+
"detail": "The value to round."
|
|
2377
2361
|
}
|
|
2378
2362
|
}
|
|
2379
2363
|
},
|
|
@@ -2386,16 +2370,7 @@
|
|
|
2386
2370
|
"url": "https://support.microsoft.com/en-us/office/pi-function-264199d0-a3ba-46b8-975a-c4a04608989b"
|
|
2387
2371
|
}
|
|
2388
2372
|
],
|
|
2389
|
-
"functionParameter": {
|
|
2390
|
-
"number1": {
|
|
2391
|
-
"name": "number1",
|
|
2392
|
-
"detail": "first"
|
|
2393
|
-
},
|
|
2394
|
-
"number2": {
|
|
2395
|
-
"name": "number2",
|
|
2396
|
-
"detail": "second"
|
|
2397
|
-
}
|
|
2398
|
-
}
|
|
2373
|
+
"functionParameter": {}
|
|
2399
2374
|
},
|
|
2400
2375
|
"POWER": {
|
|
2401
2376
|
"description": "Returns the result of a number raised to a power.",
|
|
@@ -2467,13 +2442,9 @@
|
|
|
2467
2442
|
}
|
|
2468
2443
|
],
|
|
2469
2444
|
"functionParameter": {
|
|
2470
|
-
"
|
|
2471
|
-
"name": "
|
|
2472
|
-
"detail": "
|
|
2473
|
-
},
|
|
2474
|
-
"number2": {
|
|
2475
|
-
"name": "number2",
|
|
2476
|
-
"detail": "second"
|
|
2445
|
+
"angle": {
|
|
2446
|
+
"name": "angle",
|
|
2447
|
+
"detail": "An angle in degrees that you want to convert."
|
|
2477
2448
|
}
|
|
2478
2449
|
}
|
|
2479
2450
|
},
|
|
@@ -2486,16 +2457,7 @@
|
|
|
2486
2457
|
"url": "https://support.microsoft.com/en-us/office/rand-function-4cbfa695-8869-4788-8d90-021ea9f5be73"
|
|
2487
2458
|
}
|
|
2488
2459
|
],
|
|
2489
|
-
"functionParameter": {
|
|
2490
|
-
"number1": {
|
|
2491
|
-
"name": "number1",
|
|
2492
|
-
"detail": "first"
|
|
2493
|
-
},
|
|
2494
|
-
"number2": {
|
|
2495
|
-
"name": "number2",
|
|
2496
|
-
"detail": "second"
|
|
2497
|
-
}
|
|
2498
|
-
}
|
|
2460
|
+
"functionParameter": {}
|
|
2499
2461
|
},
|
|
2500
2462
|
"RANDARRAY": {
|
|
2501
2463
|
"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.",
|
|
@@ -2507,13 +2469,25 @@
|
|
|
2507
2469
|
}
|
|
2508
2470
|
],
|
|
2509
2471
|
"functionParameter": {
|
|
2510
|
-
"
|
|
2511
|
-
"name": "
|
|
2512
|
-
"detail": "
|
|
2472
|
+
"rows": {
|
|
2473
|
+
"name": "rows",
|
|
2474
|
+
"detail": "The number of rows to be returned"
|
|
2513
2475
|
},
|
|
2514
|
-
"
|
|
2515
|
-
"name": "
|
|
2516
|
-
"detail": "
|
|
2476
|
+
"columns": {
|
|
2477
|
+
"name": "columns",
|
|
2478
|
+
"detail": "The number of columns to be returned"
|
|
2479
|
+
},
|
|
2480
|
+
"min": {
|
|
2481
|
+
"name": "min",
|
|
2482
|
+
"detail": "The minimum number you would like returned"
|
|
2483
|
+
},
|
|
2484
|
+
"max": {
|
|
2485
|
+
"name": "max",
|
|
2486
|
+
"detail": "The maximum number you would like returned"
|
|
2487
|
+
},
|
|
2488
|
+
"wholeNumber": {
|
|
2489
|
+
"name": "whole_number",
|
|
2490
|
+
"detail": "Return a whole number or a decimal value"
|
|
2517
2491
|
}
|
|
2518
2492
|
}
|
|
2519
2493
|
},
|
|
@@ -2527,13 +2501,13 @@
|
|
|
2527
2501
|
}
|
|
2528
2502
|
],
|
|
2529
2503
|
"functionParameter": {
|
|
2530
|
-
"
|
|
2531
|
-
"name": "
|
|
2532
|
-
"detail": "
|
|
2504
|
+
"bottom": {
|
|
2505
|
+
"name": "bottom",
|
|
2506
|
+
"detail": "The smallest integer RANDBETWEEN will return."
|
|
2533
2507
|
},
|
|
2534
|
-
"
|
|
2535
|
-
"name": "
|
|
2536
|
-
"detail": "
|
|
2508
|
+
"top": {
|
|
2509
|
+
"name": "top",
|
|
2510
|
+
"detail": "The largest integer RANDBETWEEN will return."
|
|
2537
2511
|
}
|
|
2538
2512
|
}
|
|
2539
2513
|
},
|
|
@@ -2567,13 +2541,13 @@
|
|
|
2567
2541
|
}
|
|
2568
2542
|
],
|
|
2569
2543
|
"functionParameter": {
|
|
2570
|
-
"
|
|
2571
|
-
"name": "
|
|
2572
|
-
"detail": "
|
|
2544
|
+
"number": {
|
|
2545
|
+
"name": "number",
|
|
2546
|
+
"detail": "The number that you want to round."
|
|
2573
2547
|
},
|
|
2574
|
-
"
|
|
2575
|
-
"name": "
|
|
2576
|
-
"detail": "
|
|
2548
|
+
"numDigits": {
|
|
2549
|
+
"name": "num_digits",
|
|
2550
|
+
"detail": "The number of digits to which you want to round the number argument."
|
|
2577
2551
|
}
|
|
2578
2552
|
}
|
|
2579
2553
|
},
|
|
@@ -2587,13 +2561,13 @@
|
|
|
2587
2561
|
}
|
|
2588
2562
|
],
|
|
2589
2563
|
"functionParameter": {
|
|
2590
|
-
"
|
|
2591
|
-
"name": "
|
|
2592
|
-
"detail": "
|
|
2564
|
+
"number": {
|
|
2565
|
+
"name": "number",
|
|
2566
|
+
"detail": "The number that you want to round."
|
|
2593
2567
|
},
|
|
2594
|
-
"
|
|
2595
|
-
"name": "
|
|
2596
|
-
"detail": "
|
|
2568
|
+
"numDigits": {
|
|
2569
|
+
"name": "num_digits",
|
|
2570
|
+
"detail": "The number of digits to which you want to round the number argument."
|
|
2597
2571
|
}
|
|
2598
2572
|
}
|
|
2599
2573
|
},
|
|
@@ -2607,13 +2581,13 @@
|
|
|
2607
2581
|
}
|
|
2608
2582
|
],
|
|
2609
2583
|
"functionParameter": {
|
|
2610
|
-
"
|
|
2611
|
-
"name": "
|
|
2612
|
-
"detail": "
|
|
2584
|
+
"number": {
|
|
2585
|
+
"name": "number",
|
|
2586
|
+
"detail": "The number that you want to round."
|
|
2613
2587
|
},
|
|
2614
|
-
"
|
|
2615
|
-
"name": "
|
|
2616
|
-
"detail": "
|
|
2588
|
+
"numDigits": {
|
|
2589
|
+
"name": "num_digits",
|
|
2590
|
+
"detail": "The number of digits to which you want to round the number argument."
|
|
2617
2591
|
}
|
|
2618
2592
|
}
|
|
2619
2593
|
},
|
|
@@ -2627,13 +2601,9 @@
|
|
|
2627
2601
|
}
|
|
2628
2602
|
],
|
|
2629
2603
|
"functionParameter": {
|
|
2630
|
-
"
|
|
2631
|
-
"name": "
|
|
2632
|
-
"detail": "
|
|
2633
|
-
},
|
|
2634
|
-
"number2": {
|
|
2635
|
-
"name": "number2",
|
|
2636
|
-
"detail": "second"
|
|
2604
|
+
"number": {
|
|
2605
|
+
"name": "number",
|
|
2606
|
+
"detail": "Number is the angle in radians for which you want the secant."
|
|
2637
2607
|
}
|
|
2638
2608
|
}
|
|
2639
2609
|
},
|
|
@@ -2647,13 +2617,9 @@
|
|
|
2647
2617
|
}
|
|
2648
2618
|
],
|
|
2649
2619
|
"functionParameter": {
|
|
2650
|
-
"
|
|
2651
|
-
"name": "
|
|
2652
|
-
"detail": "
|
|
2653
|
-
},
|
|
2654
|
-
"number2": {
|
|
2655
|
-
"name": "number2",
|
|
2656
|
-
"detail": "second"
|
|
2620
|
+
"number": {
|
|
2621
|
+
"name": "number",
|
|
2622
|
+
"detail": "Number is the angle in radians for which you want the hyperbolic secant."
|
|
2657
2623
|
}
|
|
2658
2624
|
}
|
|
2659
2625
|
},
|
|
@@ -2759,13 +2725,9 @@
|
|
|
2759
2725
|
}
|
|
2760
2726
|
],
|
|
2761
2727
|
"functionParameter": {
|
|
2762
|
-
"
|
|
2763
|
-
"name": "
|
|
2764
|
-
"detail": "
|
|
2765
|
-
},
|
|
2766
|
-
"number2": {
|
|
2767
|
-
"name": "number2",
|
|
2768
|
-
"detail": "second"
|
|
2728
|
+
"number": {
|
|
2729
|
+
"name": "number",
|
|
2730
|
+
"detail": "The number for which you want the square root."
|
|
2769
2731
|
}
|
|
2770
2732
|
}
|
|
2771
2733
|
},
|
|
@@ -2779,13 +2741,9 @@
|
|
|
2779
2741
|
}
|
|
2780
2742
|
],
|
|
2781
2743
|
"functionParameter": {
|
|
2782
|
-
"
|
|
2783
|
-
"name": "
|
|
2784
|
-
"detail": "
|
|
2785
|
-
},
|
|
2786
|
-
"number2": {
|
|
2787
|
-
"name": "number2",
|
|
2788
|
-
"detail": "second"
|
|
2744
|
+
"number": {
|
|
2745
|
+
"name": "number",
|
|
2746
|
+
"detail": "The number by which pi is multiplied."
|
|
2789
2747
|
}
|
|
2790
2748
|
}
|
|
2791
2749
|
},
|
|
@@ -2921,11 +2879,11 @@
|
|
|
2921
2879
|
"functionParameter": {
|
|
2922
2880
|
"number1": {
|
|
2923
2881
|
"name": "number1",
|
|
2924
|
-
"detail": "first"
|
|
2882
|
+
"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."
|
|
2925
2883
|
},
|
|
2926
2884
|
"number2": {
|
|
2927
2885
|
"name": "number2",
|
|
2928
|
-
"detail": "second"
|
|
2886
|
+
"detail": "The second number to be squared and summed. Up to 255 numbers can be specified in this way."
|
|
2929
2887
|
}
|
|
2930
2888
|
}
|
|
2931
2889
|
},
|
|
@@ -2939,13 +2897,13 @@
|
|
|
2939
2897
|
}
|
|
2940
2898
|
],
|
|
2941
2899
|
"functionParameter": {
|
|
2942
|
-
"
|
|
2943
|
-
"name": "
|
|
2944
|
-
"detail": "first"
|
|
2900
|
+
"arrayX": {
|
|
2901
|
+
"name": "array_x",
|
|
2902
|
+
"detail": "The first array or range of values."
|
|
2945
2903
|
},
|
|
2946
|
-
"
|
|
2947
|
-
"name": "
|
|
2948
|
-
"detail": "second"
|
|
2904
|
+
"arrayY": {
|
|
2905
|
+
"name": "array_y",
|
|
2906
|
+
"detail": "The second array or range of values."
|
|
2949
2907
|
}
|
|
2950
2908
|
}
|
|
2951
2909
|
},
|
|
@@ -2959,13 +2917,13 @@
|
|
|
2959
2917
|
}
|
|
2960
2918
|
],
|
|
2961
2919
|
"functionParameter": {
|
|
2962
|
-
"
|
|
2963
|
-
"name": "
|
|
2964
|
-
"detail": "first"
|
|
2920
|
+
"arrayX": {
|
|
2921
|
+
"name": "array_x",
|
|
2922
|
+
"detail": "The first array or range of values."
|
|
2965
2923
|
},
|
|
2966
|
-
"
|
|
2967
|
-
"name": "
|
|
2968
|
-
"detail": "second"
|
|
2924
|
+
"arrayY": {
|
|
2925
|
+
"name": "array_y",
|
|
2926
|
+
"detail": "The second array or range of values."
|
|
2969
2927
|
}
|
|
2970
2928
|
}
|
|
2971
2929
|
},
|
|
@@ -2979,13 +2937,13 @@
|
|
|
2979
2937
|
}
|
|
2980
2938
|
],
|
|
2981
2939
|
"functionParameter": {
|
|
2982
|
-
"
|
|
2983
|
-
"name": "
|
|
2984
|
-
"detail": "first"
|
|
2940
|
+
"arrayX": {
|
|
2941
|
+
"name": "array_x",
|
|
2942
|
+
"detail": "The first array or range of values."
|
|
2985
2943
|
},
|
|
2986
|
-
"
|
|
2987
|
-
"name": "
|
|
2988
|
-
"detail": "second"
|
|
2944
|
+
"arrayY": {
|
|
2945
|
+
"name": "array_y",
|
|
2946
|
+
"detail": "The second array or range of values."
|
|
2989
2947
|
}
|
|
2990
2948
|
}
|
|
2991
2949
|
},
|
|
@@ -4963,13 +4921,13 @@
|
|
|
4963
4921
|
}
|
|
4964
4922
|
],
|
|
4965
4923
|
"functionParameter": {
|
|
4966
|
-
"
|
|
4967
|
-
"name": "
|
|
4968
|
-
"detail": "
|
|
4924
|
+
"infoType": {
|
|
4925
|
+
"name": "info_type",
|
|
4926
|
+
"detail": "A text value that specifies what type of cell information you want to return."
|
|
4969
4927
|
},
|
|
4970
|
-
"
|
|
4971
|
-
"name": "
|
|
4972
|
-
"detail": "
|
|
4928
|
+
"reference": {
|
|
4929
|
+
"name": "reference",
|
|
4930
|
+
"detail": "The cell that you want information about."
|
|
4973
4931
|
}
|
|
4974
4932
|
}
|
|
4975
4933
|
},
|
|
@@ -4983,13 +4941,9 @@
|
|
|
4983
4941
|
}
|
|
4984
4942
|
],
|
|
4985
4943
|
"functionParameter": {
|
|
4986
|
-
"
|
|
4987
|
-
"name": "
|
|
4988
|
-
"detail": "
|
|
4989
|
-
},
|
|
4990
|
-
"number2": {
|
|
4991
|
-
"name": "number2",
|
|
4992
|
-
"detail": "second"
|
|
4944
|
+
"errorVal": {
|
|
4945
|
+
"name": "error_val",
|
|
4946
|
+
"detail": "The error value whose identifying number you want to find."
|
|
4993
4947
|
}
|
|
4994
4948
|
}
|
|
4995
4949
|
},
|
|
@@ -5319,13 +5273,9 @@
|
|
|
5319
5273
|
}
|
|
5320
5274
|
],
|
|
5321
5275
|
"functionParameter": {
|
|
5322
|
-
"
|
|
5323
|
-
"name": "
|
|
5324
|
-
"detail": "
|
|
5325
|
-
},
|
|
5326
|
-
"number2": {
|
|
5327
|
-
"name": "number2",
|
|
5328
|
-
"detail": "second"
|
|
5276
|
+
"value": {
|
|
5277
|
+
"name": "value",
|
|
5278
|
+
"detail": "Can be any value, such as a number, text, logical value, and so on."
|
|
5329
5279
|
}
|
|
5330
5280
|
}
|
|
5331
5281
|
},
|