@univerjs/sheets-formula 0.2.6 → 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 (35) hide show
  1. package/lib/cjs/index.js +4 -4
  2. package/lib/es/index.js +324 -377
  3. package/lib/locale/en-US.json +82 -88
  4. package/lib/locale/ru-RU.json +79 -85
  5. package/lib/locale/vi-VN.json +1988 -1483
  6. package/lib/locale/zh-CN.json +122 -128
  7. package/lib/locale/zh-TW.json +206 -244
  8. package/lib/types/controllers/prompt.controller.d.ts +3 -5
  9. package/lib/types/index.d.ts +1 -0
  10. package/lib/types/locale/en-US.d.ts +32 -38
  11. package/lib/types/locale/function-list/date/vi-VN.d.ts +105 -26
  12. package/lib/types/locale/function-list/date/zh-TW.d.ts +32 -8
  13. package/lib/types/locale/function-list/information/ja-JP.d.ts +8 -40
  14. package/lib/types/locale/function-list/information/vi-VN.d.ts +218 -3
  15. package/lib/types/locale/function-list/logical/en-US.d.ts +31 -33
  16. package/lib/types/locale/function-list/logical/ja-JP.d.ts +31 -33
  17. package/lib/types/locale/function-list/logical/vi-VN.d.ts +31 -33
  18. package/lib/types/locale/function-list/logical/zh-CN.d.ts +31 -33
  19. package/lib/types/locale/function-list/logical/zh-TW.d.ts +31 -33
  20. package/lib/types/locale/function-list/lookup/en-US.d.ts +1 -5
  21. package/lib/types/locale/function-list/lookup/ja-JP.d.ts +1 -5
  22. package/lib/types/locale/function-list/lookup/vi-VN.d.ts +421 -9
  23. package/lib/types/locale/function-list/lookup/zh-CN.d.ts +1 -5
  24. package/lib/types/locale/function-list/lookup/zh-TW.d.ts +1 -5
  25. package/lib/types/locale/function-list/math/vi-VN.d.ts +1022 -3
  26. package/lib/types/locale/function-list/math/zh-TW.d.ts +21 -77
  27. package/lib/types/locale/function-list/statistical/vi-VN.d.ts +334 -0
  28. package/lib/types/locale/function-list/text/vi-VN.d.ts +135 -1
  29. package/lib/types/locale/ru-RU.d.ts +32 -38
  30. package/lib/types/locale/vi-VN.d.ts +917 -446
  31. package/lib/types/locale/zh-CN.d.ts +32 -38
  32. package/lib/types/locale/zh-TW.d.ts +85 -123
  33. package/lib/types/services/prompt.service.d.ts +5 -1
  34. package/lib/umd/index.js +4 -4
  35. package/package.json +23 -23
@@ -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
  };
@@ -3549,7 +3559,415 @@ declare const _default: {
3549
3559
  name: string;
3550
3560
  detail: string;
3551
3561
  };
3552
- number2: {
3562
+ number2: {
3563
+ name: string;
3564
+ detail: string;
3565
+ };
3566
+ };
3567
+ };
3568
+ FILTER: {
3569
+ description: string;
3570
+ abstract: string;
3571
+ links: {
3572
+ title: string;
3573
+ url: string;
3574
+ }[];
3575
+ functionParameter: {
3576
+ array: {
3577
+ name: string;
3578
+ detail: string;
3579
+ };
3580
+ include: {
3581
+ name: string;
3582
+ detail: string;
3583
+ };
3584
+ ifEmpty: {
3585
+ name: string;
3586
+ detail: string;
3587
+ };
3588
+ };
3589
+ };
3590
+ HLOOKUP: {
3591
+ description: string;
3592
+ abstract: string;
3593
+ links: {
3594
+ title: string;
3595
+ url: string;
3596
+ }[];
3597
+ functionParameter: {
3598
+ lookupValue: {
3599
+ name: string;
3600
+ detail: string;
3601
+ };
3602
+ tableArray: {
3603
+ name: string;
3604
+ detail: string;
3605
+ };
3606
+ rowIndexNum: {
3607
+ name: string;
3608
+ detail: string;
3609
+ };
3610
+ rangeLookup: {
3611
+ name: string;
3612
+ detail: string;
3613
+ };
3614
+ };
3615
+ };
3616
+ HSTACK: {
3617
+ description: string;
3618
+ abstract: string;
3619
+ links: {
3620
+ title: string;
3621
+ url: string;
3622
+ }[];
3623
+ functionParameter: {
3624
+ array1: {
3625
+ name: string;
3626
+ detail: string;
3627
+ };
3628
+ array2: {
3629
+ name: string;
3630
+ detail: string;
3631
+ };
3632
+ };
3633
+ };
3634
+ INDEX: {
3635
+ description: string;
3636
+ abstract: string;
3637
+ links: {
3638
+ title: string;
3639
+ url: string;
3640
+ }[];
3641
+ functionParameter: {
3642
+ reference: {
3643
+ name: string;
3644
+ detail: string;
3645
+ };
3646
+ rowNum: {
3647
+ name: string;
3648
+ detail: string;
3649
+ };
3650
+ columnNum: {
3651
+ name: string;
3652
+ detail: string;
3653
+ };
3654
+ areaNum: {
3655
+ name: string;
3656
+ detail: string;
3657
+ };
3658
+ };
3659
+ };
3660
+ INDIRECT: {
3661
+ description: string;
3662
+ abstract: string;
3663
+ links: {
3664
+ title: string;
3665
+ url: string;
3666
+ }[];
3667
+ functionParameter: {
3668
+ refText: {
3669
+ name: string;
3670
+ detail: string;
3671
+ };
3672
+ a1: {
3673
+ name: string;
3674
+ detail: string;
3675
+ };
3676
+ };
3677
+ };
3678
+ LOOKUP: {
3679
+ description: string;
3680
+ abstract: string;
3681
+ links: {
3682
+ title: string;
3683
+ url: string;
3684
+ }[];
3685
+ functionParameter: {
3686
+ lookupValue: {
3687
+ name: string;
3688
+ detail: string;
3689
+ };
3690
+ lookupVectorOrArray: {
3691
+ name: string;
3692
+ detail: string;
3693
+ };
3694
+ resultVector: {
3695
+ name: string;
3696
+ detail: string;
3697
+ };
3698
+ };
3699
+ };
3700
+ MATCH: {
3701
+ description: string;
3702
+ abstract: string;
3703
+ links: {
3704
+ title: string;
3705
+ url: string;
3706
+ }[];
3707
+ functionParameter: {
3708
+ lookupValue: {
3709
+ name: string;
3710
+ detail: string;
3711
+ };
3712
+ lookupArray: {
3713
+ name: string;
3714
+ detail: string;
3715
+ };
3716
+ matchType: {
3717
+ name: string;
3718
+ detail: string;
3719
+ };
3720
+ };
3721
+ };
3722
+ OFFSET: {
3723
+ description: string;
3724
+ abstract: string;
3725
+ links: {
3726
+ title: string;
3727
+ url: string;
3728
+ }[];
3729
+ functionParameter: {
3730
+ reference: {
3731
+ name: string;
3732
+ detail: string;
3733
+ };
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: {
3747
+ name: string;
3748
+ detail: string;
3749
+ };
3750
+ };
3751
+ };
3752
+ ROW: {
3753
+ description: string;
3754
+ abstract: string;
3755
+ links: {
3756
+ title: string;
3757
+ url: string;
3758
+ }[];
3759
+ functionParameter: {
3760
+ reference: {
3761
+ name: string;
3762
+ detail: string;
3763
+ };
3764
+ };
3765
+ };
3766
+ ROWS: {
3767
+ description: string;
3768
+ abstract: string;
3769
+ links: {
3770
+ title: string;
3771
+ url: string;
3772
+ }[];
3773
+ functionParameter: {
3774
+ array: {
3775
+ name: string;
3776
+ detail: string;
3777
+ };
3778
+ };
3779
+ };
3780
+ SORT: {
3781
+ description: string;
3782
+ abstract: string;
3783
+ links: {
3784
+ title: string;
3785
+ url: string;
3786
+ }[];
3787
+ functionParameter: {
3788
+ array: {
3789
+ name: string;
3790
+ detail: string;
3791
+ };
3792
+ sortIndex: {
3793
+ name: string;
3794
+ detail: string;
3795
+ };
3796
+ sortOrder: {
3797
+ name: string;
3798
+ detail: string;
3799
+ };
3800
+ byCol: {
3801
+ name: string;
3802
+ detail: string;
3803
+ };
3804
+ };
3805
+ };
3806
+ SORTBY: {
3807
+ description: string;
3808
+ abstract: string;
3809
+ links: {
3810
+ title: string;
3811
+ url: string;
3812
+ }[];
3813
+ functionParameter: {
3814
+ array: {
3815
+ name: string;
3816
+ detail: string;
3817
+ };
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: {
3831
+ name: string;
3832
+ detail: string;
3833
+ };
3834
+ };
3835
+ };
3836
+ TRANSPOSE: {
3837
+ description: string;
3838
+ abstract: string;
3839
+ links: {
3840
+ title: string;
3841
+ url: string;
3842
+ }[];
3843
+ functionParameter: {
3844
+ array: {
3845
+ name: string;
3846
+ detail: string;
3847
+ };
3848
+ };
3849
+ };
3850
+ UNIQUE: {
3851
+ description: string;
3852
+ abstract: string;
3853
+ links: {
3854
+ title: string;
3855
+ url: string;
3856
+ }[];
3857
+ functionParameter: {
3858
+ array: {
3859
+ name: string;
3860
+ detail: string;
3861
+ };
3862
+ byCol: {
3863
+ name: string;
3864
+ detail: string;
3865
+ };
3866
+ exactlyOnce: {
3867
+ name: string;
3868
+ detail: string;
3869
+ };
3870
+ };
3871
+ };
3872
+ VLOOKUP: {
3873
+ description: string;
3874
+ abstract: string;
3875
+ links: {
3876
+ title: string;
3877
+ url: string;
3878
+ }[];
3879
+ functionParameter: {
3880
+ lookupValue: {
3881
+ name: string;
3882
+ detail: string;
3883
+ };
3884
+ tableArray: {
3885
+ name: string;
3886
+ detail: string;
3887
+ };
3888
+ colIndexNum: {
3889
+ name: string;
3890
+ detail: string;
3891
+ };
3892
+ rangeLookup: {
3893
+ name: string;
3894
+ detail: string;
3895
+ };
3896
+ };
3897
+ };
3898
+ VSTACK: {
3899
+ description: string;
3900
+ abstract: string;
3901
+ links: {
3902
+ title: string;
3903
+ url: string;
3904
+ }[];
3905
+ functionParameter: {
3906
+ array1: {
3907
+ name: string;
3908
+ detail: string;
3909
+ };
3910
+ array2: {
3911
+ name: string;
3912
+ detail: string;
3913
+ };
3914
+ };
3915
+ };
3916
+ XLOOKUP: {
3917
+ description: string;
3918
+ abstract: string;
3919
+ links: {
3920
+ title: string;
3921
+ url: string;
3922
+ }[];
3923
+ functionParameter: {
3924
+ lookupValue: {
3925
+ name: string;
3926
+ detail: string;
3927
+ };
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: {
3945
+ name: string;
3946
+ detail: string;
3947
+ };
3948
+ };
3949
+ };
3950
+ XMATCH: {
3951
+ description: string;
3952
+ abstract: string;
3953
+ links: {
3954
+ title: string;
3955
+ url: string;
3956
+ }[];
3957
+ functionParameter: {
3958
+ lookupValue: {
3959
+ name: string;
3960
+ detail: string;
3961
+ };
3962
+ lookupArray: {
3963
+ name: string;
3964
+ detail: string;
3965
+ };
3966
+ matchMode: {
3967
+ name: string;
3968
+ detail: string;
3969
+ };
3970
+ searchMode: {
3553
3971
  name: string;
3554
3972
  detail: string;
3555
3973
  };
@@ -3931,7 +4349,7 @@ declare const _default: {
3931
4349
  };
3932
4350
  };
3933
4351
  };
3934
- ABS: {
4352
+ COUNTBLANK: {
3935
4353
  description: string;
3936
4354
  abstract: string;
3937
4355
  links: {
@@ -3939,13 +4357,13 @@ declare const _default: {
3939
4357
  url: string;
3940
4358
  }[];
3941
4359
  functionParameter: {
3942
- number: {
4360
+ range: {
3943
4361
  name: string;
3944
4362
  detail: string;
3945
4363
  };
3946
4364
  };
3947
4365
  };
3948
- ACOS: {
4366
+ COUNTIF: {
3949
4367
  description: string;
3950
4368
  abstract: string;
3951
4369
  links: {
@@ -3953,13 +4371,17 @@ declare const _default: {
3953
4371
  url: string;
3954
4372
  }[];
3955
4373
  functionParameter: {
3956
- number: {
4374
+ range: {
4375
+ name: string;
4376
+ detail: string;
4377
+ };
4378
+ criteria: {
3957
4379
  name: string;
3958
4380
  detail: string;
3959
4381
  };
3960
4382
  };
3961
4383
  };
3962
- ACOSH: {
4384
+ COUNTIFS: {
3963
4385
  description: string;
3964
4386
  abstract: string;
3965
4387
  links: {
@@ -3967,13 +4389,25 @@ declare const _default: {
3967
4389
  url: string;
3968
4390
  }[];
3969
4391
  functionParameter: {
3970
- number: {
4392
+ criteriaRange1: {
4393
+ name: string;
4394
+ detail: string;
4395
+ };
4396
+ criteria1: {
4397
+ name: string;
4398
+ detail: string;
4399
+ };
4400
+ criteriaRange2: {
4401
+ name: string;
4402
+ detail: string;
4403
+ };
4404
+ criteria2: {
3971
4405
  name: string;
3972
4406
  detail: string;
3973
4407
  };
3974
4408
  };
3975
4409
  };
3976
- ACOT: {
4410
+ MAX: {
3977
4411
  description: string;
3978
4412
  abstract: string;
3979
4413
  links: {
@@ -3981,13 +4415,17 @@ declare const _default: {
3981
4415
  url: string;
3982
4416
  }[];
3983
4417
  functionParameter: {
3984
- number: {
4418
+ number1: {
4419
+ name: string;
4420
+ detail: string;
4421
+ };
4422
+ number2: {
3985
4423
  name: string;
3986
4424
  detail: string;
3987
4425
  };
3988
4426
  };
3989
4427
  };
3990
- ACOTH: {
4428
+ MAXA: {
3991
4429
  description: string;
3992
4430
  abstract: string;
3993
4431
  links: {
@@ -3995,13 +4433,17 @@ declare const _default: {
3995
4433
  url: string;
3996
4434
  }[];
3997
4435
  functionParameter: {
3998
- number: {
4436
+ value1: {
4437
+ name: string;
4438
+ detail: string;
4439
+ };
4440
+ value2: {
3999
4441
  name: string;
4000
4442
  detail: string;
4001
4443
  };
4002
4444
  };
4003
4445
  };
4004
- AGGREGATE: {
4446
+ MAXIFS: {
4005
4447
  description: string;
4006
4448
  abstract: string;
4007
4449
  links: {
@@ -4009,17 +4451,29 @@ declare const _default: {
4009
4451
  url: string;
4010
4452
  }[];
4011
4453
  functionParameter: {
4012
- number1: {
4454
+ maxRange: {
4013
4455
  name: string;
4014
4456
  detail: string;
4015
4457
  };
4016
- number2: {
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: {
4017
4471
  name: string;
4018
4472
  detail: string;
4019
4473
  };
4020
4474
  };
4021
4475
  };
4022
- ARABIC: {
4476
+ MIN: {
4023
4477
  description: string;
4024
4478
  abstract: string;
4025
4479
  links: {
@@ -4037,7 +4491,7 @@ declare const _default: {
4037
4491
  };
4038
4492
  };
4039
4493
  };
4040
- ASIN: {
4494
+ MINA: {
4041
4495
  description: string;
4042
4496
  abstract: string;
4043
4497
  links: {
@@ -4045,27 +4499,17 @@ declare const _default: {
4045
4499
  url: string;
4046
4500
  }[];
4047
4501
  functionParameter: {
4048
- number: {
4502
+ value1: {
4049
4503
  name: string;
4050
4504
  detail: string;
4051
4505
  };
4052
- };
4053
- };
4054
- ASINH: {
4055
- description: string;
4056
- abstract: string;
4057
- links: {
4058
- title: string;
4059
- url: string;
4060
- }[];
4061
- functionParameter: {
4062
- number: {
4506
+ value2: {
4063
4507
  name: string;
4064
4508
  detail: string;
4065
4509
  };
4066
4510
  };
4067
4511
  };
4068
- ATAN: {
4512
+ MINIFS: {
4069
4513
  description: string;
4070
4514
  abstract: string;
4071
4515
  links: {
@@ -4073,13 +4517,29 @@ declare const _default: {
4073
4517
  url: string;
4074
4518
  }[];
4075
4519
  functionParameter: {
4076
- number: {
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: {
4077
4537
  name: string;
4078
4538
  detail: string;
4079
4539
  };
4080
4540
  };
4081
4541
  };
4082
- ATAN2: {
4542
+ STDEV_P: {
4083
4543
  description: string;
4084
4544
  abstract: string;
4085
4545
  links: {
@@ -4087,17 +4547,17 @@ declare const _default: {
4087
4547
  url: string;
4088
4548
  }[];
4089
4549
  functionParameter: {
4090
- xNum: {
4550
+ number1: {
4091
4551
  name: string;
4092
4552
  detail: string;
4093
4553
  };
4094
- yNum: {
4554
+ number2: {
4095
4555
  name: string;
4096
4556
  detail: string;
4097
4557
  };
4098
4558
  };
4099
4559
  };
4100
- ATANH: {
4560
+ STDEV_S: {
4101
4561
  description: string;
4102
4562
  abstract: string;
4103
4563
  links: {
@@ -4105,13 +4565,17 @@ declare const _default: {
4105
4565
  url: string;
4106
4566
  }[];
4107
4567
  functionParameter: {
4108
- number: {
4568
+ number1: {
4569
+ name: string;
4570
+ detail: string;
4571
+ };
4572
+ number2: {
4109
4573
  name: string;
4110
4574
  detail: string;
4111
4575
  };
4112
4576
  };
4113
4577
  };
4114
- BASE: {
4578
+ STDEVA: {
4115
4579
  description: string;
4116
4580
  abstract: string;
4117
4581
  links: {
@@ -4119,21 +4583,17 @@ declare const _default: {
4119
4583
  url: string;
4120
4584
  }[];
4121
4585
  functionParameter: {
4122
- number: {
4123
- name: string;
4124
- detail: string;
4125
- };
4126
- radix: {
4586
+ value1: {
4127
4587
  name: string;
4128
4588
  detail: string;
4129
4589
  };
4130
- minLength: {
4590
+ value2: {
4131
4591
  name: string;
4132
4592
  detail: string;
4133
4593
  };
4134
4594
  };
4135
4595
  };
4136
- CEILING: {
4596
+ STDEVPA: {
4137
4597
  description: string;
4138
4598
  abstract: string;
4139
4599
  links: {
@@ -4141,17 +4601,17 @@ declare const _default: {
4141
4601
  url: string;
4142
4602
  }[];
4143
4603
  functionParameter: {
4144
- number: {
4604
+ value1: {
4145
4605
  name: string;
4146
4606
  detail: string;
4147
4607
  };
4148
- significance: {
4608
+ value2: {
4149
4609
  name: string;
4150
4610
  detail: string;
4151
4611
  };
4152
4612
  };
4153
4613
  };
4154
- CEILING_MATH: {
4614
+ VAR_P: {
4155
4615
  description: string;
4156
4616
  abstract: string;
4157
4617
  links: {
@@ -4159,21 +4619,17 @@ declare const _default: {
4159
4619
  url: string;
4160
4620
  }[];
4161
4621
  functionParameter: {
4162
- number: {
4163
- name: string;
4164
- detail: string;
4165
- };
4166
- significance: {
4622
+ number1: {
4167
4623
  name: string;
4168
4624
  detail: string;
4169
4625
  };
4170
- mode: {
4626
+ number2: {
4171
4627
  name: string;
4172
4628
  detail: string;
4173
4629
  };
4174
4630
  };
4175
4631
  };
4176
- CEILING_PRECISE: {
4632
+ VAR_S: {
4177
4633
  description: string;
4178
4634
  abstract: string;
4179
4635
  links: {
@@ -4181,17 +4637,17 @@ declare const _default: {
4181
4637
  url: string;
4182
4638
  }[];
4183
4639
  functionParameter: {
4184
- number: {
4640
+ number1: {
4185
4641
  name: string;
4186
4642
  detail: string;
4187
4643
  };
4188
- significance: {
4644
+ number2: {
4189
4645
  name: string;
4190
4646
  detail: string;
4191
4647
  };
4192
4648
  };
4193
4649
  };
4194
- COMBIN: {
4650
+ VARA: {
4195
4651
  description: string;
4196
4652
  abstract: string;
4197
4653
  links: {
@@ -4199,17 +4655,17 @@ declare const _default: {
4199
4655
  url: string;
4200
4656
  }[];
4201
4657
  functionParameter: {
4202
- number1: {
4658
+ value1: {
4203
4659
  name: string;
4204
4660
  detail: string;
4205
4661
  };
4206
- number2: {
4662
+ value2: {
4207
4663
  name: string;
4208
4664
  detail: string;
4209
4665
  };
4210
4666
  };
4211
4667
  };
4212
- COMBINA: {
4668
+ VARPA: {
4213
4669
  description: string;
4214
4670
  abstract: string;
4215
4671
  links: {
@@ -4217,17 +4673,17 @@ declare const _default: {
4217
4673
  url: string;
4218
4674
  }[];
4219
4675
  functionParameter: {
4220
- number1: {
4676
+ value1: {
4221
4677
  name: string;
4222
4678
  detail: string;
4223
4679
  };
4224
- number2: {
4680
+ value2: {
4225
4681
  name: string;
4226
4682
  detail: string;
4227
4683
  };
4228
4684
  };
4229
4685
  };
4230
- COS: {
4686
+ ABS: {
4231
4687
  description: string;
4232
4688
  abstract: string;
4233
4689
  links: {
@@ -4241,7 +4697,7 @@ declare const _default: {
4241
4697
  };
4242
4698
  };
4243
4699
  };
4244
- COSH: {
4700
+ ACOS: {
4245
4701
  description: string;
4246
4702
  abstract: string;
4247
4703
  links: {
@@ -4255,7 +4711,7 @@ declare const _default: {
4255
4711
  };
4256
4712
  };
4257
4713
  };
4258
- COT: {
4714
+ ACOSH: {
4259
4715
  description: string;
4260
4716
  abstract: string;
4261
4717
  links: {
@@ -4269,7 +4725,7 @@ declare const _default: {
4269
4725
  };
4270
4726
  };
4271
4727
  };
4272
- COTH: {
4728
+ ACOT: {
4273
4729
  description: string;
4274
4730
  abstract: string;
4275
4731
  links: {
@@ -4283,7 +4739,7 @@ declare const _default: {
4283
4739
  };
4284
4740
  };
4285
4741
  };
4286
- CSC: {
4742
+ ACOTH: {
4287
4743
  description: string;
4288
4744
  abstract: string;
4289
4745
  links: {
@@ -4297,7 +4753,7 @@ declare const _default: {
4297
4753
  };
4298
4754
  };
4299
4755
  };
4300
- CSCH: {
4756
+ ASIN: {
4301
4757
  description: string;
4302
4758
  abstract: string;
4303
4759
  links: {
@@ -4311,7 +4767,7 @@ declare const _default: {
4311
4767
  };
4312
4768
  };
4313
4769
  };
4314
- DECIMAL: {
4770
+ ASINH: {
4315
4771
  description: string;
4316
4772
  abstract: string;
4317
4773
  links: {
@@ -4319,17 +4775,13 @@ declare const _default: {
4319
4775
  url: string;
4320
4776
  }[];
4321
4777
  functionParameter: {
4322
- text: {
4323
- name: string;
4324
- detail: string;
4325
- };
4326
- radix: {
4778
+ number: {
4327
4779
  name: string;
4328
4780
  detail: string;
4329
4781
  };
4330
4782
  };
4331
4783
  };
4332
- DEGREES: {
4784
+ ATAN: {
4333
4785
  description: string;
4334
4786
  abstract: string;
4335
4787
  links: {
@@ -4337,13 +4789,13 @@ declare const _default: {
4337
4789
  url: string;
4338
4790
  }[];
4339
4791
  functionParameter: {
4340
- angle: {
4792
+ number: {
4341
4793
  name: string;
4342
4794
  detail: string;
4343
4795
  };
4344
4796
  };
4345
4797
  };
4346
- EVEN: {
4798
+ ATAN2: {
4347
4799
  description: string;
4348
4800
  abstract: string;
4349
4801
  links: {
@@ -4351,13 +4803,17 @@ declare const _default: {
4351
4803
  url: string;
4352
4804
  }[];
4353
4805
  functionParameter: {
4354
- number: {
4806
+ xNum: {
4807
+ name: string;
4808
+ detail: string;
4809
+ };
4810
+ yNum: {
4355
4811
  name: string;
4356
4812
  detail: string;
4357
4813
  };
4358
4814
  };
4359
4815
  };
4360
- EXP: {
4816
+ ATANH: {
4361
4817
  description: string;
4362
4818
  abstract: string;
4363
4819
  links: {
@@ -4371,7 +4827,7 @@ declare const _default: {
4371
4827
  };
4372
4828
  };
4373
4829
  };
4374
- FACT: {
4830
+ BASE: {
4375
4831
  description: string;
4376
4832
  abstract: string;
4377
4833
  links: {
@@ -4379,17 +4835,21 @@ declare const _default: {
4379
4835
  url: string;
4380
4836
  }[];
4381
4837
  functionParameter: {
4382
- number1: {
4838
+ number: {
4383
4839
  name: string;
4384
4840
  detail: string;
4385
4841
  };
4386
- number2: {
4842
+ radix: {
4843
+ name: string;
4844
+ detail: string;
4845
+ };
4846
+ minLength: {
4387
4847
  name: string;
4388
4848
  detail: string;
4389
4849
  };
4390
4850
  };
4391
4851
  };
4392
- FACTDOUBLE: {
4852
+ CEILING: {
4393
4853
  description: string;
4394
4854
  abstract: string;
4395
4855
  links: {
@@ -4397,17 +4857,17 @@ declare const _default: {
4397
4857
  url: string;
4398
4858
  }[];
4399
4859
  functionParameter: {
4400
- number1: {
4860
+ number: {
4401
4861
  name: string;
4402
4862
  detail: string;
4403
4863
  };
4404
- number2: {
4864
+ significance: {
4405
4865
  name: string;
4406
4866
  detail: string;
4407
4867
  };
4408
4868
  };
4409
4869
  };
4410
- FLOOR: {
4870
+ CEILING_MATH: {
4411
4871
  description: string;
4412
4872
  abstract: string;
4413
4873
  links: {
@@ -4423,9 +4883,13 @@ declare const _default: {
4423
4883
  name: string;
4424
4884
  detail: string;
4425
4885
  };
4886
+ mode: {
4887
+ name: string;
4888
+ detail: string;
4889
+ };
4426
4890
  };
4427
4891
  };
4428
- FLOOR_MATH: {
4892
+ CEILING_PRECISE: {
4429
4893
  description: string;
4430
4894
  abstract: string;
4431
4895
  links: {
@@ -4441,13 +4905,9 @@ declare const _default: {
4441
4905
  name: string;
4442
4906
  detail: string;
4443
4907
  };
4444
- mode: {
4445
- name: string;
4446
- detail: string;
4447
- };
4448
4908
  };
4449
4909
  };
4450
- FLOOR_PRECISE: {
4910
+ COS: {
4451
4911
  description: string;
4452
4912
  abstract: string;
4453
4913
  links: {
@@ -4459,13 +4919,23 @@ declare const _default: {
4459
4919
  name: string;
4460
4920
  detail: string;
4461
4921
  };
4462
- significance: {
4922
+ };
4923
+ };
4924
+ COSH: {
4925
+ description: string;
4926
+ abstract: string;
4927
+ links: {
4928
+ title: string;
4929
+ url: string;
4930
+ }[];
4931
+ functionParameter: {
4932
+ number: {
4463
4933
  name: string;
4464
4934
  detail: string;
4465
4935
  };
4466
4936
  };
4467
4937
  };
4468
- GCD: {
4938
+ COT: {
4469
4939
  description: string;
4470
4940
  abstract: string;
4471
4941
  links: {
@@ -4473,17 +4943,27 @@ declare const _default: {
4473
4943
  url: string;
4474
4944
  }[];
4475
4945
  functionParameter: {
4476
- number1: {
4946
+ number: {
4477
4947
  name: string;
4478
4948
  detail: string;
4479
4949
  };
4480
- number2: {
4950
+ };
4951
+ };
4952
+ COTH: {
4953
+ description: string;
4954
+ abstract: string;
4955
+ links: {
4956
+ title: string;
4957
+ url: string;
4958
+ }[];
4959
+ functionParameter: {
4960
+ number: {
4481
4961
  name: string;
4482
4962
  detail: string;
4483
4963
  };
4484
4964
  };
4485
4965
  };
4486
- INT: {
4966
+ CSC: {
4487
4967
  description: string;
4488
4968
  abstract: string;
4489
4969
  links: {
@@ -4491,17 +4971,27 @@ declare const _default: {
4491
4971
  url: string;
4492
4972
  }[];
4493
4973
  functionParameter: {
4494
- number1: {
4974
+ number: {
4495
4975
  name: string;
4496
4976
  detail: string;
4497
4977
  };
4498
- number2: {
4978
+ };
4979
+ };
4980
+ CSCH: {
4981
+ description: string;
4982
+ abstract: string;
4983
+ links: {
4984
+ title: string;
4985
+ url: string;
4986
+ }[];
4987
+ functionParameter: {
4988
+ number: {
4499
4989
  name: string;
4500
4990
  detail: string;
4501
4991
  };
4502
4992
  };
4503
4993
  };
4504
- ISO_CEILING: {
4994
+ DECIMAL: {
4505
4995
  description: string;
4506
4996
  abstract: string;
4507
4997
  links: {
@@ -4509,17 +4999,17 @@ declare const _default: {
4509
4999
  url: string;
4510
5000
  }[];
4511
5001
  functionParameter: {
4512
- number1: {
5002
+ text: {
4513
5003
  name: string;
4514
5004
  detail: string;
4515
5005
  };
4516
- number2: {
5006
+ radix: {
4517
5007
  name: string;
4518
5008
  detail: string;
4519
5009
  };
4520
5010
  };
4521
5011
  };
4522
- LCM: {
5012
+ DEGREES: {
4523
5013
  description: string;
4524
5014
  abstract: string;
4525
5015
  links: {
@@ -4527,17 +5017,13 @@ declare const _default: {
4527
5017
  url: string;
4528
5018
  }[];
4529
5019
  functionParameter: {
4530
- number1: {
4531
- name: string;
4532
- detail: string;
4533
- };
4534
- number2: {
5020
+ angle: {
4535
5021
  name: string;
4536
5022
  detail: string;
4537
5023
  };
4538
5024
  };
4539
5025
  };
4540
- LN: {
5026
+ EVEN: {
4541
5027
  description: string;
4542
5028
  abstract: string;
4543
5029
  links: {
@@ -4551,7 +5037,7 @@ declare const _default: {
4551
5037
  };
4552
5038
  };
4553
5039
  };
4554
- LOG: {
5040
+ EXP: {
4555
5041
  description: string;
4556
5042
  abstract: string;
4557
5043
  links: {
@@ -4563,13 +5049,9 @@ declare const _default: {
4563
5049
  name: string;
4564
5050
  detail: string;
4565
5051
  };
4566
- base: {
4567
- name: string;
4568
- detail: string;
4569
- };
4570
5052
  };
4571
5053
  };
4572
- LOG10: {
5054
+ FLOOR: {
4573
5055
  description: string;
4574
5056
  abstract: string;
4575
5057
  links: {
@@ -4581,9 +5063,13 @@ declare const _default: {
4581
5063
  name: string;
4582
5064
  detail: string;
4583
5065
  };
5066
+ significance: {
5067
+ name: string;
5068
+ detail: string;
5069
+ };
4584
5070
  };
4585
5071
  };
4586
- MDETERM: {
5072
+ FLOOR_MATH: {
4587
5073
  description: string;
4588
5074
  abstract: string;
4589
5075
  links: {
@@ -4591,17 +5077,21 @@ declare const _default: {
4591
5077
  url: string;
4592
5078
  }[];
4593
5079
  functionParameter: {
4594
- number1: {
5080
+ number: {
4595
5081
  name: string;
4596
5082
  detail: string;
4597
5083
  };
4598
- number2: {
5084
+ significance: {
5085
+ name: string;
5086
+ detail: string;
5087
+ };
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;
@@ -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;