@univerjs/sheets-formula 0.2.5 → 0.2.7

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.
Files changed (44) hide show
  1. package/lib/cjs/index.js +4 -4
  2. package/lib/es/index.js +4695 -4511
  3. package/lib/locale/en-US.json +246 -172
  4. package/lib/locale/ru-RU.json +172 -146
  5. package/lib/locale/vi-VN.json +1986 -1481
  6. package/lib/locale/zh-CN.json +287 -213
  7. package/lib/locale/zh-TW.json +371 -329
  8. package/lib/types/controllers/prompt.controller.d.ts +3 -5
  9. package/lib/types/formula-ui-plugin.d.ts +1 -1
  10. package/lib/types/index.d.ts +1 -0
  11. package/lib/types/locale/en-US.d.ts +143 -69
  12. package/lib/types/locale/function-list/date/vi-VN.d.ts +105 -26
  13. package/lib/types/locale/function-list/date/zh-TW.d.ts +32 -8
  14. package/lib/types/locale/function-list/information/ja-JP.d.ts +8 -40
  15. package/lib/types/locale/function-list/information/vi-VN.d.ts +218 -3
  16. package/lib/types/locale/function-list/logical/en-US.d.ts +31 -33
  17. package/lib/types/locale/function-list/logical/ja-JP.d.ts +31 -33
  18. package/lib/types/locale/function-list/logical/vi-VN.d.ts +31 -33
  19. package/lib/types/locale/function-list/logical/zh-CN.d.ts +31 -33
  20. package/lib/types/locale/function-list/logical/zh-TW.d.ts +31 -33
  21. package/lib/types/locale/function-list/lookup/en-US.d.ts +54 -26
  22. package/lib/types/locale/function-list/lookup/ja-JP.d.ts +54 -26
  23. package/lib/types/locale/function-list/lookup/vi-VN.d.ts +421 -9
  24. package/lib/types/locale/function-list/lookup/zh-CN.d.ts +54 -26
  25. package/lib/types/locale/function-list/lookup/zh-TW.d.ts +54 -26
  26. package/lib/types/locale/function-list/math/en-US.d.ts +2 -2
  27. package/lib/types/locale/function-list/math/ja-JP.d.ts +2 -2
  28. package/lib/types/locale/function-list/math/vi-VN.d.ts +1022 -3
  29. package/lib/types/locale/function-list/math/zh-CN.d.ts +2 -2
  30. package/lib/types/locale/function-list/math/zh-TW.d.ts +23 -79
  31. package/lib/types/locale/function-list/statistical/vi-VN.d.ts +334 -0
  32. package/lib/types/locale/function-list/text/en-US.d.ts +56 -8
  33. package/lib/types/locale/function-list/text/ja-JP.d.ts +56 -8
  34. package/lib/types/locale/function-list/text/vi-VN.d.ts +135 -1
  35. package/lib/types/locale/function-list/text/zh-CN.d.ts +56 -8
  36. package/lib/types/locale/function-list/text/zh-TW.d.ts +56 -8
  37. package/lib/types/locale/ru-RU.d.ts +87 -61
  38. package/lib/types/locale/vi-VN.d.ts +953 -482
  39. package/lib/types/locale/zh-CN.d.ts +143 -69
  40. package/lib/types/locale/zh-TW.d.ts +196 -154
  41. package/lib/types/services/prompt.service.d.ts +5 -1
  42. package/lib/types/services/render-services/ref-selections.render-service.d.ts +4 -2
  43. package/lib/umd/index.js +4 -4
  44. package/package.json +25 -25
@@ -1893,24 +1893,6 @@ declare const _default: {
1893
1893
  };
1894
1894
  };
1895
1895
  };
1896
- INFO: {
1897
- description: string;
1898
- abstract: string;
1899
- links: {
1900
- title: string;
1901
- url: string;
1902
- }[];
1903
- functionParameter: {
1904
- number1: {
1905
- name: string;
1906
- detail: string;
1907
- };
1908
- number2: {
1909
- name: string;
1910
- detail: string;
1911
- };
1912
- };
1913
- };
1914
1896
  ISBLANK: {
1915
1897
  description: string;
1916
1898
  abstract: string;
@@ -1967,24 +1949,6 @@ declare const _default: {
1967
1949
  };
1968
1950
  };
1969
1951
  };
1970
- ISFORMULA: {
1971
- description: string;
1972
- abstract: string;
1973
- links: {
1974
- title: string;
1975
- url: string;
1976
- }[];
1977
- functionParameter: {
1978
- number1: {
1979
- name: string;
1980
- detail: string;
1981
- };
1982
- number2: {
1983
- name: string;
1984
- detail: string;
1985
- };
1986
- };
1987
- };
1988
1952
  ISLOGICAL: {
1989
1953
  description: string;
1990
1954
  abstract: string;
@@ -2055,24 +2019,6 @@ declare const _default: {
2055
2019
  };
2056
2020
  };
2057
2021
  };
2058
- ISOMITTED: {
2059
- description: string;
2060
- abstract: string;
2061
- links: {
2062
- title: string;
2063
- url: string;
2064
- }[];
2065
- functionParameter: {
2066
- number1: {
2067
- name: string;
2068
- detail: string;
2069
- };
2070
- number2: {
2071
- name: string;
2072
- detail: string;
2073
- };
2074
- };
2075
- };
2076
2022
  ISREF: {
2077
2023
  description: string;
2078
2024
  abstract: string;
@@ -2101,78 +2047,6 @@ declare const _default: {
2101
2047
  };
2102
2048
  };
2103
2049
  };
2104
- N: {
2105
- description: string;
2106
- abstract: string;
2107
- links: {
2108
- title: string;
2109
- url: string;
2110
- }[];
2111
- functionParameter: {
2112
- number1: {
2113
- name: string;
2114
- detail: string;
2115
- };
2116
- number2: {
2117
- name: string;
2118
- detail: string;
2119
- };
2120
- };
2121
- };
2122
- NA: {
2123
- description: string;
2124
- abstract: string;
2125
- links: {
2126
- title: string;
2127
- url: string;
2128
- }[];
2129
- functionParameter: {
2130
- number1: {
2131
- name: string;
2132
- detail: string;
2133
- };
2134
- number2: {
2135
- name: string;
2136
- detail: string;
2137
- };
2138
- };
2139
- };
2140
- SHEET: {
2141
- description: string;
2142
- abstract: string;
2143
- links: {
2144
- title: string;
2145
- url: string;
2146
- }[];
2147
- functionParameter: {
2148
- number1: {
2149
- name: string;
2150
- detail: string;
2151
- };
2152
- number2: {
2153
- name: string;
2154
- detail: string;
2155
- };
2156
- };
2157
- };
2158
- SHEETS: {
2159
- description: string;
2160
- abstract: string;
2161
- links: {
2162
- title: string;
2163
- url: string;
2164
- }[];
2165
- functionParameter: {
2166
- number1: {
2167
- name: string;
2168
- detail: string;
2169
- };
2170
- number2: {
2171
- name: string;
2172
- detail: string;
2173
- };
2174
- };
2175
- };
2176
2050
  TYPE: {
2177
2051
  description: string;
2178
2052
  abstract: string;
@@ -2248,16 +2122,7 @@ declare const _default: {
2248
2122
  title: string;
2249
2123
  url: string;
2250
2124
  }[];
2251
- functionParameter: {
2252
- number1: {
2253
- name: string;
2254
- detail: string;
2255
- };
2256
- number2: {
2257
- name: string;
2258
- detail: string;
2259
- };
2260
- };
2125
+ functionParameter: {};
2261
2126
  };
2262
2127
  IF: {
2263
2128
  description: string;
@@ -2307,11 +2172,11 @@ declare const _default: {
2307
2172
  url: string;
2308
2173
  }[];
2309
2174
  functionParameter: {
2310
- number1: {
2175
+ value: {
2311
2176
  name: string;
2312
2177
  detail: string;
2313
2178
  };
2314
- number2: {
2179
+ valueIfNa: {
2315
2180
  name: string;
2316
2181
  detail: string;
2317
2182
  };
@@ -2325,11 +2190,19 @@ declare const _default: {
2325
2190
  url: string;
2326
2191
  }[];
2327
2192
  functionParameter: {
2328
- number1: {
2193
+ logicalTest1: {
2329
2194
  name: string;
2330
2195
  detail: string;
2331
2196
  };
2332
- number2: {
2197
+ valueIfTrue1: {
2198
+ name: string;
2199
+ detail: string;
2200
+ };
2201
+ logicalTest2: {
2202
+ name: string;
2203
+ detail: string;
2204
+ };
2205
+ valueIfTrue2: {
2333
2206
  name: string;
2334
2207
  detail: string;
2335
2208
  };
@@ -2419,11 +2292,7 @@ declare const _default: {
2419
2292
  url: string;
2420
2293
  }[];
2421
2294
  functionParameter: {
2422
- number1: {
2423
- name: string;
2424
- detail: string;
2425
- };
2426
- number2: {
2295
+ logical: {
2427
2296
  name: string;
2428
2297
  detail: string;
2429
2298
  };
@@ -2491,11 +2360,23 @@ declare const _default: {
2491
2360
  url: string;
2492
2361
  }[];
2493
2362
  functionParameter: {
2494
- number1: {
2363
+ expression: {
2495
2364
  name: string;
2496
2365
  detail: string;
2497
2366
  };
2498
- number2: {
2367
+ value1: {
2368
+ name: string;
2369
+ detail: string;
2370
+ };
2371
+ result1: {
2372
+ name: string;
2373
+ detail: string;
2374
+ };
2375
+ defaultOrValue2: {
2376
+ name: string;
2377
+ detail: string;
2378
+ };
2379
+ result2: {
2499
2380
  name: string;
2500
2381
  detail: string;
2501
2382
  };
@@ -2508,16 +2389,7 @@ declare const _default: {
2508
2389
  title: string;
2509
2390
  url: string;
2510
2391
  }[];
2511
- functionParameter: {
2512
- number1: {
2513
- name: string;
2514
- detail: string;
2515
- };
2516
- number2: {
2517
- name: string;
2518
- detail: string;
2519
- };
2520
- };
2392
+ functionParameter: {};
2521
2393
  };
2522
2394
  XOR: {
2523
2395
  description: string;
@@ -2527,11 +2399,11 @@ declare const _default: {
2527
2399
  url: string;
2528
2400
  }[];
2529
2401
  functionParameter: {
2530
- number1: {
2402
+ logical1: {
2531
2403
  name: string;
2532
2404
  detail: string;
2533
2405
  };
2534
- number2: {
2406
+ logical2: {
2535
2407
  name: string;
2536
2408
  detail: string;
2537
2409
  };
@@ -2811,6 +2683,20 @@ declare const _default: {
2811
2683
  };
2812
2684
  };
2813
2685
  };
2686
+ LENB: {
2687
+ description: string;
2688
+ abstract: string;
2689
+ links: {
2690
+ title: string;
2691
+ url: string;
2692
+ }[];
2693
+ functionParameter: {
2694
+ text: {
2695
+ name: string;
2696
+ detail: string;
2697
+ };
2698
+ };
2699
+ };
2814
2700
  LOWER: {
2815
2701
  description: string;
2816
2702
  abstract: string;
@@ -2975,7 +2861,7 @@ declare const _default: {
2975
2861
  name: string;
2976
2862
  detail: string;
2977
2863
  };
2978
- number_times: {
2864
+ numberTimes: {
2979
2865
  name: string;
2980
2866
  detail: string;
2981
2867
  };
@@ -3073,7 +2959,7 @@ declare const _default: {
3073
2959
  };
3074
2960
  };
3075
2961
  };
3076
- TEXTJOIN: {
2962
+ TEXT: {
3077
2963
  description: string;
3078
2964
  abstract: string;
3079
2965
  links: {
@@ -3081,25 +2967,17 @@ declare const _default: {
3081
2967
  url: string;
3082
2968
  }[];
3083
2969
  functionParameter: {
3084
- delimiter: {
3085
- name: string;
3086
- detail: string;
3087
- };
3088
- ignore_empty: {
3089
- name: string;
3090
- detail: string;
3091
- };
3092
- text1: {
2970
+ value: {
3093
2971
  name: string;
3094
2972
  detail: string;
3095
2973
  };
3096
- text2: {
2974
+ formatText: {
3097
2975
  name: string;
3098
2976
  detail: string;
3099
2977
  };
3100
2978
  };
3101
2979
  };
3102
- TRIM: {
2980
+ TEXTAFTER: {
3103
2981
  description: string;
3104
2982
  abstract: string;
3105
2983
  links: {
@@ -3111,9 +2989,29 @@ declare const _default: {
3111
2989
  name: string;
3112
2990
  detail: string;
3113
2991
  };
2992
+ delimiter: {
2993
+ name: string;
2994
+ detail: string;
2995
+ };
2996
+ instanceNum: {
2997
+ name: string;
2998
+ detail: string;
2999
+ };
3000
+ matchMode: {
3001
+ name: string;
3002
+ detail: string;
3003
+ };
3004
+ matchEnd: {
3005
+ name: string;
3006
+ detail: string;
3007
+ };
3008
+ ifNotFound: {
3009
+ name: string;
3010
+ detail: string;
3011
+ };
3114
3012
  };
3115
3013
  };
3116
- UNICHAR: {
3014
+ TEXTBEFORE: {
3117
3015
  description: string;
3118
3016
  abstract: string;
3119
3017
  links: {
@@ -3121,13 +3019,33 @@ declare const _default: {
3121
3019
  url: string;
3122
3020
  }[];
3123
3021
  functionParameter: {
3124
- number: {
3022
+ text: {
3023
+ name: string;
3024
+ detail: string;
3025
+ };
3026
+ delimiter: {
3027
+ name: string;
3028
+ detail: string;
3029
+ };
3030
+ instanceNum: {
3031
+ name: string;
3032
+ detail: string;
3033
+ };
3034
+ matchMode: {
3035
+ name: string;
3036
+ detail: string;
3037
+ };
3038
+ matchEnd: {
3039
+ name: string;
3040
+ detail: string;
3041
+ };
3042
+ ifNotFound: {
3125
3043
  name: string;
3126
3044
  detail: string;
3127
3045
  };
3128
3046
  };
3129
3047
  };
3130
- UNICODE: {
3048
+ TEXTJOIN: {
3131
3049
  description: string;
3132
3050
  abstract: string;
3133
3051
  links: {
@@ -3135,13 +3053,25 @@ declare const _default: {
3135
3053
  url: string;
3136
3054
  }[];
3137
3055
  functionParameter: {
3138
- text: {
3056
+ delimiter: {
3057
+ name: string;
3058
+ detail: string;
3059
+ };
3060
+ ignore_empty: {
3061
+ name: string;
3062
+ detail: string;
3063
+ };
3064
+ text1: {
3065
+ name: string;
3066
+ detail: string;
3067
+ };
3068
+ text2: {
3139
3069
  name: string;
3140
3070
  detail: string;
3141
3071
  };
3142
3072
  };
3143
3073
  };
3144
- UPPER: {
3074
+ TEXTSPLIT: {
3145
3075
  description: string;
3146
3076
  abstract: string;
3147
3077
  links: {
@@ -3153,11 +3083,87 @@ declare const _default: {
3153
3083
  name: string;
3154
3084
  detail: string;
3155
3085
  };
3156
- };
3157
- };
3158
- VALUE: {
3159
- description: string;
3160
- abstract: string;
3086
+ colDelimiter: {
3087
+ name: string;
3088
+ detail: string;
3089
+ };
3090
+ rowDelimiter: {
3091
+ name: string;
3092
+ detail: string;
3093
+ };
3094
+ ignoreEmpty: {
3095
+ name: string;
3096
+ detail: string;
3097
+ };
3098
+ matchMode: {
3099
+ name: string;
3100
+ detail: string;
3101
+ };
3102
+ padWith: {
3103
+ name: string;
3104
+ detail: string;
3105
+ };
3106
+ };
3107
+ };
3108
+ TRIM: {
3109
+ description: string;
3110
+ abstract: string;
3111
+ links: {
3112
+ title: string;
3113
+ url: string;
3114
+ }[];
3115
+ functionParameter: {
3116
+ text: {
3117
+ name: string;
3118
+ detail: string;
3119
+ };
3120
+ };
3121
+ };
3122
+ UNICHAR: {
3123
+ description: string;
3124
+ abstract: string;
3125
+ links: {
3126
+ title: string;
3127
+ url: string;
3128
+ }[];
3129
+ functionParameter: {
3130
+ number: {
3131
+ name: string;
3132
+ detail: string;
3133
+ };
3134
+ };
3135
+ };
3136
+ UNICODE: {
3137
+ description: string;
3138
+ abstract: string;
3139
+ links: {
3140
+ title: string;
3141
+ url: string;
3142
+ }[];
3143
+ functionParameter: {
3144
+ text: {
3145
+ name: string;
3146
+ detail: string;
3147
+ };
3148
+ };
3149
+ };
3150
+ UPPER: {
3151
+ description: string;
3152
+ abstract: string;
3153
+ links: {
3154
+ title: string;
3155
+ url: string;
3156
+ }[];
3157
+ functionParameter: {
3158
+ text: {
3159
+ name: string;
3160
+ detail: string;
3161
+ };
3162
+ };
3163
+ };
3164
+ VALUE: {
3165
+ description: string;
3166
+ abstract: string;
3161
3167
  links: {
3162
3168
  title: string;
3163
3169
  url: string;
@@ -3423,11 +3429,7 @@ declare const _default: {
3423
3429
  url: string;
3424
3430
  }[];
3425
3431
  functionParameter: {
3426
- number1: {
3427
- name: string;
3428
- detail: string;
3429
- };
3430
- number2: {
3432
+ reference: {
3431
3433
  name: string;
3432
3434
  detail: string;
3433
3435
  };
@@ -3463,11 +3465,15 @@ declare const _default: {
3463
3465
  url: string;
3464
3466
  }[];
3465
3467
  functionParameter: {
3466
- number1: {
3468
+ array: {
3467
3469
  name: string;
3468
3470
  detail: string;
3469
3471
  };
3470
- number2: {
3472
+ colNum1: {
3473
+ name: string;
3474
+ detail: string;
3475
+ };
3476
+ colNum2: {
3471
3477
  name: string;
3472
3478
  detail: string;
3473
3479
  };
@@ -3481,11 +3487,15 @@ declare const _default: {
3481
3487
  url: string;
3482
3488
  }[];
3483
3489
  functionParameter: {
3484
- number1: {
3490
+ array: {
3485
3491
  name: string;
3486
3492
  detail: string;
3487
3493
  };
3488
- number2: {
3494
+ rowNum1: {
3495
+ name: string;
3496
+ detail: string;
3497
+ };
3498
+ rowNum2: {
3489
3499
  name: string;
3490
3500
  detail: string;
3491
3501
  };
@@ -3555,7 +3565,7 @@ declare const _default: {
3555
3565
  };
3556
3566
  };
3557
3567
  };
3558
- AVEDEV: {
3568
+ FILTER: {
3559
3569
  description: string;
3560
3570
  abstract: string;
3561
3571
  links: {
@@ -3563,17 +3573,21 @@ declare const _default: {
3563
3573
  url: string;
3564
3574
  }[];
3565
3575
  functionParameter: {
3566
- number1: {
3576
+ array: {
3567
3577
  name: string;
3568
3578
  detail: string;
3569
3579
  };
3570
- number2: {
3580
+ include: {
3581
+ name: string;
3582
+ detail: string;
3583
+ };
3584
+ ifEmpty: {
3571
3585
  name: string;
3572
3586
  detail: string;
3573
3587
  };
3574
3588
  };
3575
3589
  };
3576
- AVERAGE: {
3590
+ HLOOKUP: {
3577
3591
  description: string;
3578
3592
  abstract: string;
3579
3593
  links: {
@@ -3581,17 +3595,25 @@ declare const _default: {
3581
3595
  url: string;
3582
3596
  }[];
3583
3597
  functionParameter: {
3584
- number1: {
3598
+ lookupValue: {
3585
3599
  name: string;
3586
3600
  detail: string;
3587
3601
  };
3588
- number2: {
3602
+ tableArray: {
3603
+ name: string;
3604
+ detail: string;
3605
+ };
3606
+ rowIndexNum: {
3607
+ name: string;
3608
+ detail: string;
3609
+ };
3610
+ rangeLookup: {
3589
3611
  name: string;
3590
3612
  detail: string;
3591
3613
  };
3592
3614
  };
3593
3615
  };
3594
- AVERAGEA: {
3616
+ HSTACK: {
3595
3617
  description: string;
3596
3618
  abstract: string;
3597
3619
  links: {
@@ -3599,17 +3621,17 @@ declare const _default: {
3599
3621
  url: string;
3600
3622
  }[];
3601
3623
  functionParameter: {
3602
- value1: {
3624
+ array1: {
3603
3625
  name: string;
3604
3626
  detail: string;
3605
3627
  };
3606
- value2: {
3628
+ array2: {
3607
3629
  name: string;
3608
3630
  detail: string;
3609
3631
  };
3610
3632
  };
3611
3633
  };
3612
- AVERAGEIF: {
3634
+ INDEX: {
3613
3635
  description: string;
3614
3636
  abstract: string;
3615
3637
  links: {
@@ -3617,21 +3639,25 @@ declare const _default: {
3617
3639
  url: string;
3618
3640
  }[];
3619
3641
  functionParameter: {
3620
- range: {
3642
+ reference: {
3621
3643
  name: string;
3622
3644
  detail: string;
3623
3645
  };
3624
- criteria: {
3646
+ rowNum: {
3625
3647
  name: string;
3626
3648
  detail: string;
3627
3649
  };
3628
- averageRange: {
3650
+ columnNum: {
3651
+ name: string;
3652
+ detail: string;
3653
+ };
3654
+ areaNum: {
3629
3655
  name: string;
3630
3656
  detail: string;
3631
3657
  };
3632
3658
  };
3633
3659
  };
3634
- AVERAGEIFS: {
3660
+ INDIRECT: {
3635
3661
  description: string;
3636
3662
  abstract: string;
3637
3663
  links: {
@@ -3639,29 +3665,39 @@ declare const _default: {
3639
3665
  url: string;
3640
3666
  }[];
3641
3667
  functionParameter: {
3642
- averageRange: {
3668
+ refText: {
3643
3669
  name: string;
3644
3670
  detail: string;
3645
3671
  };
3646
- criteriaRange1: {
3672
+ a1: {
3647
3673
  name: string;
3648
3674
  detail: string;
3649
3675
  };
3650
- criteria1: {
3676
+ };
3677
+ };
3678
+ LOOKUP: {
3679
+ description: string;
3680
+ abstract: string;
3681
+ links: {
3682
+ title: string;
3683
+ url: string;
3684
+ }[];
3685
+ functionParameter: {
3686
+ lookupValue: {
3651
3687
  name: string;
3652
3688
  detail: string;
3653
3689
  };
3654
- criteriaRange2: {
3690
+ lookupVectorOrArray: {
3655
3691
  name: string;
3656
3692
  detail: string;
3657
3693
  };
3658
- criteria2: {
3694
+ resultVector: {
3659
3695
  name: string;
3660
3696
  detail: string;
3661
3697
  };
3662
3698
  };
3663
3699
  };
3664
- BETA_DIST: {
3700
+ MATCH: {
3665
3701
  description: string;
3666
3702
  abstract: string;
3667
3703
  links: {
@@ -3669,17 +3705,21 @@ declare const _default: {
3669
3705
  url: string;
3670
3706
  }[];
3671
3707
  functionParameter: {
3672
- number1: {
3708
+ lookupValue: {
3673
3709
  name: string;
3674
3710
  detail: string;
3675
3711
  };
3676
- number2: {
3712
+ lookupArray: {
3713
+ name: string;
3714
+ detail: string;
3715
+ };
3716
+ matchType: {
3677
3717
  name: string;
3678
3718
  detail: string;
3679
3719
  };
3680
3720
  };
3681
3721
  };
3682
- BETA_INV: {
3722
+ OFFSET: {
3683
3723
  description: string;
3684
3724
  abstract: string;
3685
3725
  links: {
@@ -3687,17 +3727,29 @@ declare const _default: {
3687
3727
  url: string;
3688
3728
  }[];
3689
3729
  functionParameter: {
3690
- number1: {
3730
+ reference: {
3691
3731
  name: string;
3692
3732
  detail: string;
3693
3733
  };
3694
- number2: {
3734
+ rows: {
3735
+ name: string;
3736
+ detail: string;
3737
+ };
3738
+ cols: {
3739
+ name: string;
3740
+ detail: string;
3741
+ };
3742
+ height: {
3743
+ name: string;
3744
+ detail: string;
3745
+ };
3746
+ width: {
3695
3747
  name: string;
3696
3748
  detail: string;
3697
3749
  };
3698
3750
  };
3699
3751
  };
3700
- BINOM_DIST: {
3752
+ ROW: {
3701
3753
  description: string;
3702
3754
  abstract: string;
3703
3755
  links: {
@@ -3705,17 +3757,27 @@ declare const _default: {
3705
3757
  url: string;
3706
3758
  }[];
3707
3759
  functionParameter: {
3708
- number1: {
3760
+ reference: {
3709
3761
  name: string;
3710
3762
  detail: string;
3711
3763
  };
3712
- number2: {
3764
+ };
3765
+ };
3766
+ ROWS: {
3767
+ description: string;
3768
+ abstract: string;
3769
+ links: {
3770
+ title: string;
3771
+ url: string;
3772
+ }[];
3773
+ functionParameter: {
3774
+ array: {
3713
3775
  name: string;
3714
3776
  detail: string;
3715
3777
  };
3716
3778
  };
3717
3779
  };
3718
- BINOM_DIST_RANGE: {
3780
+ SORT: {
3719
3781
  description: string;
3720
3782
  abstract: string;
3721
3783
  links: {
@@ -3723,17 +3785,25 @@ declare const _default: {
3723
3785
  url: string;
3724
3786
  }[];
3725
3787
  functionParameter: {
3726
- number1: {
3788
+ array: {
3727
3789
  name: string;
3728
3790
  detail: string;
3729
3791
  };
3730
- number2: {
3792
+ sortIndex: {
3793
+ name: string;
3794
+ detail: string;
3795
+ };
3796
+ sortOrder: {
3797
+ name: string;
3798
+ detail: string;
3799
+ };
3800
+ byCol: {
3731
3801
  name: string;
3732
3802
  detail: string;
3733
3803
  };
3734
3804
  };
3735
3805
  };
3736
- BINOM_INV: {
3806
+ SORTBY: {
3737
3807
  description: string;
3738
3808
  abstract: string;
3739
3809
  links: {
@@ -3741,17 +3811,29 @@ declare const _default: {
3741
3811
  url: string;
3742
3812
  }[];
3743
3813
  functionParameter: {
3744
- number1: {
3814
+ array: {
3745
3815
  name: string;
3746
3816
  detail: string;
3747
3817
  };
3748
- number2: {
3818
+ byArray1: {
3819
+ name: string;
3820
+ detail: string;
3821
+ };
3822
+ sortOrder1: {
3823
+ name: string;
3824
+ detail: string;
3825
+ };
3826
+ byArray2: {
3827
+ name: string;
3828
+ detail: string;
3829
+ };
3830
+ sortOrder2: {
3749
3831
  name: string;
3750
3832
  detail: string;
3751
3833
  };
3752
3834
  };
3753
3835
  };
3754
- CHISQ_DIST: {
3836
+ TRANSPOSE: {
3755
3837
  description: string;
3756
3838
  abstract: string;
3757
3839
  links: {
@@ -3759,17 +3841,13 @@ declare const _default: {
3759
3841
  url: string;
3760
3842
  }[];
3761
3843
  functionParameter: {
3762
- number1: {
3763
- name: string;
3764
- detail: string;
3765
- };
3766
- number2: {
3844
+ array: {
3767
3845
  name: string;
3768
3846
  detail: string;
3769
3847
  };
3770
3848
  };
3771
3849
  };
3772
- CHISQ_DIST_RT: {
3850
+ UNIQUE: {
3773
3851
  description: string;
3774
3852
  abstract: string;
3775
3853
  links: {
@@ -3777,17 +3855,21 @@ declare const _default: {
3777
3855
  url: string;
3778
3856
  }[];
3779
3857
  functionParameter: {
3780
- number1: {
3858
+ array: {
3781
3859
  name: string;
3782
3860
  detail: string;
3783
3861
  };
3784
- number2: {
3862
+ byCol: {
3863
+ name: string;
3864
+ detail: string;
3865
+ };
3866
+ exactlyOnce: {
3785
3867
  name: string;
3786
3868
  detail: string;
3787
3869
  };
3788
3870
  };
3789
3871
  };
3790
- CHISQ_INV: {
3872
+ VLOOKUP: {
3791
3873
  description: string;
3792
3874
  abstract: string;
3793
3875
  links: {
@@ -3795,17 +3877,25 @@ declare const _default: {
3795
3877
  url: string;
3796
3878
  }[];
3797
3879
  functionParameter: {
3798
- number1: {
3880
+ lookupValue: {
3799
3881
  name: string;
3800
3882
  detail: string;
3801
3883
  };
3802
- number2: {
3884
+ tableArray: {
3885
+ name: string;
3886
+ detail: string;
3887
+ };
3888
+ colIndexNum: {
3889
+ name: string;
3890
+ detail: string;
3891
+ };
3892
+ rangeLookup: {
3803
3893
  name: string;
3804
3894
  detail: string;
3805
3895
  };
3806
3896
  };
3807
3897
  };
3808
- CHISQ_INV_RT: {
3898
+ VSTACK: {
3809
3899
  description: string;
3810
3900
  abstract: string;
3811
3901
  links: {
@@ -3813,17 +3903,17 @@ declare const _default: {
3813
3903
  url: string;
3814
3904
  }[];
3815
3905
  functionParameter: {
3816
- number1: {
3906
+ array1: {
3817
3907
  name: string;
3818
3908
  detail: string;
3819
3909
  };
3820
- number2: {
3910
+ array2: {
3821
3911
  name: string;
3822
3912
  detail: string;
3823
3913
  };
3824
3914
  };
3825
3915
  };
3826
- CHISQ_TEST: {
3916
+ XLOOKUP: {
3827
3917
  description: string;
3828
3918
  abstract: string;
3829
3919
  links: {
@@ -3831,17 +3921,33 @@ declare const _default: {
3831
3921
  url: string;
3832
3922
  }[];
3833
3923
  functionParameter: {
3834
- number1: {
3924
+ lookupValue: {
3835
3925
  name: string;
3836
3926
  detail: string;
3837
3927
  };
3838
- number2: {
3928
+ lookupArray: {
3929
+ name: string;
3930
+ detail: string;
3931
+ };
3932
+ returnArray: {
3933
+ name: string;
3934
+ detail: string;
3935
+ };
3936
+ ifNotFound: {
3937
+ name: string;
3938
+ detail: string;
3939
+ };
3940
+ matchMode: {
3941
+ name: string;
3942
+ detail: string;
3943
+ };
3944
+ searchMode: {
3839
3945
  name: string;
3840
3946
  detail: string;
3841
3947
  };
3842
3948
  };
3843
3949
  };
3844
- CONFIDENCE_NORM: {
3950
+ XMATCH: {
3845
3951
  description: string;
3846
3952
  abstract: string;
3847
3953
  links: {
@@ -3849,17 +3955,25 @@ declare const _default: {
3849
3955
  url: string;
3850
3956
  }[];
3851
3957
  functionParameter: {
3852
- number1: {
3958
+ lookupValue: {
3853
3959
  name: string;
3854
3960
  detail: string;
3855
3961
  };
3856
- number2: {
3962
+ lookupArray: {
3963
+ name: string;
3964
+ detail: string;
3965
+ };
3966
+ matchMode: {
3967
+ name: string;
3968
+ detail: string;
3969
+ };
3970
+ searchMode: {
3857
3971
  name: string;
3858
3972
  detail: string;
3859
3973
  };
3860
3974
  };
3861
3975
  };
3862
- CONFIDENCE_T: {
3976
+ AVEDEV: {
3863
3977
  description: string;
3864
3978
  abstract: string;
3865
3979
  links: {
@@ -3877,7 +3991,7 @@ declare const _default: {
3877
3991
  };
3878
3992
  };
3879
3993
  };
3880
- CORREL: {
3994
+ AVERAGE: {
3881
3995
  description: string;
3882
3996
  abstract: string;
3883
3997
  links: {
@@ -3895,7 +4009,7 @@ declare const _default: {
3895
4009
  };
3896
4010
  };
3897
4011
  };
3898
- COUNT: {
4012
+ AVERAGEA: {
3899
4013
  description: string;
3900
4014
  abstract: string;
3901
4015
  links: {
@@ -3913,7 +4027,59 @@ declare const _default: {
3913
4027
  };
3914
4028
  };
3915
4029
  };
3916
- COUNTA: {
4030
+ AVERAGEIF: {
4031
+ description: string;
4032
+ abstract: string;
4033
+ links: {
4034
+ title: string;
4035
+ url: string;
4036
+ }[];
4037
+ functionParameter: {
4038
+ range: {
4039
+ name: string;
4040
+ detail: string;
4041
+ };
4042
+ criteria: {
4043
+ name: string;
4044
+ detail: string;
4045
+ };
4046
+ averageRange: {
4047
+ name: string;
4048
+ detail: string;
4049
+ };
4050
+ };
4051
+ };
4052
+ AVERAGEIFS: {
4053
+ description: string;
4054
+ abstract: string;
4055
+ links: {
4056
+ title: string;
4057
+ url: string;
4058
+ }[];
4059
+ functionParameter: {
4060
+ averageRange: {
4061
+ name: string;
4062
+ detail: string;
4063
+ };
4064
+ criteriaRange1: {
4065
+ name: string;
4066
+ detail: string;
4067
+ };
4068
+ criteria1: {
4069
+ name: string;
4070
+ detail: string;
4071
+ };
4072
+ criteriaRange2: {
4073
+ name: string;
4074
+ detail: string;
4075
+ };
4076
+ criteria2: {
4077
+ name: string;
4078
+ detail: string;
4079
+ };
4080
+ };
4081
+ };
4082
+ BETA_DIST: {
3917
4083
  description: string;
3918
4084
  abstract: string;
3919
4085
  links: {
@@ -3931,7 +4097,7 @@ declare const _default: {
3931
4097
  };
3932
4098
  };
3933
4099
  };
3934
- ABS: {
4100
+ BETA_INV: {
3935
4101
  description: string;
3936
4102
  abstract: string;
3937
4103
  links: {
@@ -3939,13 +4105,17 @@ declare const _default: {
3939
4105
  url: string;
3940
4106
  }[];
3941
4107
  functionParameter: {
3942
- number: {
4108
+ number1: {
4109
+ name: string;
4110
+ detail: string;
4111
+ };
4112
+ number2: {
3943
4113
  name: string;
3944
4114
  detail: string;
3945
4115
  };
3946
4116
  };
3947
4117
  };
3948
- ACOS: {
4118
+ BINOM_DIST: {
3949
4119
  description: string;
3950
4120
  abstract: string;
3951
4121
  links: {
@@ -3953,13 +4123,17 @@ declare const _default: {
3953
4123
  url: string;
3954
4124
  }[];
3955
4125
  functionParameter: {
3956
- number: {
4126
+ number1: {
4127
+ name: string;
4128
+ detail: string;
4129
+ };
4130
+ number2: {
3957
4131
  name: string;
3958
4132
  detail: string;
3959
4133
  };
3960
4134
  };
3961
4135
  };
3962
- ACOSH: {
4136
+ BINOM_DIST_RANGE: {
3963
4137
  description: string;
3964
4138
  abstract: string;
3965
4139
  links: {
@@ -3967,13 +4141,17 @@ declare const _default: {
3967
4141
  url: string;
3968
4142
  }[];
3969
4143
  functionParameter: {
3970
- number: {
4144
+ number1: {
4145
+ name: string;
4146
+ detail: string;
4147
+ };
4148
+ number2: {
3971
4149
  name: string;
3972
4150
  detail: string;
3973
4151
  };
3974
4152
  };
3975
4153
  };
3976
- ACOT: {
4154
+ BINOM_INV: {
3977
4155
  description: string;
3978
4156
  abstract: string;
3979
4157
  links: {
@@ -3981,13 +4159,17 @@ declare const _default: {
3981
4159
  url: string;
3982
4160
  }[];
3983
4161
  functionParameter: {
3984
- number: {
4162
+ number1: {
4163
+ name: string;
4164
+ detail: string;
4165
+ };
4166
+ number2: {
3985
4167
  name: string;
3986
4168
  detail: string;
3987
4169
  };
3988
4170
  };
3989
4171
  };
3990
- ACOTH: {
4172
+ CHISQ_DIST: {
3991
4173
  description: string;
3992
4174
  abstract: string;
3993
4175
  links: {
@@ -3995,13 +4177,17 @@ declare const _default: {
3995
4177
  url: string;
3996
4178
  }[];
3997
4179
  functionParameter: {
3998
- number: {
4180
+ number1: {
4181
+ name: string;
4182
+ detail: string;
4183
+ };
4184
+ number2: {
3999
4185
  name: string;
4000
4186
  detail: string;
4001
4187
  };
4002
4188
  };
4003
4189
  };
4004
- AGGREGATE: {
4190
+ CHISQ_DIST_RT: {
4005
4191
  description: string;
4006
4192
  abstract: string;
4007
4193
  links: {
@@ -4019,7 +4205,7 @@ declare const _default: {
4019
4205
  };
4020
4206
  };
4021
4207
  };
4022
- ARABIC: {
4208
+ CHISQ_INV: {
4023
4209
  description: string;
4024
4210
  abstract: string;
4025
4211
  links: {
@@ -4037,7 +4223,7 @@ declare const _default: {
4037
4223
  };
4038
4224
  };
4039
4225
  };
4040
- ASIN: {
4226
+ CHISQ_INV_RT: {
4041
4227
  description: string;
4042
4228
  abstract: string;
4043
4229
  links: {
@@ -4045,13 +4231,17 @@ declare const _default: {
4045
4231
  url: string;
4046
4232
  }[];
4047
4233
  functionParameter: {
4048
- number: {
4234
+ number1: {
4235
+ name: string;
4236
+ detail: string;
4237
+ };
4238
+ number2: {
4049
4239
  name: string;
4050
4240
  detail: string;
4051
4241
  };
4052
4242
  };
4053
4243
  };
4054
- ASINH: {
4244
+ CHISQ_TEST: {
4055
4245
  description: string;
4056
4246
  abstract: string;
4057
4247
  links: {
@@ -4059,13 +4249,17 @@ declare const _default: {
4059
4249
  url: string;
4060
4250
  }[];
4061
4251
  functionParameter: {
4062
- number: {
4252
+ number1: {
4253
+ name: string;
4254
+ detail: string;
4255
+ };
4256
+ number2: {
4063
4257
  name: string;
4064
4258
  detail: string;
4065
4259
  };
4066
4260
  };
4067
4261
  };
4068
- ATAN: {
4262
+ CONFIDENCE_NORM: {
4069
4263
  description: string;
4070
4264
  abstract: string;
4071
4265
  links: {
@@ -4073,13 +4267,17 @@ declare const _default: {
4073
4267
  url: string;
4074
4268
  }[];
4075
4269
  functionParameter: {
4076
- number: {
4270
+ number1: {
4271
+ name: string;
4272
+ detail: string;
4273
+ };
4274
+ number2: {
4077
4275
  name: string;
4078
4276
  detail: string;
4079
4277
  };
4080
4278
  };
4081
4279
  };
4082
- ATAN2: {
4280
+ CONFIDENCE_T: {
4083
4281
  description: string;
4084
4282
  abstract: string;
4085
4283
  links: {
@@ -4087,17 +4285,17 @@ declare const _default: {
4087
4285
  url: string;
4088
4286
  }[];
4089
4287
  functionParameter: {
4090
- xNum: {
4288
+ number1: {
4091
4289
  name: string;
4092
4290
  detail: string;
4093
4291
  };
4094
- yNum: {
4292
+ number2: {
4095
4293
  name: string;
4096
4294
  detail: string;
4097
4295
  };
4098
4296
  };
4099
4297
  };
4100
- ATANH: {
4298
+ CORREL: {
4101
4299
  description: string;
4102
4300
  abstract: string;
4103
4301
  links: {
@@ -4105,13 +4303,17 @@ declare const _default: {
4105
4303
  url: string;
4106
4304
  }[];
4107
4305
  functionParameter: {
4108
- number: {
4306
+ number1: {
4307
+ name: string;
4308
+ detail: string;
4309
+ };
4310
+ number2: {
4109
4311
  name: string;
4110
4312
  detail: string;
4111
4313
  };
4112
4314
  };
4113
4315
  };
4114
- BASE: {
4316
+ COUNT: {
4115
4317
  description: string;
4116
4318
  abstract: string;
4117
4319
  links: {
@@ -4119,21 +4321,35 @@ declare const _default: {
4119
4321
  url: string;
4120
4322
  }[];
4121
4323
  functionParameter: {
4122
- number: {
4324
+ value1: {
4123
4325
  name: string;
4124
4326
  detail: string;
4125
4327
  };
4126
- radix: {
4328
+ value2: {
4127
4329
  name: string;
4128
4330
  detail: string;
4129
4331
  };
4130
- minLength: {
4332
+ };
4333
+ };
4334
+ COUNTA: {
4335
+ description: string;
4336
+ abstract: string;
4337
+ links: {
4338
+ title: string;
4339
+ url: string;
4340
+ }[];
4341
+ functionParameter: {
4342
+ number1: {
4343
+ name: string;
4344
+ detail: string;
4345
+ };
4346
+ number2: {
4131
4347
  name: string;
4132
4348
  detail: string;
4133
4349
  };
4134
4350
  };
4135
4351
  };
4136
- CEILING: {
4352
+ COUNTBLANK: {
4137
4353
  description: string;
4138
4354
  abstract: string;
4139
4355
  links: {
@@ -4141,17 +4357,31 @@ declare const _default: {
4141
4357
  url: string;
4142
4358
  }[];
4143
4359
  functionParameter: {
4144
- number: {
4360
+ range: {
4145
4361
  name: string;
4146
4362
  detail: string;
4147
4363
  };
4148
- significance: {
4364
+ };
4365
+ };
4366
+ COUNTIF: {
4367
+ description: string;
4368
+ abstract: string;
4369
+ links: {
4370
+ title: string;
4371
+ url: string;
4372
+ }[];
4373
+ functionParameter: {
4374
+ range: {
4375
+ name: string;
4376
+ detail: string;
4377
+ };
4378
+ criteria: {
4149
4379
  name: string;
4150
4380
  detail: string;
4151
4381
  };
4152
4382
  };
4153
4383
  };
4154
- CEILING_MATH: {
4384
+ COUNTIFS: {
4155
4385
  description: string;
4156
4386
  abstract: string;
4157
4387
  links: {
@@ -4159,21 +4389,25 @@ declare const _default: {
4159
4389
  url: string;
4160
4390
  }[];
4161
4391
  functionParameter: {
4162
- number: {
4392
+ criteriaRange1: {
4163
4393
  name: string;
4164
4394
  detail: string;
4165
4395
  };
4166
- significance: {
4396
+ criteria1: {
4167
4397
  name: string;
4168
4398
  detail: string;
4169
4399
  };
4170
- mode: {
4400
+ criteriaRange2: {
4401
+ name: string;
4402
+ detail: string;
4403
+ };
4404
+ criteria2: {
4171
4405
  name: string;
4172
4406
  detail: string;
4173
4407
  };
4174
4408
  };
4175
4409
  };
4176
- CEILING_PRECISE: {
4410
+ MAX: {
4177
4411
  description: string;
4178
4412
  abstract: string;
4179
4413
  links: {
@@ -4181,17 +4415,131 @@ declare const _default: {
4181
4415
  url: string;
4182
4416
  }[];
4183
4417
  functionParameter: {
4184
- number: {
4418
+ number1: {
4185
4419
  name: string;
4186
4420
  detail: string;
4187
4421
  };
4188
- significance: {
4422
+ number2: {
4423
+ name: string;
4424
+ detail: string;
4425
+ };
4426
+ };
4427
+ };
4428
+ MAXA: {
4429
+ description: string;
4430
+ abstract: string;
4431
+ links: {
4432
+ title: string;
4433
+ url: string;
4434
+ }[];
4435
+ functionParameter: {
4436
+ value1: {
4437
+ name: string;
4438
+ detail: string;
4439
+ };
4440
+ value2: {
4441
+ name: string;
4442
+ detail: string;
4443
+ };
4444
+ };
4445
+ };
4446
+ MAXIFS: {
4447
+ description: string;
4448
+ abstract: string;
4449
+ links: {
4450
+ title: string;
4451
+ url: string;
4452
+ }[];
4453
+ functionParameter: {
4454
+ maxRange: {
4455
+ name: string;
4456
+ detail: string;
4457
+ };
4458
+ criteriaRange1: {
4459
+ name: string;
4460
+ detail: string;
4461
+ };
4462
+ criteria1: {
4463
+ name: string;
4464
+ detail: string;
4465
+ };
4466
+ criteriaRange2: {
4467
+ name: string;
4468
+ detail: string;
4469
+ };
4470
+ criteria2: {
4471
+ name: string;
4472
+ detail: string;
4473
+ };
4474
+ };
4475
+ };
4476
+ MIN: {
4477
+ description: string;
4478
+ abstract: string;
4479
+ links: {
4480
+ title: string;
4481
+ url: string;
4482
+ }[];
4483
+ functionParameter: {
4484
+ number1: {
4485
+ name: string;
4486
+ detail: string;
4487
+ };
4488
+ number2: {
4489
+ name: string;
4490
+ detail: string;
4491
+ };
4492
+ };
4493
+ };
4494
+ MINA: {
4495
+ description: string;
4496
+ abstract: string;
4497
+ links: {
4498
+ title: string;
4499
+ url: string;
4500
+ }[];
4501
+ functionParameter: {
4502
+ value1: {
4503
+ name: string;
4504
+ detail: string;
4505
+ };
4506
+ value2: {
4507
+ name: string;
4508
+ detail: string;
4509
+ };
4510
+ };
4511
+ };
4512
+ MINIFS: {
4513
+ description: string;
4514
+ abstract: string;
4515
+ links: {
4516
+ title: string;
4517
+ url: string;
4518
+ }[];
4519
+ functionParameter: {
4520
+ minRange: {
4521
+ name: string;
4522
+ detail: string;
4523
+ };
4524
+ criteriaRange1: {
4525
+ name: string;
4526
+ detail: string;
4527
+ };
4528
+ criteria1: {
4529
+ name: string;
4530
+ detail: string;
4531
+ };
4532
+ criteriaRange2: {
4533
+ name: string;
4534
+ detail: string;
4535
+ };
4536
+ criteria2: {
4189
4537
  name: string;
4190
4538
  detail: string;
4191
4539
  };
4192
4540
  };
4193
4541
  };
4194
- COMBIN: {
4542
+ STDEV_P: {
4195
4543
  description: string;
4196
4544
  abstract: string;
4197
4545
  links: {
@@ -4209,7 +4557,7 @@ declare const _default: {
4209
4557
  };
4210
4558
  };
4211
4559
  };
4212
- COMBINA: {
4560
+ STDEV_S: {
4213
4561
  description: string;
4214
4562
  abstract: string;
4215
4563
  links: {
@@ -4227,7 +4575,7 @@ declare const _default: {
4227
4575
  };
4228
4576
  };
4229
4577
  };
4230
- COS: {
4578
+ STDEVA: {
4231
4579
  description: string;
4232
4580
  abstract: string;
4233
4581
  links: {
@@ -4235,13 +4583,17 @@ declare const _default: {
4235
4583
  url: string;
4236
4584
  }[];
4237
4585
  functionParameter: {
4238
- number: {
4586
+ value1: {
4587
+ name: string;
4588
+ detail: string;
4589
+ };
4590
+ value2: {
4239
4591
  name: string;
4240
4592
  detail: string;
4241
4593
  };
4242
4594
  };
4243
4595
  };
4244
- COSH: {
4596
+ STDEVPA: {
4245
4597
  description: string;
4246
4598
  abstract: string;
4247
4599
  links: {
@@ -4249,13 +4601,17 @@ declare const _default: {
4249
4601
  url: string;
4250
4602
  }[];
4251
4603
  functionParameter: {
4252
- number: {
4604
+ value1: {
4605
+ name: string;
4606
+ detail: string;
4607
+ };
4608
+ value2: {
4253
4609
  name: string;
4254
4610
  detail: string;
4255
4611
  };
4256
4612
  };
4257
4613
  };
4258
- COT: {
4614
+ VAR_P: {
4259
4615
  description: string;
4260
4616
  abstract: string;
4261
4617
  links: {
@@ -4263,13 +4619,71 @@ declare const _default: {
4263
4619
  url: string;
4264
4620
  }[];
4265
4621
  functionParameter: {
4266
- number: {
4622
+ number1: {
4623
+ name: string;
4624
+ detail: string;
4625
+ };
4626
+ number2: {
4267
4627
  name: string;
4268
4628
  detail: string;
4269
4629
  };
4270
4630
  };
4271
4631
  };
4272
- COTH: {
4632
+ VAR_S: {
4633
+ description: string;
4634
+ abstract: string;
4635
+ links: {
4636
+ title: string;
4637
+ url: string;
4638
+ }[];
4639
+ functionParameter: {
4640
+ number1: {
4641
+ name: string;
4642
+ detail: string;
4643
+ };
4644
+ number2: {
4645
+ name: string;
4646
+ detail: string;
4647
+ };
4648
+ };
4649
+ };
4650
+ VARA: {
4651
+ description: string;
4652
+ abstract: string;
4653
+ links: {
4654
+ title: string;
4655
+ url: string;
4656
+ }[];
4657
+ functionParameter: {
4658
+ value1: {
4659
+ name: string;
4660
+ detail: string;
4661
+ };
4662
+ value2: {
4663
+ name: string;
4664
+ detail: string;
4665
+ };
4666
+ };
4667
+ };
4668
+ VARPA: {
4669
+ description: string;
4670
+ abstract: string;
4671
+ links: {
4672
+ title: string;
4673
+ url: string;
4674
+ }[];
4675
+ functionParameter: {
4676
+ value1: {
4677
+ name: string;
4678
+ detail: string;
4679
+ };
4680
+ value2: {
4681
+ name: string;
4682
+ detail: string;
4683
+ };
4684
+ };
4685
+ };
4686
+ ABS: {
4273
4687
  description: string;
4274
4688
  abstract: string;
4275
4689
  links: {
@@ -4283,7 +4697,7 @@ declare const _default: {
4283
4697
  };
4284
4698
  };
4285
4699
  };
4286
- CSC: {
4700
+ ACOS: {
4287
4701
  description: string;
4288
4702
  abstract: string;
4289
4703
  links: {
@@ -4297,7 +4711,7 @@ declare const _default: {
4297
4711
  };
4298
4712
  };
4299
4713
  };
4300
- CSCH: {
4714
+ ACOSH: {
4301
4715
  description: string;
4302
4716
  abstract: string;
4303
4717
  links: {
@@ -4311,7 +4725,7 @@ declare const _default: {
4311
4725
  };
4312
4726
  };
4313
4727
  };
4314
- DECIMAL: {
4728
+ ACOT: {
4315
4729
  description: string;
4316
4730
  abstract: string;
4317
4731
  links: {
@@ -4319,17 +4733,27 @@ declare const _default: {
4319
4733
  url: string;
4320
4734
  }[];
4321
4735
  functionParameter: {
4322
- text: {
4736
+ number: {
4323
4737
  name: string;
4324
4738
  detail: string;
4325
4739
  };
4326
- radix: {
4740
+ };
4741
+ };
4742
+ ACOTH: {
4743
+ description: string;
4744
+ abstract: string;
4745
+ links: {
4746
+ title: string;
4747
+ url: string;
4748
+ }[];
4749
+ functionParameter: {
4750
+ number: {
4327
4751
  name: string;
4328
4752
  detail: string;
4329
4753
  };
4330
4754
  };
4331
4755
  };
4332
- DEGREES: {
4756
+ ASIN: {
4333
4757
  description: string;
4334
4758
  abstract: string;
4335
4759
  links: {
@@ -4337,13 +4761,13 @@ declare const _default: {
4337
4761
  url: string;
4338
4762
  }[];
4339
4763
  functionParameter: {
4340
- angle: {
4764
+ number: {
4341
4765
  name: string;
4342
4766
  detail: string;
4343
4767
  };
4344
4768
  };
4345
4769
  };
4346
- EVEN: {
4770
+ ASINH: {
4347
4771
  description: string;
4348
4772
  abstract: string;
4349
4773
  links: {
@@ -4357,7 +4781,7 @@ declare const _default: {
4357
4781
  };
4358
4782
  };
4359
4783
  };
4360
- EXP: {
4784
+ ATAN: {
4361
4785
  description: string;
4362
4786
  abstract: string;
4363
4787
  links: {
@@ -4371,7 +4795,7 @@ declare const _default: {
4371
4795
  };
4372
4796
  };
4373
4797
  };
4374
- FACT: {
4798
+ ATAN2: {
4375
4799
  description: string;
4376
4800
  abstract: string;
4377
4801
  links: {
@@ -4379,17 +4803,17 @@ declare const _default: {
4379
4803
  url: string;
4380
4804
  }[];
4381
4805
  functionParameter: {
4382
- number1: {
4806
+ xNum: {
4383
4807
  name: string;
4384
4808
  detail: string;
4385
4809
  };
4386
- number2: {
4810
+ yNum: {
4387
4811
  name: string;
4388
4812
  detail: string;
4389
4813
  };
4390
4814
  };
4391
4815
  };
4392
- FACTDOUBLE: {
4816
+ ATANH: {
4393
4817
  description: string;
4394
4818
  abstract: string;
4395
4819
  links: {
@@ -4397,17 +4821,35 @@ declare const _default: {
4397
4821
  url: string;
4398
4822
  }[];
4399
4823
  functionParameter: {
4400
- number1: {
4824
+ number: {
4401
4825
  name: string;
4402
4826
  detail: string;
4403
4827
  };
4404
- number2: {
4828
+ };
4829
+ };
4830
+ BASE: {
4831
+ description: string;
4832
+ abstract: string;
4833
+ links: {
4834
+ title: string;
4835
+ url: string;
4836
+ }[];
4837
+ functionParameter: {
4838
+ number: {
4839
+ name: string;
4840
+ detail: string;
4841
+ };
4842
+ radix: {
4843
+ name: string;
4844
+ detail: string;
4845
+ };
4846
+ minLength: {
4405
4847
  name: string;
4406
4848
  detail: string;
4407
4849
  };
4408
4850
  };
4409
4851
  };
4410
- FLOOR: {
4852
+ CEILING: {
4411
4853
  description: string;
4412
4854
  abstract: string;
4413
4855
  links: {
@@ -4425,7 +4867,7 @@ declare const _default: {
4425
4867
  };
4426
4868
  };
4427
4869
  };
4428
- FLOOR_MATH: {
4870
+ CEILING_MATH: {
4429
4871
  description: string;
4430
4872
  abstract: string;
4431
4873
  links: {
@@ -4447,7 +4889,7 @@ declare const _default: {
4447
4889
  };
4448
4890
  };
4449
4891
  };
4450
- FLOOR_PRECISE: {
4892
+ CEILING_PRECISE: {
4451
4893
  description: string;
4452
4894
  abstract: string;
4453
4895
  links: {
@@ -4465,7 +4907,7 @@ declare const _default: {
4465
4907
  };
4466
4908
  };
4467
4909
  };
4468
- GCD: {
4910
+ COS: {
4469
4911
  description: string;
4470
4912
  abstract: string;
4471
4913
  links: {
@@ -4473,17 +4915,27 @@ declare const _default: {
4473
4915
  url: string;
4474
4916
  }[];
4475
4917
  functionParameter: {
4476
- number1: {
4918
+ number: {
4477
4919
  name: string;
4478
4920
  detail: string;
4479
4921
  };
4480
- number2: {
4922
+ };
4923
+ };
4924
+ COSH: {
4925
+ description: string;
4926
+ abstract: string;
4927
+ links: {
4928
+ title: string;
4929
+ url: string;
4930
+ }[];
4931
+ functionParameter: {
4932
+ number: {
4481
4933
  name: string;
4482
4934
  detail: string;
4483
4935
  };
4484
4936
  };
4485
4937
  };
4486
- INT: {
4938
+ COT: {
4487
4939
  description: string;
4488
4940
  abstract: string;
4489
4941
  links: {
@@ -4491,17 +4943,27 @@ declare const _default: {
4491
4943
  url: string;
4492
4944
  }[];
4493
4945
  functionParameter: {
4494
- number1: {
4946
+ number: {
4495
4947
  name: string;
4496
4948
  detail: string;
4497
4949
  };
4498
- number2: {
4950
+ };
4951
+ };
4952
+ COTH: {
4953
+ description: string;
4954
+ abstract: string;
4955
+ links: {
4956
+ title: string;
4957
+ url: string;
4958
+ }[];
4959
+ functionParameter: {
4960
+ number: {
4499
4961
  name: string;
4500
4962
  detail: string;
4501
4963
  };
4502
4964
  };
4503
4965
  };
4504
- ISO_CEILING: {
4966
+ CSC: {
4505
4967
  description: string;
4506
4968
  abstract: string;
4507
4969
  links: {
@@ -4509,17 +4971,27 @@ declare const _default: {
4509
4971
  url: string;
4510
4972
  }[];
4511
4973
  functionParameter: {
4512
- number1: {
4974
+ number: {
4513
4975
  name: string;
4514
4976
  detail: string;
4515
4977
  };
4516
- number2: {
4978
+ };
4979
+ };
4980
+ CSCH: {
4981
+ description: string;
4982
+ abstract: string;
4983
+ links: {
4984
+ title: string;
4985
+ url: string;
4986
+ }[];
4987
+ functionParameter: {
4988
+ number: {
4517
4989
  name: string;
4518
4990
  detail: string;
4519
4991
  };
4520
4992
  };
4521
4993
  };
4522
- LCM: {
4994
+ DECIMAL: {
4523
4995
  description: string;
4524
4996
  abstract: string;
4525
4997
  links: {
@@ -4527,17 +4999,31 @@ declare const _default: {
4527
4999
  url: string;
4528
5000
  }[];
4529
5001
  functionParameter: {
4530
- number1: {
5002
+ text: {
4531
5003
  name: string;
4532
5004
  detail: string;
4533
5005
  };
4534
- number2: {
5006
+ radix: {
4535
5007
  name: string;
4536
5008
  detail: string;
4537
5009
  };
4538
5010
  };
4539
5011
  };
4540
- LN: {
5012
+ DEGREES: {
5013
+ description: string;
5014
+ abstract: string;
5015
+ links: {
5016
+ title: string;
5017
+ url: string;
5018
+ }[];
5019
+ functionParameter: {
5020
+ angle: {
5021
+ name: string;
5022
+ detail: string;
5023
+ };
5024
+ };
5025
+ };
5026
+ EVEN: {
4541
5027
  description: string;
4542
5028
  abstract: string;
4543
5029
  links: {
@@ -4551,7 +5037,21 @@ declare const _default: {
4551
5037
  };
4552
5038
  };
4553
5039
  };
4554
- LOG: {
5040
+ EXP: {
5041
+ description: string;
5042
+ abstract: string;
5043
+ links: {
5044
+ title: string;
5045
+ url: string;
5046
+ }[];
5047
+ functionParameter: {
5048
+ number: {
5049
+ name: string;
5050
+ detail: string;
5051
+ };
5052
+ };
5053
+ };
5054
+ FLOOR: {
4555
5055
  description: string;
4556
5056
  abstract: string;
4557
5057
  links: {
@@ -4563,13 +5063,13 @@ declare const _default: {
4563
5063
  name: string;
4564
5064
  detail: string;
4565
5065
  };
4566
- base: {
5066
+ significance: {
4567
5067
  name: string;
4568
5068
  detail: string;
4569
5069
  };
4570
5070
  };
4571
5071
  };
4572
- LOG10: {
5072
+ FLOOR_MATH: {
4573
5073
  description: string;
4574
5074
  abstract: string;
4575
5075
  links: {
@@ -4581,27 +5081,17 @@ declare const _default: {
4581
5081
  name: string;
4582
5082
  detail: string;
4583
5083
  };
4584
- };
4585
- };
4586
- MDETERM: {
4587
- description: string;
4588
- abstract: string;
4589
- links: {
4590
- title: string;
4591
- url: string;
4592
- }[];
4593
- functionParameter: {
4594
- number1: {
5084
+ significance: {
4595
5085
  name: string;
4596
5086
  detail: string;
4597
5087
  };
4598
- number2: {
5088
+ mode: {
4599
5089
  name: string;
4600
5090
  detail: string;
4601
5091
  };
4602
5092
  };
4603
5093
  };
4604
- MINVERSE: {
5094
+ FLOOR_PRECISE: {
4605
5095
  description: string;
4606
5096
  abstract: string;
4607
5097
  links: {
@@ -4609,17 +5099,17 @@ declare const _default: {
4609
5099
  url: string;
4610
5100
  }[];
4611
5101
  functionParameter: {
4612
- number1: {
5102
+ number: {
4613
5103
  name: string;
4614
5104
  detail: string;
4615
5105
  };
4616
- number2: {
5106
+ significance: {
4617
5107
  name: string;
4618
5108
  detail: string;
4619
5109
  };
4620
5110
  };
4621
5111
  };
4622
- MMULT: {
5112
+ LN: {
4623
5113
  description: string;
4624
5114
  abstract: string;
4625
5115
  links: {
@@ -4627,17 +5117,13 @@ declare const _default: {
4627
5117
  url: string;
4628
5118
  }[];
4629
5119
  functionParameter: {
4630
- number1: {
4631
- name: string;
4632
- detail: string;
4633
- };
4634
- number2: {
5120
+ number: {
4635
5121
  name: string;
4636
5122
  detail: string;
4637
5123
  };
4638
5124
  };
4639
5125
  };
4640
- MOD: {
5126
+ LOG: {
4641
5127
  description: string;
4642
5128
  abstract: string;
4643
5129
  links: {
@@ -4649,13 +5135,13 @@ declare const _default: {
4649
5135
  name: string;
4650
5136
  detail: string;
4651
5137
  };
4652
- divisor: {
5138
+ base: {
4653
5139
  name: string;
4654
5140
  detail: string;
4655
5141
  };
4656
5142
  };
4657
5143
  };
4658
- MROUND: {
5144
+ LOG10: {
4659
5145
  description: string;
4660
5146
  abstract: string;
4661
5147
  links: {
@@ -4667,13 +5153,9 @@ declare const _default: {
4667
5153
  name: string;
4668
5154
  detail: string;
4669
5155
  };
4670
- multiple: {
4671
- name: string;
4672
- detail: string;
4673
- };
4674
5156
  };
4675
5157
  };
4676
- MULTINOMIAL: {
5158
+ MOD: {
4677
5159
  description: string;
4678
5160
  abstract: string;
4679
5161
  links: {
@@ -4681,17 +5163,17 @@ declare const _default: {
4681
5163
  url: string;
4682
5164
  }[];
4683
5165
  functionParameter: {
4684
- number1: {
5166
+ number: {
4685
5167
  name: string;
4686
5168
  detail: string;
4687
5169
  };
4688
- number2: {
5170
+ divisor: {
4689
5171
  name: string;
4690
5172
  detail: string;
4691
5173
  };
4692
5174
  };
4693
5175
  };
4694
- MUNIT: {
5176
+ MROUND: {
4695
5177
  description: string;
4696
5178
  abstract: string;
4697
5179
  links: {
@@ -4699,11 +5181,11 @@ declare const _default: {
4699
5181
  url: string;
4700
5182
  }[];
4701
5183
  functionParameter: {
4702
- number1: {
5184
+ number: {
4703
5185
  name: string;
4704
5186
  detail: string;
4705
5187
  };
4706
- number2: {
5188
+ multiple: {
4707
5189
  name: string;
4708
5190
  detail: string;
4709
5191
  };
@@ -4768,24 +5250,6 @@ declare const _default: {
4768
5250
  };
4769
5251
  };
4770
5252
  };
4771
- QUOTIENT: {
4772
- description: string;
4773
- abstract: string;
4774
- links: {
4775
- title: string;
4776
- url: string;
4777
- }[];
4778
- functionParameter: {
4779
- number1: {
4780
- name: string;
4781
- detail: string;
4782
- };
4783
- number2: {
4784
- name: string;
4785
- detail: string;
4786
- };
4787
- };
4788
- };
4789
5253
  RADIANS: {
4790
5254
  description: string;
4791
5255
  abstract: string;
@@ -4857,24 +5321,6 @@ declare const _default: {
4857
5321
  };
4858
5322
  };
4859
5323
  };
4860
- ROMAN: {
4861
- description: string;
4862
- abstract: string;
4863
- links: {
4864
- title: string;
4865
- url: string;
4866
- }[];
4867
- functionParameter: {
4868
- number1: {
4869
- name: string;
4870
- detail: string;
4871
- };
4872
- number2: {
4873
- name: string;
4874
- detail: string;
4875
- };
4876
- };
4877
- };
4878
5324
  ROUND: {
4879
5325
  description: string;
4880
5326
  abstract: string;
@@ -4957,60 +5403,6 @@ declare const _default: {
4957
5403
  };
4958
5404
  };
4959
5405
  };
4960
- SERIESSUM: {
4961
- description: string;
4962
- abstract: string;
4963
- links: {
4964
- title: string;
4965
- url: string;
4966
- }[];
4967
- functionParameter: {
4968
- number1: {
4969
- name: string;
4970
- detail: string;
4971
- };
4972
- number2: {
4973
- name: string;
4974
- detail: string;
4975
- };
4976
- };
4977
- };
4978
- SEQUENCE: {
4979
- description: string;
4980
- abstract: string;
4981
- links: {
4982
- title: string;
4983
- url: string;
4984
- }[];
4985
- functionParameter: {
4986
- number1: {
4987
- name: string;
4988
- detail: string;
4989
- };
4990
- number2: {
4991
- name: string;
4992
- detail: string;
4993
- };
4994
- };
4995
- };
4996
- SIGN: {
4997
- description: string;
4998
- abstract: string;
4999
- links: {
5000
- title: string;
5001
- url: string;
5002
- }[];
5003
- functionParameter: {
5004
- number1: {
5005
- name: string;
5006
- detail: string;
5007
- };
5008
- number2: {
5009
- name: string;
5010
- detail: string;
5011
- };
5012
- };
5013
- };
5014
5406
  SIN: {
5015
5407
  description: string;
5016
5408
  abstract: string;
@@ -5285,11 +5677,11 @@ declare const _default: {
5285
5677
  url: string;
5286
5678
  }[];
5287
5679
  functionParameter: {
5288
- number1: {
5680
+ number: {
5289
5681
  name: string;
5290
5682
  detail: string;
5291
5683
  };
5292
- number2: {
5684
+ numDigits: {
5293
5685
  name: string;
5294
5686
  detail: string;
5295
5687
  };
@@ -5325,11 +5717,15 @@ declare const _default: {
5325
5717
  url: string;
5326
5718
  }[];
5327
5719
  functionParameter: {
5328
- number1: {
5720
+ startDate: {
5329
5721
  name: string;
5330
5722
  detail: string;
5331
5723
  };
5332
- number2: {
5724
+ endDate: {
5725
+ name: string;
5726
+ detail: string;
5727
+ };
5728
+ method: {
5333
5729
  name: string;
5334
5730
  detail: string;
5335
5731
  };
@@ -5371,11 +5767,11 @@ declare const _default: {
5371
5767
  url: string;
5372
5768
  }[];
5373
5769
  functionParameter: {
5374
- number1: {
5770
+ endDate: {
5375
5771
  name: string;
5376
5772
  detail: string;
5377
5773
  };
5378
- number2: {
5774
+ startDate: {
5379
5775
  name: string;
5380
5776
  detail: string;
5381
5777
  };
@@ -5389,11 +5785,15 @@ declare const _default: {
5389
5785
  url: string;
5390
5786
  }[];
5391
5787
  functionParameter: {
5392
- number1: {
5788
+ startDate: {
5393
5789
  name: string;
5394
5790
  detail: string;
5395
5791
  };
5396
- number2: {
5792
+ endDate: {
5793
+ name: string;
5794
+ detail: string;
5795
+ };
5796
+ method: {
5397
5797
  name: string;
5398
5798
  detail: string;
5399
5799
  };
@@ -5425,11 +5825,11 @@ declare const _default: {
5425
5825
  url: string;
5426
5826
  }[];
5427
5827
  functionParameter: {
5428
- number1: {
5828
+ startDate: {
5429
5829
  name: string;
5430
5830
  detail: string;
5431
5831
  };
5432
- number2: {
5832
+ months: {
5433
5833
  name: string;
5434
5834
  detail: string;
5435
5835
  };
@@ -5443,11 +5843,21 @@ declare const _default: {
5443
5843
  url: string;
5444
5844
  }[];
5445
5845
  functionParameter: {
5446
- number1: {
5846
+ serialNumber: {
5447
5847
  name: string;
5448
5848
  detail: string;
5449
5849
  };
5450
- number2: {
5850
+ };
5851
+ };
5852
+ ISOWEEKNUM: {
5853
+ description: string;
5854
+ abstract: string;
5855
+ links: {
5856
+ title: string;
5857
+ url: string;
5858
+ }[];
5859
+ functionParameter: {
5860
+ date: {
5451
5861
  name: string;
5452
5862
  detail: string;
5453
5863
  };
@@ -5461,11 +5871,7 @@ declare const _default: {
5461
5871
  url: string;
5462
5872
  }[];
5463
5873
  functionParameter: {
5464
- number1: {
5465
- name: string;
5466
- detail: string;
5467
- };
5468
- number2: {
5874
+ serialNumber: {
5469
5875
  name: string;
5470
5876
  detail: string;
5471
5877
  };
@@ -5493,17 +5899,21 @@ declare const _default: {
5493
5899
  url: string;
5494
5900
  }[];
5495
5901
  functionParameter: {
5496
- number1: {
5902
+ startDate: {
5497
5903
  name: string;
5498
5904
  detail: string;
5499
5905
  };
5500
- number2: {
5906
+ endDate: {
5907
+ name: string;
5908
+ detail: string;
5909
+ };
5910
+ holidays: {
5501
5911
  name: string;
5502
5912
  detail: string;
5503
5913
  };
5504
5914
  };
5505
5915
  };
5506
- SECOND: {
5916
+ NETWORKDAYS_INTL: {
5507
5917
  description: string;
5508
5918
  abstract: string;
5509
5919
  links: {
@@ -5511,11 +5921,42 @@ declare const _default: {
5511
5921
  url: string;
5512
5922
  }[];
5513
5923
  functionParameter: {
5514
- number1: {
5924
+ startDate: {
5515
5925
  name: string;
5516
5926
  detail: string;
5517
5927
  };
5518
- number2: {
5928
+ endDate: {
5929
+ name: string;
5930
+ detail: string;
5931
+ };
5932
+ weekend: {
5933
+ name: string;
5934
+ detail: string;
5935
+ };
5936
+ holidays: {
5937
+ name: string;
5938
+ detail: string;
5939
+ };
5940
+ };
5941
+ };
5942
+ NOW: {
5943
+ description: string;
5944
+ abstract: string;
5945
+ links: {
5946
+ title: string;
5947
+ url: string;
5948
+ }[];
5949
+ functionParameter: {};
5950
+ };
5951
+ SECOND: {
5952
+ description: string;
5953
+ abstract: string;
5954
+ links: {
5955
+ title: string;
5956
+ url: string;
5957
+ }[];
5958
+ functionParameter: {
5959
+ serialNumber: {
5519
5960
  name: string;
5520
5961
  detail: string;
5521
5962
  };
@@ -5529,11 +5970,15 @@ declare const _default: {
5529
5970
  url: string;
5530
5971
  }[];
5531
5972
  functionParameter: {
5532
- number1: {
5973
+ hour: {
5533
5974
  name: string;
5534
5975
  detail: string;
5535
5976
  };
5536
- number2: {
5977
+ minute: {
5978
+ name: string;
5979
+ detail: string;
5980
+ };
5981
+ second: {
5537
5982
  name: string;
5538
5983
  detail: string;
5539
5984
  };
@@ -5570,11 +6015,11 @@ declare const _default: {
5570
6015
  url: string;
5571
6016
  }[];
5572
6017
  functionParameter: {
5573
- number1: {
6018
+ serialNumber: {
5574
6019
  name: string;
5575
6020
  detail: string;
5576
6021
  };
5577
- number2: {
6022
+ returnType: {
5578
6023
  name: string;
5579
6024
  detail: string;
5580
6025
  };
@@ -5588,11 +6033,11 @@ declare const _default: {
5588
6033
  url: string;
5589
6034
  }[];
5590
6035
  functionParameter: {
5591
- number1: {
6036
+ serialNumber: {
5592
6037
  name: string;
5593
6038
  detail: string;
5594
6039
  };
5595
- number2: {
6040
+ returnType: {
5596
6041
  name: string;
5597
6042
  detail: string;
5598
6043
  };
@@ -5620,6 +6065,32 @@ declare const _default: {
5620
6065
  };
5621
6066
  };
5622
6067
  };
6068
+ WORKDAY_INTL: {
6069
+ description: string;
6070
+ abstract: string;
6071
+ links: {
6072
+ title: string;
6073
+ url: string;
6074
+ }[];
6075
+ functionParameter: {
6076
+ startDate: {
6077
+ name: string;
6078
+ detail: string;
6079
+ };
6080
+ days: {
6081
+ name: string;
6082
+ detail: string;
6083
+ };
6084
+ weekend: {
6085
+ name: string;
6086
+ detail: string;
6087
+ };
6088
+ holidays: {
6089
+ name: string;
6090
+ detail: string;
6091
+ };
6092
+ };
6093
+ };
5623
6094
  YEAR: {
5624
6095
  description: string;
5625
6096
  abstract: string;