@univerjs/sheets-formula 0.2.11 → 0.2.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/index.js +4 -4
- package/lib/es/index.js +576 -436
- package/lib/locale/en-US.json +208 -193
- package/lib/locale/ru-RU.json +208 -193
- package/lib/locale/vi-VN.json +539 -44
- package/lib/locale/zh-CN.json +216 -201
- package/lib/locale/zh-TW.json +222 -207
- package/lib/types/commands/operations/__tests__/create-command-test-bed.d.ts +6 -6
- package/lib/types/common/plugin-name.d.ts +1 -1
- package/lib/types/controllers/__tests__/create-command-test-bed.d.ts +1 -1
- package/lib/types/controllers/config.schema.d.ts +32 -0
- package/lib/types/controllers/formula-ui.controller.d.ts +4 -13
- package/lib/types/controllers/menu.schema.d.ts +2 -0
- package/lib/types/controllers/prompt.controller.d.ts +7 -6
- package/lib/types/controllers/utils/ref-range-formula.d.ts +6 -0
- package/lib/types/formula-ui-plugin.d.ts +8 -5
- package/lib/types/locale/en-US.d.ts +106 -91
- package/lib/types/locale/function-list/information/en-US.d.ts +3 -20
- package/lib/types/locale/function-list/information/ja-JP.d.ts +3 -20
- package/lib/types/locale/function-list/information/vi-VN.d.ts +37 -0
- package/lib/types/locale/function-list/information/zh-CN.d.ts +3 -20
- package/lib/types/locale/function-list/information/zh-TW.d.ts +3 -20
- package/lib/types/locale/function-list/logical/en-US.d.ts +22 -10
- package/lib/types/locale/function-list/logical/ja-JP.d.ts +22 -10
- package/lib/types/locale/function-list/logical/vi-VN.d.ts +22 -10
- package/lib/types/locale/function-list/logical/zh-CN.d.ts +22 -10
- package/lib/types/locale/function-list/logical/zh-TW.d.ts +22 -10
- package/lib/types/locale/function-list/lookup/en-US.d.ts +46 -14
- package/lib/types/locale/function-list/lookup/ja-JP.d.ts +46 -14
- package/lib/types/locale/function-list/lookup/vi-VN.d.ts +126 -4
- package/lib/types/locale/function-list/lookup/zh-CN.d.ts +46 -14
- package/lib/types/locale/function-list/lookup/zh-TW.d.ts +46 -14
- package/lib/types/locale/function-list/math/en-US.d.ts +35 -47
- package/lib/types/locale/function-list/math/ja-JP.d.ts +35 -47
- package/lib/types/locale/function-list/math/vi-VN.d.ts +276 -0
- package/lib/types/locale/function-list/math/zh-CN.d.ts +35 -47
- package/lib/types/locale/function-list/math/zh-TW.d.ts +35 -47
- package/lib/types/locale/ru-RU.d.ts +106 -91
- package/lib/types/locale/vi-VN.d.ts +461 -14
- package/lib/types/locale/zh-CN.d.ts +106 -91
- package/lib/types/locale/zh-TW.d.ts +106 -91
- package/lib/types/services/description.service.d.ts +4 -4
- package/lib/types/services/prompt.service.d.ts +1 -1
- package/lib/types/services/register-function.service.d.ts +1 -1
- package/lib/types/services/remote/remote-register-function.service.d.ts +1 -1
- package/lib/types/views/more-functions/interface.d.ts +1 -1
- package/lib/umd/index.js +4 -4
- package/package.json +27 -25
package/lib/locale/zh-CN.json
CHANGED
|
@@ -2502,13 +2502,13 @@
|
|
|
2502
2502
|
}
|
|
2503
2503
|
],
|
|
2504
2504
|
"functionParameter": {
|
|
2505
|
-
"
|
|
2506
|
-
"name": "
|
|
2507
|
-
"detail": "
|
|
2505
|
+
"number": {
|
|
2506
|
+
"name": "总数",
|
|
2507
|
+
"detail": "项目的数量。"
|
|
2508
2508
|
},
|
|
2509
|
-
"
|
|
2510
|
-
"name": "
|
|
2511
|
-
"detail": "
|
|
2509
|
+
"numberChosen": {
|
|
2510
|
+
"name": "样品数量",
|
|
2511
|
+
"detail": "每一组合中项目的数量。"
|
|
2512
2512
|
}
|
|
2513
2513
|
}
|
|
2514
2514
|
},
|
|
@@ -2522,13 +2522,13 @@
|
|
|
2522
2522
|
}
|
|
2523
2523
|
],
|
|
2524
2524
|
"functionParameter": {
|
|
2525
|
-
"
|
|
2526
|
-
"name": "
|
|
2527
|
-
"detail": "
|
|
2525
|
+
"number": {
|
|
2526
|
+
"name": "总数",
|
|
2527
|
+
"detail": "项目的数量。"
|
|
2528
2528
|
},
|
|
2529
|
-
"
|
|
2530
|
-
"name": "
|
|
2531
|
-
"detail": "
|
|
2529
|
+
"numberChosen": {
|
|
2530
|
+
"name": "样品数量",
|
|
2531
|
+
"detail": "每一组合中项目的数量。"
|
|
2532
2532
|
}
|
|
2533
2533
|
}
|
|
2534
2534
|
},
|
|
@@ -2706,13 +2706,9 @@
|
|
|
2706
2706
|
}
|
|
2707
2707
|
],
|
|
2708
2708
|
"functionParameter": {
|
|
2709
|
-
"
|
|
2710
|
-
"name": "
|
|
2711
|
-
"detail": "
|
|
2712
|
-
},
|
|
2713
|
-
"number2": {
|
|
2714
|
-
"name": "number2",
|
|
2715
|
-
"detail": "second"
|
|
2709
|
+
"number": {
|
|
2710
|
+
"name": "数值",
|
|
2711
|
+
"detail": "要计算其阶乘的非负数。 如果 number 不是整数,将被截尾取整。"
|
|
2716
2712
|
}
|
|
2717
2713
|
}
|
|
2718
2714
|
},
|
|
@@ -2726,13 +2722,9 @@
|
|
|
2726
2722
|
}
|
|
2727
2723
|
],
|
|
2728
2724
|
"functionParameter": {
|
|
2729
|
-
"
|
|
2730
|
-
"name": "
|
|
2731
|
-
"detail": "
|
|
2732
|
-
},
|
|
2733
|
-
"number2": {
|
|
2734
|
-
"name": "number2",
|
|
2735
|
-
"detail": "second"
|
|
2725
|
+
"number": {
|
|
2726
|
+
"name": "数值",
|
|
2727
|
+
"detail": "要计算其双倍阶乘的非负数。 如果 number 不是整数,将被截尾取整。"
|
|
2736
2728
|
}
|
|
2737
2729
|
}
|
|
2738
2730
|
},
|
|
@@ -2811,12 +2803,12 @@
|
|
|
2811
2803
|
],
|
|
2812
2804
|
"functionParameter": {
|
|
2813
2805
|
"number1": {
|
|
2814
|
-
"name": "
|
|
2815
|
-
"detail": "
|
|
2806
|
+
"name": "数值1",
|
|
2807
|
+
"detail": "用于计算的第一项数值或范围。"
|
|
2816
2808
|
},
|
|
2817
2809
|
"number2": {
|
|
2818
|
-
"name": "
|
|
2819
|
-
"detail": "
|
|
2810
|
+
"name": "数值2",
|
|
2811
|
+
"detail": "用于计算的其他数值或范围。"
|
|
2820
2812
|
}
|
|
2821
2813
|
}
|
|
2822
2814
|
},
|
|
@@ -2830,13 +2822,9 @@
|
|
|
2830
2822
|
}
|
|
2831
2823
|
],
|
|
2832
2824
|
"functionParameter": {
|
|
2833
|
-
"
|
|
2834
|
-
"name": "
|
|
2835
|
-
"detail": "
|
|
2836
|
-
},
|
|
2837
|
-
"number2": {
|
|
2838
|
-
"name": "number2",
|
|
2839
|
-
"detail": "second"
|
|
2825
|
+
"number": {
|
|
2826
|
+
"name": "数值",
|
|
2827
|
+
"detail": "需要进行向下舍入取整的实数。"
|
|
2840
2828
|
}
|
|
2841
2829
|
}
|
|
2842
2830
|
},
|
|
@@ -2871,12 +2859,12 @@
|
|
|
2871
2859
|
],
|
|
2872
2860
|
"functionParameter": {
|
|
2873
2861
|
"number1": {
|
|
2874
|
-
"name": "
|
|
2875
|
-
"detail": "
|
|
2862
|
+
"name": "数值1",
|
|
2863
|
+
"detail": "用于计算的第一项数值或范围。"
|
|
2876
2864
|
},
|
|
2877
2865
|
"number2": {
|
|
2878
|
-
"name": "
|
|
2879
|
-
"detail": "
|
|
2866
|
+
"name": "数值2",
|
|
2867
|
+
"detail": "用于计算的其他数值或范围。"
|
|
2880
2868
|
}
|
|
2881
2869
|
}
|
|
2882
2870
|
},
|
|
@@ -2974,13 +2962,9 @@
|
|
|
2974
2962
|
}
|
|
2975
2963
|
],
|
|
2976
2964
|
"functionParameter": {
|
|
2977
|
-
"
|
|
2978
|
-
"name": "
|
|
2979
|
-
"detail": "
|
|
2980
|
-
},
|
|
2981
|
-
"number2": {
|
|
2982
|
-
"name": "number2",
|
|
2983
|
-
"detail": "second"
|
|
2965
|
+
"array": {
|
|
2966
|
+
"name": "数组",
|
|
2967
|
+
"detail": "行数和列数相等的数值数组。"
|
|
2984
2968
|
}
|
|
2985
2969
|
}
|
|
2986
2970
|
},
|
|
@@ -2994,13 +2978,9 @@
|
|
|
2994
2978
|
}
|
|
2995
2979
|
],
|
|
2996
2980
|
"functionParameter": {
|
|
2997
|
-
"
|
|
2998
|
-
"name": "
|
|
2999
|
-
"detail": "
|
|
3000
|
-
},
|
|
3001
|
-
"number2": {
|
|
3002
|
-
"name": "number2",
|
|
3003
|
-
"detail": "second"
|
|
2981
|
+
"array": {
|
|
2982
|
+
"name": "数组",
|
|
2983
|
+
"detail": "行数和列数相等的数值数组。"
|
|
3004
2984
|
}
|
|
3005
2985
|
}
|
|
3006
2986
|
},
|
|
@@ -3014,13 +2994,13 @@
|
|
|
3014
2994
|
}
|
|
3015
2995
|
],
|
|
3016
2996
|
"functionParameter": {
|
|
3017
|
-
"
|
|
3018
|
-
"name": "
|
|
3019
|
-
"detail": "
|
|
2997
|
+
"array1": {
|
|
2998
|
+
"name": "数组1",
|
|
2999
|
+
"detail": "要进行矩阵乘法运算的两个数组。"
|
|
3020
3000
|
},
|
|
3021
|
-
"
|
|
3022
|
-
"name": "
|
|
3023
|
-
"detail": "
|
|
3001
|
+
"array2": {
|
|
3002
|
+
"name": "数组2",
|
|
3003
|
+
"detail": "要进行矩阵乘法运算的两个数组。"
|
|
3024
3004
|
}
|
|
3025
3005
|
}
|
|
3026
3006
|
},
|
|
@@ -3075,12 +3055,12 @@
|
|
|
3075
3055
|
],
|
|
3076
3056
|
"functionParameter": {
|
|
3077
3057
|
"number1": {
|
|
3078
|
-
"name": "
|
|
3079
|
-
"detail": "
|
|
3058
|
+
"name": "数值1",
|
|
3059
|
+
"detail": "用于计算的第一项数值或范围。"
|
|
3080
3060
|
},
|
|
3081
3061
|
"number2": {
|
|
3082
|
-
"name": "
|
|
3083
|
-
"detail": "
|
|
3062
|
+
"name": "数值2",
|
|
3063
|
+
"detail": "用于计算的其他数值或范围。"
|
|
3084
3064
|
}
|
|
3085
3065
|
}
|
|
3086
3066
|
},
|
|
@@ -3094,13 +3074,9 @@
|
|
|
3094
3074
|
}
|
|
3095
3075
|
],
|
|
3096
3076
|
"functionParameter": {
|
|
3097
|
-
"
|
|
3098
|
-
"name": "
|
|
3099
|
-
"detail": "
|
|
3100
|
-
},
|
|
3101
|
-
"number2": {
|
|
3102
|
-
"name": "number2",
|
|
3103
|
-
"detail": "second"
|
|
3077
|
+
"dimension": {
|
|
3078
|
+
"name": "维度",
|
|
3079
|
+
"detail": "是一个整数,用于指定要返回的单位矩阵的维度。 它返回一个数组。 维度必须大于零。"
|
|
3104
3080
|
}
|
|
3105
3081
|
}
|
|
3106
3082
|
},
|
|
@@ -3181,13 +3157,13 @@
|
|
|
3181
3157
|
}
|
|
3182
3158
|
],
|
|
3183
3159
|
"functionParameter": {
|
|
3184
|
-
"
|
|
3185
|
-
"name": "
|
|
3186
|
-
"detail": "
|
|
3160
|
+
"numerator": {
|
|
3161
|
+
"name": "分子",
|
|
3162
|
+
"detail": "被除数。"
|
|
3187
3163
|
},
|
|
3188
|
-
"
|
|
3189
|
-
"name": "
|
|
3190
|
-
"detail": "
|
|
3164
|
+
"denominator": {
|
|
3165
|
+
"name": "分母",
|
|
3166
|
+
"detail": "除数。"
|
|
3191
3167
|
}
|
|
3192
3168
|
}
|
|
3193
3169
|
},
|
|
@@ -3392,13 +3368,21 @@
|
|
|
3392
3368
|
}
|
|
3393
3369
|
],
|
|
3394
3370
|
"functionParameter": {
|
|
3395
|
-
"
|
|
3396
|
-
"name": "
|
|
3397
|
-
"detail": "
|
|
3371
|
+
"x": {
|
|
3372
|
+
"name": "x",
|
|
3373
|
+
"detail": "幂级数的输入值。"
|
|
3398
3374
|
},
|
|
3399
|
-
"
|
|
3400
|
-
"name": "
|
|
3401
|
-
"detail": "
|
|
3375
|
+
"n": {
|
|
3376
|
+
"name": "n",
|
|
3377
|
+
"detail": "x 的首项乘幂。"
|
|
3378
|
+
},
|
|
3379
|
+
"m": {
|
|
3380
|
+
"name": "m",
|
|
3381
|
+
"detail": "级数中每一项的乘幂 n 的步长增加值。"
|
|
3382
|
+
},
|
|
3383
|
+
"coefficients": {
|
|
3384
|
+
"name": "系数",
|
|
3385
|
+
"detail": "与 x 的每个连续乘幂相乘的一组系数。"
|
|
3402
3386
|
}
|
|
3403
3387
|
}
|
|
3404
3388
|
},
|
|
@@ -3412,13 +3396,21 @@
|
|
|
3412
3396
|
}
|
|
3413
3397
|
],
|
|
3414
3398
|
"functionParameter": {
|
|
3415
|
-
"
|
|
3416
|
-
"name": "
|
|
3417
|
-
"detail": "
|
|
3399
|
+
"rows": {
|
|
3400
|
+
"name": "行数",
|
|
3401
|
+
"detail": "要返回的行数。"
|
|
3418
3402
|
},
|
|
3419
|
-
"
|
|
3420
|
-
"name": "
|
|
3421
|
-
"detail": "
|
|
3403
|
+
"columns": {
|
|
3404
|
+
"name": "列数",
|
|
3405
|
+
"detail": "要返回的列数。"
|
|
3406
|
+
},
|
|
3407
|
+
"start": {
|
|
3408
|
+
"name": "起始数字",
|
|
3409
|
+
"detail": "序列中第一个数字。"
|
|
3410
|
+
},
|
|
3411
|
+
"step": {
|
|
3412
|
+
"name": "递增值",
|
|
3413
|
+
"detail": "数组中每个连续值递增的值。"
|
|
3422
3414
|
}
|
|
3423
3415
|
}
|
|
3424
3416
|
},
|
|
@@ -3432,13 +3424,9 @@
|
|
|
3432
3424
|
}
|
|
3433
3425
|
],
|
|
3434
3426
|
"functionParameter": {
|
|
3435
|
-
"
|
|
3436
|
-
"name": "
|
|
3437
|
-
"detail": "
|
|
3438
|
-
},
|
|
3439
|
-
"number2": {
|
|
3440
|
-
"name": "number2",
|
|
3441
|
-
"detail": "second"
|
|
3427
|
+
"number": {
|
|
3428
|
+
"name": "数值",
|
|
3429
|
+
"detail": "任意实数。"
|
|
3442
3430
|
}
|
|
3443
3431
|
}
|
|
3444
3432
|
},
|
|
@@ -6183,8 +6171,8 @@
|
|
|
6183
6171
|
}
|
|
6184
6172
|
},
|
|
6185
6173
|
"DROP": {
|
|
6186
|
-
"description": "
|
|
6187
|
-
"abstract": "
|
|
6174
|
+
"description": "从数组的开头或末尾删除指定数量的行或列",
|
|
6175
|
+
"abstract": "从数组的开头或末尾删除指定数量的行或列",
|
|
6188
6176
|
"links": [
|
|
6189
6177
|
{
|
|
6190
6178
|
"title": "教学",
|
|
@@ -6192,13 +6180,17 @@
|
|
|
6192
6180
|
}
|
|
6193
6181
|
],
|
|
6194
6182
|
"functionParameter": {
|
|
6195
|
-
"
|
|
6196
|
-
"name": "
|
|
6197
|
-
"detail": "
|
|
6183
|
+
"array": {
|
|
6184
|
+
"name": "数组",
|
|
6185
|
+
"detail": "要从中删除行或列的数组。"
|
|
6198
6186
|
},
|
|
6199
|
-
"
|
|
6200
|
-
"name": "
|
|
6201
|
-
"detail": "
|
|
6187
|
+
"rows": {
|
|
6188
|
+
"name": "行数",
|
|
6189
|
+
"detail": "要删除的行数。负数表示从数组末尾开始删除。"
|
|
6190
|
+
},
|
|
6191
|
+
"columns": {
|
|
6192
|
+
"name": "列数",
|
|
6193
|
+
"detail": "要删除的列数。负数表示从数组末尾开始删除。"
|
|
6202
6194
|
}
|
|
6203
6195
|
}
|
|
6204
6196
|
},
|
|
@@ -6212,13 +6204,21 @@
|
|
|
6212
6204
|
}
|
|
6213
6205
|
],
|
|
6214
6206
|
"functionParameter": {
|
|
6215
|
-
"
|
|
6216
|
-
"name": "
|
|
6217
|
-
"detail": "
|
|
6207
|
+
"array": {
|
|
6208
|
+
"name": "数组",
|
|
6209
|
+
"detail": "要展开的数组。"
|
|
6218
6210
|
},
|
|
6219
|
-
"
|
|
6220
|
-
"name": "
|
|
6221
|
-
"detail": "
|
|
6211
|
+
"rows": {
|
|
6212
|
+
"name": "行数",
|
|
6213
|
+
"detail": "扩展数组中的行数。 如果缺少,行将不会展开。"
|
|
6214
|
+
},
|
|
6215
|
+
"columns": {
|
|
6216
|
+
"name": "列数",
|
|
6217
|
+
"detail": "展开数组中的列数。 如果缺少,列将不会展开。"
|
|
6218
|
+
},
|
|
6219
|
+
"padWith": {
|
|
6220
|
+
"name": "填充值",
|
|
6221
|
+
"detail": "要填充的值。 默认值为 #N/A。"
|
|
6222
6222
|
}
|
|
6223
6223
|
}
|
|
6224
6224
|
},
|
|
@@ -6624,13 +6624,17 @@
|
|
|
6624
6624
|
}
|
|
6625
6625
|
],
|
|
6626
6626
|
"functionParameter": {
|
|
6627
|
-
"
|
|
6628
|
-
"name": "
|
|
6629
|
-
"detail": "
|
|
6627
|
+
"array": {
|
|
6628
|
+
"name": "数组",
|
|
6629
|
+
"detail": "要从中获取行或列的数组。"
|
|
6630
6630
|
},
|
|
6631
|
-
"
|
|
6632
|
-
"name": "
|
|
6633
|
-
"detail": "
|
|
6631
|
+
"rows": {
|
|
6632
|
+
"name": "行数",
|
|
6633
|
+
"detail": "要获取的行数。负数表示从数组末尾开始获取。"
|
|
6634
|
+
},
|
|
6635
|
+
"columns": {
|
|
6636
|
+
"name": "列数",
|
|
6637
|
+
"detail": "要获取的列数。负数表示从数组末尾开始获取。"
|
|
6634
6638
|
}
|
|
6635
6639
|
}
|
|
6636
6640
|
},
|
|
@@ -6644,13 +6648,17 @@
|
|
|
6644
6648
|
}
|
|
6645
6649
|
],
|
|
6646
6650
|
"functionParameter": {
|
|
6647
|
-
"
|
|
6648
|
-
"name": "
|
|
6649
|
-
"detail": "
|
|
6651
|
+
"array": {
|
|
6652
|
+
"name": "数组",
|
|
6653
|
+
"detail": "要作为列返回的数组或引用。"
|
|
6650
6654
|
},
|
|
6651
|
-
"
|
|
6652
|
-
"name": "
|
|
6653
|
-
"detail": "
|
|
6655
|
+
"ignore": {
|
|
6656
|
+
"name": "忽略值",
|
|
6657
|
+
"detail": "是否忽略某些类型的值。默认情况下,不会忽略任何值。 指定下列操作之一:\n0 保留所有值(默认)\n1 忽略空白\n2 忽略错误\n3 忽略空白和错误"
|
|
6658
|
+
},
|
|
6659
|
+
"scanByColumn": {
|
|
6660
|
+
"name": "按列扫描数组",
|
|
6661
|
+
"detail": "按列扫描数组。 默认情况下,按行扫描数组。 扫描确定值是按行排序还是按列排序。"
|
|
6654
6662
|
}
|
|
6655
6663
|
}
|
|
6656
6664
|
},
|
|
@@ -6664,13 +6672,17 @@
|
|
|
6664
6672
|
}
|
|
6665
6673
|
],
|
|
6666
6674
|
"functionParameter": {
|
|
6667
|
-
"
|
|
6668
|
-
"name": "
|
|
6669
|
-
"detail": "
|
|
6675
|
+
"array": {
|
|
6676
|
+
"name": "数组",
|
|
6677
|
+
"detail": "要作为行返回的数组或引用。"
|
|
6670
6678
|
},
|
|
6671
|
-
"
|
|
6672
|
-
"name": "
|
|
6673
|
-
"detail": "
|
|
6679
|
+
"ignore": {
|
|
6680
|
+
"name": "忽略值",
|
|
6681
|
+
"detail": "是否忽略某些类型的值。默认情况下,不会忽略任何值。 指定下列操作之一:\n0 保留所有值(默认)\n1 忽略空白\n2 忽略错误\n3 忽略空白和错误"
|
|
6682
|
+
},
|
|
6683
|
+
"scanByColumn": {
|
|
6684
|
+
"name": "按列扫描数组",
|
|
6685
|
+
"detail": "按列扫描数组。 默认情况下,按行扫描数组。 扫描确定值是按行排序还是按列排序。"
|
|
6674
6686
|
}
|
|
6675
6687
|
}
|
|
6676
6688
|
},
|
|
@@ -6763,8 +6775,8 @@
|
|
|
6763
6775
|
}
|
|
6764
6776
|
},
|
|
6765
6777
|
"WRAPCOLS": {
|
|
6766
|
-
"description": "
|
|
6767
|
-
"abstract": "
|
|
6778
|
+
"description": "将提供的行或列的值按列换行到指定数量的元素之后以形成新数组。",
|
|
6779
|
+
"abstract": "将提供的行或列的值按列换行到指定数量的元素之后以形成新数组。",
|
|
6768
6780
|
"links": [
|
|
6769
6781
|
{
|
|
6770
6782
|
"title": "教学",
|
|
@@ -6772,19 +6784,23 @@
|
|
|
6772
6784
|
}
|
|
6773
6785
|
],
|
|
6774
6786
|
"functionParameter": {
|
|
6775
|
-
"
|
|
6776
|
-
"name": "
|
|
6777
|
-
"detail": "
|
|
6787
|
+
"vector": {
|
|
6788
|
+
"name": "矢量",
|
|
6789
|
+
"detail": "要换行的矢量或引用。"
|
|
6778
6790
|
},
|
|
6779
|
-
"
|
|
6780
|
-
"name": "
|
|
6781
|
-
"detail": "
|
|
6791
|
+
"wrapCount": {
|
|
6792
|
+
"name": "换行数量",
|
|
6793
|
+
"detail": "每列的值的最大数量。"
|
|
6794
|
+
},
|
|
6795
|
+
"padWith": {
|
|
6796
|
+
"name": "填充值",
|
|
6797
|
+
"detail": "要填充的值。 默认值为 #N/A。"
|
|
6782
6798
|
}
|
|
6783
6799
|
}
|
|
6784
6800
|
},
|
|
6785
6801
|
"WRAPROWS": {
|
|
6786
|
-
"description": "
|
|
6787
|
-
"abstract": "
|
|
6802
|
+
"description": "将提供的行或列的值按行换行到指定数量的元素之后以形成新数组。",
|
|
6803
|
+
"abstract": "将提供的行或列的值按行换行到指定数量的元素之后以形成新数组。",
|
|
6788
6804
|
"links": [
|
|
6789
6805
|
{
|
|
6790
6806
|
"title": "教学",
|
|
@@ -6792,13 +6808,17 @@
|
|
|
6792
6808
|
}
|
|
6793
6809
|
],
|
|
6794
6810
|
"functionParameter": {
|
|
6795
|
-
"
|
|
6796
|
-
"name": "
|
|
6797
|
-
"detail": "
|
|
6811
|
+
"vector": {
|
|
6812
|
+
"name": "矢量",
|
|
6813
|
+
"detail": "要换行的矢量或引用。"
|
|
6798
6814
|
},
|
|
6799
|
-
"
|
|
6800
|
-
"name": "
|
|
6801
|
-
"detail": "
|
|
6815
|
+
"wrapCount": {
|
|
6816
|
+
"name": "换行数量",
|
|
6817
|
+
"detail": "每行的值的最大数量。"
|
|
6818
|
+
},
|
|
6819
|
+
"padWith": {
|
|
6820
|
+
"name": "填充值",
|
|
6821
|
+
"detail": "要填充的值。 默认值为 #N/A。"
|
|
6802
6822
|
}
|
|
6803
6823
|
}
|
|
6804
6824
|
},
|
|
@@ -8112,13 +8132,13 @@
|
|
|
8112
8132
|
}
|
|
8113
8133
|
],
|
|
8114
8134
|
"functionParameter": {
|
|
8115
|
-
"
|
|
8116
|
-
"name": "
|
|
8117
|
-
"detail": "
|
|
8135
|
+
"array": {
|
|
8136
|
+
"name": "数组",
|
|
8137
|
+
"detail": "用列分隔的数组。"
|
|
8118
8138
|
},
|
|
8119
|
-
"
|
|
8120
|
-
"name": "
|
|
8121
|
-
"detail": "
|
|
8139
|
+
"lambda": {
|
|
8140
|
+
"name": "lambda",
|
|
8141
|
+
"detail": "将列作为单个参数并计算一个结果的 LAMBDA。 LAMBDA 接受单个参数:数组中的列。"
|
|
8122
8142
|
}
|
|
8123
8143
|
}
|
|
8124
8144
|
},
|
|
@@ -8132,13 +8152,13 @@
|
|
|
8132
8152
|
}
|
|
8133
8153
|
],
|
|
8134
8154
|
"functionParameter": {
|
|
8135
|
-
"
|
|
8136
|
-
"name": "
|
|
8137
|
-
"detail": "
|
|
8155
|
+
"array": {
|
|
8156
|
+
"name": "数组",
|
|
8157
|
+
"detail": "用行分隔的数组。"
|
|
8138
8158
|
},
|
|
8139
|
-
"
|
|
8140
|
-
"name": "
|
|
8141
|
-
"detail": "
|
|
8159
|
+
"lambda": {
|
|
8160
|
+
"name": "lambda",
|
|
8161
|
+
"detail": "将行作为单个参数并计算结果的 LAMBDA。 LAMBDA 接受单个参数:数组中的行。"
|
|
8142
8162
|
}
|
|
8143
8163
|
}
|
|
8144
8164
|
},
|
|
@@ -8290,8 +8310,8 @@
|
|
|
8290
8310
|
}
|
|
8291
8311
|
},
|
|
8292
8312
|
"MAP": {
|
|
8293
|
-
"description": "
|
|
8294
|
-
"abstract": "
|
|
8313
|
+
"description": "通过应用 LAMBDA 来创建新值,返回将数组中每个值映射到新值而形成的数组。",
|
|
8314
|
+
"abstract": "通过应用 LAMBDA 来创建新值,返回将数组中每个值映射到新值而形成的数组。",
|
|
8295
8315
|
"links": [
|
|
8296
8316
|
{
|
|
8297
8317
|
"title": "教学",
|
|
@@ -8299,13 +8319,17 @@
|
|
|
8299
8319
|
}
|
|
8300
8320
|
],
|
|
8301
8321
|
"functionParameter": {
|
|
8302
|
-
"
|
|
8303
|
-
"name": "
|
|
8304
|
-
"detail": "
|
|
8322
|
+
"array1": {
|
|
8323
|
+
"name": "数组1",
|
|
8324
|
+
"detail": "要映射的数组1。"
|
|
8305
8325
|
},
|
|
8306
|
-
"
|
|
8307
|
-
"name": "
|
|
8308
|
-
"detail": "
|
|
8326
|
+
"array2": {
|
|
8327
|
+
"name": "数组2",
|
|
8328
|
+
"detail": "要映射的数组2。"
|
|
8329
|
+
},
|
|
8330
|
+
"lambda": {
|
|
8331
|
+
"name": "lambda",
|
|
8332
|
+
"detail": "一个 LAMBDA,必须是最后一个参数,并且必须具有传递的每个数组的参数。"
|
|
8309
8333
|
}
|
|
8310
8334
|
}
|
|
8311
8335
|
},
|
|
@@ -8355,13 +8379,17 @@
|
|
|
8355
8379
|
}
|
|
8356
8380
|
],
|
|
8357
8381
|
"functionParameter": {
|
|
8358
|
-
"
|
|
8359
|
-
"name": "
|
|
8360
|
-
"detail": "
|
|
8382
|
+
"initialValue": {
|
|
8383
|
+
"name": "起始值",
|
|
8384
|
+
"detail": "设置累加器的起始值。"
|
|
8361
8385
|
},
|
|
8362
|
-
"
|
|
8363
|
-
"name": "
|
|
8364
|
-
"detail": "
|
|
8386
|
+
"array": {
|
|
8387
|
+
"name": "数组",
|
|
8388
|
+
"detail": "要减小的数组。"
|
|
8389
|
+
},
|
|
8390
|
+
"lambda": {
|
|
8391
|
+
"name": "lambda",
|
|
8392
|
+
"detail": "调用 LAMBDA 来减小数组。 LAMBDA 采用三个参数:1.该值累加后作为最终结果返回。2.数组中的当前值。3.应用于数组中每个元素的计算。"
|
|
8365
8393
|
}
|
|
8366
8394
|
}
|
|
8367
8395
|
},
|
|
@@ -8375,13 +8403,17 @@
|
|
|
8375
8403
|
}
|
|
8376
8404
|
],
|
|
8377
8405
|
"functionParameter": {
|
|
8378
|
-
"
|
|
8379
|
-
"name": "
|
|
8380
|
-
"detail": "
|
|
8406
|
+
"initialValue": {
|
|
8407
|
+
"name": "起始值",
|
|
8408
|
+
"detail": "设置累加器的起始值。"
|
|
8381
8409
|
},
|
|
8382
|
-
"
|
|
8383
|
-
"name": "
|
|
8384
|
-
"detail": "
|
|
8410
|
+
"array": {
|
|
8411
|
+
"name": "数组",
|
|
8412
|
+
"detail": "要扫描的数组。"
|
|
8413
|
+
},
|
|
8414
|
+
"lambda": {
|
|
8415
|
+
"name": "lambda",
|
|
8416
|
+
"detail": "调用 LAMBDA 来扫描数组。 LAMBDA 采用三个参数:1.该值累加后作为最终结果返回。2.数组中的当前值。3.应用于数组中每个元素的计算。"
|
|
8385
8417
|
}
|
|
8386
8418
|
}
|
|
8387
8419
|
},
|
|
@@ -8578,13 +8610,9 @@
|
|
|
8578
8610
|
}
|
|
8579
8611
|
],
|
|
8580
8612
|
"functionParameter": {
|
|
8581
|
-
"
|
|
8582
|
-
"name": "
|
|
8583
|
-
"detail": "
|
|
8584
|
-
},
|
|
8585
|
-
"number2": {
|
|
8586
|
-
"name": "number2",
|
|
8587
|
-
"detail": "second"
|
|
8613
|
+
"reference": {
|
|
8614
|
+
"name": "引用",
|
|
8615
|
+
"detail": "是对要测试的单元格的引用。"
|
|
8588
8616
|
}
|
|
8589
8617
|
}
|
|
8590
8618
|
},
|
|
@@ -8730,13 +8758,9 @@
|
|
|
8730
8758
|
}
|
|
8731
8759
|
],
|
|
8732
8760
|
"functionParameter": {
|
|
8733
|
-
"
|
|
8734
|
-
"name": "
|
|
8735
|
-
"detail": "
|
|
8736
|
-
},
|
|
8737
|
-
"number2": {
|
|
8738
|
-
"name": "number2",
|
|
8739
|
-
"detail": "second"
|
|
8761
|
+
"value": {
|
|
8762
|
+
"name": "值",
|
|
8763
|
+
"detail": "要转换的值。"
|
|
8740
8764
|
}
|
|
8741
8765
|
}
|
|
8742
8766
|
},
|
|
@@ -8749,16 +8773,7 @@
|
|
|
8749
8773
|
"url": "https://support.microsoft.com/zh-cn/office/na-%E5%87%BD%E6%95%B0-5469c2d1-a90c-4fb5-9bbc-64bd9bb6b47c"
|
|
8750
8774
|
}
|
|
8751
8775
|
],
|
|
8752
|
-
"functionParameter": {
|
|
8753
|
-
"number1": {
|
|
8754
|
-
"name": "number1",
|
|
8755
|
-
"detail": "first"
|
|
8756
|
-
},
|
|
8757
|
-
"number2": {
|
|
8758
|
-
"name": "number2",
|
|
8759
|
-
"detail": "second"
|
|
8760
|
-
}
|
|
8761
|
-
}
|
|
8776
|
+
"functionParameter": {}
|
|
8762
8777
|
},
|
|
8763
8778
|
"SHEET": {
|
|
8764
8779
|
"description": "返回引用工作表的工作表编号",
|