@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.
- package/lib/cjs/index.js +4 -4
- package/lib/es/index.js +4695 -4511
- package/lib/locale/en-US.json +246 -172
- package/lib/locale/ru-RU.json +172 -146
- package/lib/locale/vi-VN.json +1986 -1481
- package/lib/locale/zh-CN.json +287 -213
- package/lib/locale/zh-TW.json +371 -329
- package/lib/types/controllers/prompt.controller.d.ts +3 -5
- package/lib/types/formula-ui-plugin.d.ts +1 -1
- package/lib/types/index.d.ts +1 -0
- package/lib/types/locale/en-US.d.ts +143 -69
- package/lib/types/locale/function-list/date/vi-VN.d.ts +105 -26
- package/lib/types/locale/function-list/date/zh-TW.d.ts +32 -8
- package/lib/types/locale/function-list/information/ja-JP.d.ts +8 -40
- package/lib/types/locale/function-list/information/vi-VN.d.ts +218 -3
- package/lib/types/locale/function-list/logical/en-US.d.ts +31 -33
- package/lib/types/locale/function-list/logical/ja-JP.d.ts +31 -33
- package/lib/types/locale/function-list/logical/vi-VN.d.ts +31 -33
- package/lib/types/locale/function-list/logical/zh-CN.d.ts +31 -33
- package/lib/types/locale/function-list/logical/zh-TW.d.ts +31 -33
- package/lib/types/locale/function-list/lookup/en-US.d.ts +54 -26
- package/lib/types/locale/function-list/lookup/ja-JP.d.ts +54 -26
- package/lib/types/locale/function-list/lookup/vi-VN.d.ts +421 -9
- package/lib/types/locale/function-list/lookup/zh-CN.d.ts +54 -26
- package/lib/types/locale/function-list/lookup/zh-TW.d.ts +54 -26
- package/lib/types/locale/function-list/math/en-US.d.ts +2 -2
- package/lib/types/locale/function-list/math/ja-JP.d.ts +2 -2
- package/lib/types/locale/function-list/math/vi-VN.d.ts +1022 -3
- package/lib/types/locale/function-list/math/zh-CN.d.ts +2 -2
- package/lib/types/locale/function-list/math/zh-TW.d.ts +23 -79
- package/lib/types/locale/function-list/statistical/vi-VN.d.ts +334 -0
- package/lib/types/locale/function-list/text/en-US.d.ts +56 -8
- package/lib/types/locale/function-list/text/ja-JP.d.ts +56 -8
- package/lib/types/locale/function-list/text/vi-VN.d.ts +135 -1
- package/lib/types/locale/function-list/text/zh-CN.d.ts +56 -8
- package/lib/types/locale/function-list/text/zh-TW.d.ts +56 -8
- package/lib/types/locale/ru-RU.d.ts +87 -61
- package/lib/types/locale/vi-VN.d.ts +953 -482
- package/lib/types/locale/zh-CN.d.ts +143 -69
- package/lib/types/locale/zh-TW.d.ts +196 -154
- package/lib/types/services/prompt.service.d.ts +5 -1
- package/lib/types/services/render-services/ref-selections.render-service.d.ts +4 -2
- package/lib/umd/index.js +4 -4
- package/package.json +25 -25
package/lib/locale/zh-CN.json
CHANGED
|
@@ -1350,15 +1350,15 @@
|
|
|
1350
1350
|
"functionParameter": {
|
|
1351
1351
|
"startDate": {
|
|
1352
1352
|
"name": "开始日期",
|
|
1353
|
-
"detail": "
|
|
1353
|
+
"detail": "一个代表开始日期的日期。"
|
|
1354
1354
|
},
|
|
1355
1355
|
"endDate": {
|
|
1356
1356
|
"name": "终止日期",
|
|
1357
|
-
"detail": "
|
|
1357
|
+
"detail": "一个代表终止日期的日期。"
|
|
1358
1358
|
},
|
|
1359
1359
|
"holidays": {
|
|
1360
|
-
"name": "
|
|
1361
|
-
"detail": "
|
|
1360
|
+
"name": "假期",
|
|
1361
|
+
"detail": "不在工作日历中的一个或多个日期所构成的可选区域。"
|
|
1362
1362
|
}
|
|
1363
1363
|
}
|
|
1364
1364
|
},
|
|
@@ -1374,19 +1374,19 @@
|
|
|
1374
1374
|
"functionParameter": {
|
|
1375
1375
|
"startDate": {
|
|
1376
1376
|
"name": "开始日期",
|
|
1377
|
-
"detail": "
|
|
1377
|
+
"detail": "一个代表开始日期的日期。"
|
|
1378
1378
|
},
|
|
1379
1379
|
"endDate": {
|
|
1380
1380
|
"name": "终止日期",
|
|
1381
|
-
"detail": "
|
|
1381
|
+
"detail": "一个代表终止日期的日期。"
|
|
1382
1382
|
},
|
|
1383
1383
|
"weekend": {
|
|
1384
1384
|
"name": "周末",
|
|
1385
|
-
"detail": "
|
|
1385
|
+
"detail": "是一个用于指定周末日的周末数字或字符串。"
|
|
1386
1386
|
},
|
|
1387
1387
|
"holidays": {
|
|
1388
|
-
"name": "
|
|
1389
|
-
"detail": "
|
|
1388
|
+
"name": "假期",
|
|
1389
|
+
"detail": "不在工作日历中的一个或多个日期所构成的可选区域。"
|
|
1390
1390
|
}
|
|
1391
1391
|
}
|
|
1392
1392
|
},
|
|
@@ -1452,8 +1452,8 @@
|
|
|
1452
1452
|
],
|
|
1453
1453
|
"functionParameter": {
|
|
1454
1454
|
"timeText": {
|
|
1455
|
-
"name": "
|
|
1456
|
-
"detail": "
|
|
1455
|
+
"name": "时间文本",
|
|
1456
|
+
"detail": "一个文本字符串,代表以任一时间格式表示的时间(例如,代表时间的具有引号的文本字符串 \"6:45 PM\" 和 \"18:45\")。"
|
|
1457
1457
|
}
|
|
1458
1458
|
}
|
|
1459
1459
|
},
|
|
@@ -1527,7 +1527,7 @@
|
|
|
1527
1527
|
"detail": "开始日期之前或之后不含周末及节假日的天数。为正值将生成未来日期;为负值生成过去日期。"
|
|
1528
1528
|
},
|
|
1529
1529
|
"holidays": {
|
|
1530
|
-
"name": "
|
|
1530
|
+
"name": "假期",
|
|
1531
1531
|
"detail": "不在工作日历中的一个或多个日期所构成的可选区域。"
|
|
1532
1532
|
}
|
|
1533
1533
|
}
|
|
@@ -1555,7 +1555,7 @@
|
|
|
1555
1555
|
"detail": "是一个用于指定周末日的周末数字或字符串"
|
|
1556
1556
|
},
|
|
1557
1557
|
"holidays": {
|
|
1558
|
-
"name": "
|
|
1558
|
+
"name": "假期",
|
|
1559
1559
|
"detail": "不在工作日历中的一个或多个日期所构成的可选区域。"
|
|
1560
1560
|
}
|
|
1561
1561
|
}
|
|
@@ -1660,7 +1660,7 @@
|
|
|
1660
1660
|
"functionParameter": {
|
|
1661
1661
|
"number": {
|
|
1662
1662
|
"name": "数值",
|
|
1663
|
-
"detail": "
|
|
1663
|
+
"detail": "数字是需要的角度的正切值。 这必须是实数。"
|
|
1664
1664
|
}
|
|
1665
1665
|
}
|
|
1666
1666
|
},
|
|
@@ -1676,7 +1676,7 @@
|
|
|
1676
1676
|
"functionParameter": {
|
|
1677
1677
|
"number": {
|
|
1678
1678
|
"name": "数值",
|
|
1679
|
-
"detail": "
|
|
1679
|
+
"detail": "数字的绝对值必须大于 1。"
|
|
1680
1680
|
}
|
|
1681
1681
|
}
|
|
1682
1682
|
},
|
|
@@ -1816,15 +1816,15 @@
|
|
|
1816
1816
|
"functionParameter": {
|
|
1817
1817
|
"number": {
|
|
1818
1818
|
"name": "数值",
|
|
1819
|
-
"detail": "
|
|
1819
|
+
"detail": "要转换的数字。必须是大于或等于 0 且小于 2^53 的整数。"
|
|
1820
1820
|
},
|
|
1821
1821
|
"radix": {
|
|
1822
1822
|
"name": "基数",
|
|
1823
|
-
"detail": "
|
|
1823
|
+
"detail": "要将数字转换为的基数。必须是大于或等于 2 且小于或等于 36 的整数。"
|
|
1824
1824
|
},
|
|
1825
1825
|
"minLength": {
|
|
1826
1826
|
"name": "最小长度",
|
|
1827
|
-
"detail": "
|
|
1827
|
+
"detail": "返回的字符串的最小长度。必须是大于或等于 0 的整数。"
|
|
1828
1828
|
}
|
|
1829
1829
|
}
|
|
1830
1830
|
},
|
|
@@ -2182,7 +2182,7 @@
|
|
|
2182
2182
|
},
|
|
2183
2183
|
"FLOOR_PRECISE": {
|
|
2184
2184
|
"description": "将数字向下舍入为最接近的整数或最接近的指定基数的倍数。 无论该数字的符号如何,该数字都向下舍入。",
|
|
2185
|
-
"abstract": "将数字向下舍入为最接近的整数或最接近的指定基数的倍数。
|
|
2185
|
+
"abstract": "将数字向下舍入为最接近的整数或最接近的指定基数的倍数。",
|
|
2186
2186
|
"links": [
|
|
2187
2187
|
{
|
|
2188
2188
|
"title": "教学",
|
|
@@ -2530,8 +2530,8 @@
|
|
|
2530
2530
|
],
|
|
2531
2531
|
"functionParameter": {
|
|
2532
2532
|
"number": {
|
|
2533
|
-
"name": "
|
|
2534
|
-
"detail": "
|
|
2533
|
+
"name": "数值",
|
|
2534
|
+
"detail": "基数。可为任意实数。"
|
|
2535
2535
|
},
|
|
2536
2536
|
"power": {
|
|
2537
2537
|
"name": "指数",
|
|
@@ -2607,8 +2607,8 @@
|
|
|
2607
2607
|
"functionParameter": {}
|
|
2608
2608
|
},
|
|
2609
2609
|
"RANDARRAY": {
|
|
2610
|
-
"description": "RANDARRAY 函数返回 0 和 1
|
|
2611
|
-
"abstract": "RANDARRAY 函数返回 0 和 1 之间的随机数字数组。
|
|
2610
|
+
"description": "RANDARRAY 函数返回 0 和 1 之间的随机数字数组。但是,你可以指定要填充的行数和列数、最小值和最大值,以及是否返回整个数字或小数值。",
|
|
2611
|
+
"abstract": "RANDARRAY 函数返回 0 和 1 之间的随机数字数组。",
|
|
2612
2612
|
"links": [
|
|
2613
2613
|
{
|
|
2614
2614
|
"title": "教学",
|
|
@@ -2963,8 +2963,8 @@
|
|
|
2963
2963
|
}
|
|
2964
2964
|
},
|
|
2965
2965
|
"SUMIFS": {
|
|
2966
|
-
"description": "
|
|
2967
|
-
"abstract": "
|
|
2966
|
+
"description": "用于计算其满足多个条件的全部参数的总量。",
|
|
2967
|
+
"abstract": "用于计算其满足多个条件的全部参数的总量。",
|
|
2968
2968
|
"links": [
|
|
2969
2969
|
{
|
|
2970
2970
|
"title": "教学",
|
|
@@ -3136,13 +3136,13 @@
|
|
|
3136
3136
|
}
|
|
3137
3137
|
],
|
|
3138
3138
|
"functionParameter": {
|
|
3139
|
-
"
|
|
3140
|
-
"name": "
|
|
3141
|
-
"detail": "
|
|
3139
|
+
"number": {
|
|
3140
|
+
"name": "数值",
|
|
3141
|
+
"detail": "需要截尾取整的数字。"
|
|
3142
3142
|
},
|
|
3143
|
-
"
|
|
3144
|
-
"name": "
|
|
3145
|
-
"detail": "
|
|
3143
|
+
"numDigits": {
|
|
3144
|
+
"name": "位数",
|
|
3145
|
+
"detail": "用于指定取整精度的数字。num_digits 的默认值为 0(零)。"
|
|
3146
3146
|
}
|
|
3147
3147
|
}
|
|
3148
3148
|
},
|
|
@@ -5452,13 +5452,9 @@
|
|
|
5452
5452
|
}
|
|
5453
5453
|
],
|
|
5454
5454
|
"functionParameter": {
|
|
5455
|
-
"
|
|
5456
|
-
"name": "
|
|
5457
|
-
"detail": "
|
|
5458
|
-
},
|
|
5459
|
-
"number2": {
|
|
5460
|
-
"name": "number2",
|
|
5461
|
-
"detail": "second"
|
|
5455
|
+
"reference": {
|
|
5456
|
+
"name": "引用",
|
|
5457
|
+
"detail": "对某个单元格或单元格区域的引用,可包含多个区域。"
|
|
5462
5458
|
}
|
|
5463
5459
|
}
|
|
5464
5460
|
},
|
|
@@ -5496,13 +5492,17 @@
|
|
|
5496
5492
|
}
|
|
5497
5493
|
],
|
|
5498
5494
|
"functionParameter": {
|
|
5499
|
-
"
|
|
5500
|
-
"name": "
|
|
5501
|
-
"detail": "
|
|
5495
|
+
"array": {
|
|
5496
|
+
"name": "数组",
|
|
5497
|
+
"detail": "包含要在新数组中返回的列的数组。"
|
|
5502
5498
|
},
|
|
5503
|
-
"
|
|
5504
|
-
"name": "
|
|
5505
|
-
"detail": "
|
|
5499
|
+
"colNum1": {
|
|
5500
|
+
"name": "列号1",
|
|
5501
|
+
"detail": "要返回的第一列。"
|
|
5502
|
+
},
|
|
5503
|
+
"colNum2": {
|
|
5504
|
+
"name": "列号2",
|
|
5505
|
+
"detail": "要返回的其他列。"
|
|
5506
5506
|
}
|
|
5507
5507
|
}
|
|
5508
5508
|
},
|
|
@@ -5516,13 +5516,17 @@
|
|
|
5516
5516
|
}
|
|
5517
5517
|
],
|
|
5518
5518
|
"functionParameter": {
|
|
5519
|
-
"
|
|
5520
|
-
"name": "
|
|
5521
|
-
"detail": "
|
|
5519
|
+
"array": {
|
|
5520
|
+
"name": "数组",
|
|
5521
|
+
"detail": "包含要在新数组中返回的行的数组。"
|
|
5522
5522
|
},
|
|
5523
|
-
"
|
|
5524
|
-
"name": "
|
|
5525
|
-
"detail": "
|
|
5523
|
+
"rowNum1": {
|
|
5524
|
+
"name": "行号1",
|
|
5525
|
+
"detail": "要返回的第一行号。"
|
|
5526
|
+
},
|
|
5527
|
+
"rowNum2": {
|
|
5528
|
+
"name": "行号2",
|
|
5529
|
+
"detail": "要返回的其他行号。"
|
|
5526
5530
|
}
|
|
5527
5531
|
}
|
|
5528
5532
|
},
|
|
@@ -5608,13 +5612,17 @@
|
|
|
5608
5612
|
}
|
|
5609
5613
|
],
|
|
5610
5614
|
"functionParameter": {
|
|
5611
|
-
"
|
|
5612
|
-
"name": "
|
|
5613
|
-
"detail": "
|
|
5615
|
+
"array": {
|
|
5616
|
+
"name": "数组",
|
|
5617
|
+
"detail": "要筛选的区域或数组。"
|
|
5614
5618
|
},
|
|
5615
|
-
"
|
|
5616
|
-
"name": "
|
|
5617
|
-
"detail": "
|
|
5619
|
+
"include": {
|
|
5620
|
+
"name": "布尔值数组",
|
|
5621
|
+
"detail": "布尔值数组,其中 TRUE 表示要保留的一行或一列。"
|
|
5622
|
+
},
|
|
5623
|
+
"ifEmpty": {
|
|
5624
|
+
"name": "空值返回",
|
|
5625
|
+
"detail": "如果未保留任何项,则返回。"
|
|
5618
5626
|
}
|
|
5619
5627
|
}
|
|
5620
5628
|
},
|
|
@@ -5696,13 +5704,13 @@
|
|
|
5696
5704
|
}
|
|
5697
5705
|
],
|
|
5698
5706
|
"functionParameter": {
|
|
5699
|
-
"
|
|
5700
|
-
"name": "
|
|
5701
|
-
"detail": "
|
|
5707
|
+
"array1": {
|
|
5708
|
+
"name": "数组",
|
|
5709
|
+
"detail": "要追加的数组。"
|
|
5702
5710
|
},
|
|
5703
|
-
"
|
|
5704
|
-
"name": "
|
|
5705
|
-
"detail": "
|
|
5711
|
+
"array2": {
|
|
5712
|
+
"name": "数组",
|
|
5713
|
+
"detail": "要追加的数组。"
|
|
5706
5714
|
}
|
|
5707
5715
|
}
|
|
5708
5716
|
},
|
|
@@ -5758,7 +5766,7 @@
|
|
|
5758
5766
|
"functionParameter": {
|
|
5759
5767
|
"reference": {
|
|
5760
5768
|
"name": "引用",
|
|
5761
|
-
"detail": "
|
|
5769
|
+
"detail": "对一个或多个单元格区域的引用。"
|
|
5762
5770
|
},
|
|
5763
5771
|
"rowNum": {
|
|
5764
5772
|
"name": "行号",
|
|
@@ -5770,7 +5778,7 @@
|
|
|
5770
5778
|
},
|
|
5771
5779
|
"areaNum": {
|
|
5772
5780
|
"name": "区域编号",
|
|
5773
|
-
"detail": "
|
|
5781
|
+
"detail": "选择要返回行号和列号的交叉点的引用区域。"
|
|
5774
5782
|
}
|
|
5775
5783
|
}
|
|
5776
5784
|
},
|
|
@@ -5786,11 +5794,11 @@
|
|
|
5786
5794
|
"functionParameter": {
|
|
5787
5795
|
"refText": {
|
|
5788
5796
|
"name": "引用文本",
|
|
5789
|
-
"detail": "对包含 A1 样式引用、R1C1 样式引用、定义为引用的名称或作为文本字符串引用的单元格的引用的引用。
|
|
5797
|
+
"detail": "对包含 A1 样式引用、R1C1 样式引用、定义为引用的名称或作为文本字符串引用的单元格的引用的引用。"
|
|
5790
5798
|
},
|
|
5791
5799
|
"a1": {
|
|
5792
5800
|
"name": "引用类型",
|
|
5793
|
-
"detail": "
|
|
5801
|
+
"detail": "一个逻辑值,用于指定包含在单元格引用文本中的引用的类型。"
|
|
5794
5802
|
}
|
|
5795
5803
|
}
|
|
5796
5804
|
},
|
|
@@ -5819,7 +5827,7 @@
|
|
|
5819
5827
|
}
|
|
5820
5828
|
},
|
|
5821
5829
|
"MATCH": {
|
|
5822
|
-
"description": "使用 MATCH 函数在 范围 单元格中搜索特定的项,然后返回该项在此区域中的相对位置。
|
|
5830
|
+
"description": "使用 MATCH 函数在 范围 单元格中搜索特定的项,然后返回该项在此区域中的相对位置。",
|
|
5823
5831
|
"abstract": "在引用或数组中查找值",
|
|
5824
5832
|
"links": [
|
|
5825
5833
|
{
|
|
@@ -5830,7 +5838,7 @@
|
|
|
5830
5838
|
"functionParameter": {
|
|
5831
5839
|
"lookupValue": {
|
|
5832
5840
|
"name": "查找值",
|
|
5833
|
-
"detail": "要在 lookup_array 中匹配的值。
|
|
5841
|
+
"detail": "要在 lookup_array 中匹配的值。"
|
|
5834
5842
|
},
|
|
5835
5843
|
"lookupArray": {
|
|
5836
5844
|
"name": "搜索区域",
|
|
@@ -5838,7 +5846,7 @@
|
|
|
5838
5846
|
},
|
|
5839
5847
|
"matchType": {
|
|
5840
5848
|
"name": "匹配类型",
|
|
5841
|
-
"detail": "数字 -1、0 或 1。
|
|
5849
|
+
"detail": "数字 -1、0 或 1。"
|
|
5842
5850
|
}
|
|
5843
5851
|
}
|
|
5844
5852
|
},
|
|
@@ -5854,23 +5862,23 @@
|
|
|
5854
5862
|
"functionParameter": {
|
|
5855
5863
|
"reference": {
|
|
5856
5864
|
"name": "引用",
|
|
5857
|
-
"detail": "要基于偏移量的引用。
|
|
5865
|
+
"detail": "要基于偏移量的引用。"
|
|
5858
5866
|
},
|
|
5859
5867
|
"rows": {
|
|
5860
5868
|
"name": "行数",
|
|
5861
|
-
"detail": "需要左上角单元格引用的向上或向下行数。
|
|
5869
|
+
"detail": "需要左上角单元格引用的向上或向下行数。"
|
|
5862
5870
|
},
|
|
5863
5871
|
"cols": {
|
|
5864
5872
|
"name": "列数",
|
|
5865
|
-
"detail": "需要结果的左上角单元格引用的从左到右的列数。
|
|
5873
|
+
"detail": "需要结果的左上角单元格引用的从左到右的列数。"
|
|
5866
5874
|
},
|
|
5867
5875
|
"height": {
|
|
5868
5876
|
"name": "行高",
|
|
5869
|
-
"detail": "
|
|
5877
|
+
"detail": "需要返回的引用的行高。行高必须为正数。"
|
|
5870
5878
|
},
|
|
5871
5879
|
"width": {
|
|
5872
5880
|
"name": "列宽",
|
|
5873
|
-
"detail": "
|
|
5881
|
+
"detail": "需要返回的引用的列宽。列宽必须为正数。"
|
|
5874
5882
|
}
|
|
5875
5883
|
}
|
|
5876
5884
|
},
|
|
@@ -5936,13 +5944,21 @@
|
|
|
5936
5944
|
}
|
|
5937
5945
|
],
|
|
5938
5946
|
"functionParameter": {
|
|
5939
|
-
"
|
|
5940
|
-
"name": "
|
|
5941
|
-
"detail": "
|
|
5947
|
+
"array": {
|
|
5948
|
+
"name": "数组",
|
|
5949
|
+
"detail": "要排序的范围或数组。"
|
|
5942
5950
|
},
|
|
5943
|
-
"
|
|
5944
|
-
"name": "
|
|
5945
|
-
"detail": "
|
|
5951
|
+
"sortIndex": {
|
|
5952
|
+
"name": "排序索引",
|
|
5953
|
+
"detail": "表示排序依据(按行或按列)的数字。"
|
|
5954
|
+
},
|
|
5955
|
+
"sortOrder": {
|
|
5956
|
+
"name": "排序顺序",
|
|
5957
|
+
"detail": "表示所需排序顺序的数字;1表示顺序(默认),-1表示降序。"
|
|
5958
|
+
},
|
|
5959
|
+
"byCol": {
|
|
5960
|
+
"name": "排序方向",
|
|
5961
|
+
"detail": "表示所需排序方向的逻辑值;FALSE指按行排序(默认),TRUE指按列排序。"
|
|
5946
5962
|
}
|
|
5947
5963
|
}
|
|
5948
5964
|
},
|
|
@@ -5956,13 +5972,25 @@
|
|
|
5956
5972
|
}
|
|
5957
5973
|
],
|
|
5958
5974
|
"functionParameter": {
|
|
5959
|
-
"
|
|
5960
|
-
"name": "
|
|
5961
|
-
"detail": "
|
|
5975
|
+
"array": {
|
|
5976
|
+
"name": "数组",
|
|
5977
|
+
"detail": "要排序的范围或数组。"
|
|
5962
5978
|
},
|
|
5963
|
-
"
|
|
5964
|
-
"name": "
|
|
5965
|
-
"detail": "
|
|
5979
|
+
"byArray1": {
|
|
5980
|
+
"name": "排序数组1",
|
|
5981
|
+
"detail": "要基于其进行排序的范围或数组。"
|
|
5982
|
+
},
|
|
5983
|
+
"sortOrder1": {
|
|
5984
|
+
"name": "排序顺序1",
|
|
5985
|
+
"detail": "表示所需排序顺序的数字;1表示顺序(默认),-1表示降序。"
|
|
5986
|
+
},
|
|
5987
|
+
"byArray2": {
|
|
5988
|
+
"name": "排序数组2",
|
|
5989
|
+
"detail": "要基于其进行排序的范围或数组。"
|
|
5990
|
+
},
|
|
5991
|
+
"sortOrder2": {
|
|
5992
|
+
"name": "排序顺序2",
|
|
5993
|
+
"detail": "表示所需排序顺序的数字;1表示顺序(默认),-1表示降序。"
|
|
5966
5994
|
}
|
|
5967
5995
|
}
|
|
5968
5996
|
},
|
|
@@ -6036,13 +6064,9 @@
|
|
|
6036
6064
|
}
|
|
6037
6065
|
],
|
|
6038
6066
|
"functionParameter": {
|
|
6039
|
-
"
|
|
6040
|
-
"name": "
|
|
6041
|
-
"detail": "
|
|
6042
|
-
},
|
|
6043
|
-
"number2": {
|
|
6044
|
-
"name": "number2",
|
|
6045
|
-
"detail": "second"
|
|
6067
|
+
"array": {
|
|
6068
|
+
"name": "数组",
|
|
6069
|
+
"detail": "工作表中的单元格区域或数组。"
|
|
6046
6070
|
}
|
|
6047
6071
|
}
|
|
6048
6072
|
},
|
|
@@ -6056,13 +6080,17 @@
|
|
|
6056
6080
|
}
|
|
6057
6081
|
],
|
|
6058
6082
|
"functionParameter": {
|
|
6059
|
-
"
|
|
6060
|
-
"name": "
|
|
6061
|
-
"detail": "
|
|
6083
|
+
"array": {
|
|
6084
|
+
"name": "数组",
|
|
6085
|
+
"detail": "从中返回唯一行或列的范围或数组。"
|
|
6062
6086
|
},
|
|
6063
|
-
"
|
|
6064
|
-
"name": "
|
|
6065
|
-
"detail": "
|
|
6087
|
+
"byCol": {
|
|
6088
|
+
"name": "依据列",
|
|
6089
|
+
"detail": "是一个逻辑值:将行彼此比较并返回唯一值 = FALSE,或已省略;将列彼此比较并返回唯一值 = TRUE。"
|
|
6090
|
+
},
|
|
6091
|
+
"exactlyOnce": {
|
|
6092
|
+
"name": "仅一次",
|
|
6093
|
+
"detail": "是一个逻辑值:从数组中返回只出现一次的行或列 = TRUE;从数组中返回所有不同的行或列 = FALSE,或已省略。"
|
|
6066
6094
|
}
|
|
6067
6095
|
}
|
|
6068
6096
|
},
|
|
@@ -6085,7 +6113,7 @@
|
|
|
6085
6113
|
"detail": "VLOOKUP 在其中搜索 lookup_value 和返回值的单元格区域。 可以使用命名区域或表,并且可以在参数中使用名称,而不是单元格引用。 "
|
|
6086
6114
|
},
|
|
6087
6115
|
"colIndexNum": {
|
|
6088
|
-
"name": "
|
|
6116
|
+
"name": "列号",
|
|
6089
6117
|
"detail": "其中包含返回值的单元格的编号(table_array 最左侧单元格为 1 开始编号)。"
|
|
6090
6118
|
},
|
|
6091
6119
|
"rangeLookup": {
|
|
@@ -6104,13 +6132,13 @@
|
|
|
6104
6132
|
}
|
|
6105
6133
|
],
|
|
6106
6134
|
"functionParameter": {
|
|
6107
|
-
"
|
|
6108
|
-
"name": "
|
|
6109
|
-
"detail": "
|
|
6135
|
+
"array1": {
|
|
6136
|
+
"name": "数组",
|
|
6137
|
+
"detail": "要追加的数组。"
|
|
6110
6138
|
},
|
|
6111
|
-
"
|
|
6112
|
-
"name": "
|
|
6113
|
-
"detail": "
|
|
6139
|
+
"array2": {
|
|
6140
|
+
"name": "数组",
|
|
6141
|
+
"detail": "要追加的数组。"
|
|
6114
6142
|
}
|
|
6115
6143
|
}
|
|
6116
6144
|
},
|
|
@@ -6177,15 +6205,15 @@
|
|
|
6177
6205
|
"detail": "要返回的数组或区域"
|
|
6178
6206
|
},
|
|
6179
6207
|
"ifNotFound": {
|
|
6180
|
-
"name": "
|
|
6208
|
+
"name": "默认显示值",
|
|
6181
6209
|
"detail": "如果未找到有效的匹配项,则返回你提供的 [if_not_found] 文本,否则返回#N/A "
|
|
6182
6210
|
},
|
|
6183
6211
|
"matchMode": {
|
|
6184
|
-
"name": "
|
|
6212
|
+
"name": "匹配类型",
|
|
6185
6213
|
"detail": "指定匹配类型: 0 - 完全匹配。 如果未找到,则返回 #N/A。默认选项。-1 - 完全匹配。 如果没有找到,则返回下一个较小的项。1 - 完全匹配。 如果没有找到,则返回下一个较大的项。 2 - 通配符匹配,其中 *, ? 和 ~ 有特殊含义。"
|
|
6186
6214
|
},
|
|
6187
6215
|
"searchMode": {
|
|
6188
|
-
"name": "
|
|
6216
|
+
"name": "搜索模式",
|
|
6189
6217
|
"detail": "指定要使用的搜索模式:1 从第一项开始执行搜索,默认选项。-1 从最后一项开始执行反向搜索。2 执行依赖于 lookup_array 按升序排序的二进制搜索, -2执行依赖于 lookup_array 按降序排序的二进制搜索"
|
|
6190
6218
|
}
|
|
6191
6219
|
}
|
|
@@ -6789,7 +6817,7 @@
|
|
|
6789
6817
|
],
|
|
6790
6818
|
"functionParameter": {
|
|
6791
6819
|
"text": {
|
|
6792
|
-
"name": "
|
|
6820
|
+
"name": "文本",
|
|
6793
6821
|
"detail": "要查找其长度的文本。 空格将作为字符进行计数。"
|
|
6794
6822
|
}
|
|
6795
6823
|
}
|
|
@@ -6805,8 +6833,8 @@
|
|
|
6805
6833
|
],
|
|
6806
6834
|
"functionParameter": {
|
|
6807
6835
|
"text": {
|
|
6808
|
-
"name": "
|
|
6809
|
-
"detail": "
|
|
6836
|
+
"name": "文本",
|
|
6837
|
+
"detail": "要查找其长度的文本。 空格将作为字符进行计数。"
|
|
6810
6838
|
}
|
|
6811
6839
|
}
|
|
6812
6840
|
},
|
|
@@ -6976,13 +7004,13 @@
|
|
|
6976
7004
|
}
|
|
6977
7005
|
],
|
|
6978
7006
|
"functionParameter": {
|
|
6979
|
-
"
|
|
6980
|
-
"name": "
|
|
6981
|
-
"detail": "
|
|
7007
|
+
"text": {
|
|
7008
|
+
"name": "文本",
|
|
7009
|
+
"detail": "需要重复显示的文本。"
|
|
6982
7010
|
},
|
|
6983
|
-
"
|
|
6984
|
-
"name": "
|
|
6985
|
-
"detail": "
|
|
7011
|
+
"numberTimes": {
|
|
7012
|
+
"name": "重复次数",
|
|
7013
|
+
"detail": "用于指定文本重复次数的正数。"
|
|
6986
7014
|
}
|
|
6987
7015
|
}
|
|
6988
7016
|
},
|
|
@@ -7136,13 +7164,29 @@
|
|
|
7136
7164
|
}
|
|
7137
7165
|
],
|
|
7138
7166
|
"functionParameter": {
|
|
7139
|
-
"
|
|
7140
|
-
"name": "
|
|
7141
|
-
"detail": "
|
|
7167
|
+
"text": {
|
|
7168
|
+
"name": "文本",
|
|
7169
|
+
"detail": "你要在其中搜索的文本。不允许使用通配符。"
|
|
7142
7170
|
},
|
|
7143
|
-
"
|
|
7144
|
-
"name": "
|
|
7145
|
-
"detail": "
|
|
7171
|
+
"delimiter": {
|
|
7172
|
+
"name": "分隔符",
|
|
7173
|
+
"detail": "标记要在其中提取的点的文本。"
|
|
7174
|
+
},
|
|
7175
|
+
"instanceNum": {
|
|
7176
|
+
"name": "实例编号",
|
|
7177
|
+
"detail": "要在其中提取文本的分隔符的实例。"
|
|
7178
|
+
},
|
|
7179
|
+
"matchMode": {
|
|
7180
|
+
"name": "匹配模式",
|
|
7181
|
+
"detail": "确定文本搜索是否区分大小写。 默认为区分大小写。"
|
|
7182
|
+
},
|
|
7183
|
+
"matchEnd": {
|
|
7184
|
+
"name": "末尾匹配",
|
|
7185
|
+
"detail": "将文本结尾视为分隔符。默认情况下,文本完全匹配。"
|
|
7186
|
+
},
|
|
7187
|
+
"ifNotFound": {
|
|
7188
|
+
"name": "未匹配到的值",
|
|
7189
|
+
"detail": "未找到匹配项时返回的值。默认情况下,返回 #N/A。"
|
|
7146
7190
|
}
|
|
7147
7191
|
}
|
|
7148
7192
|
},
|
|
@@ -7156,13 +7200,29 @@
|
|
|
7156
7200
|
}
|
|
7157
7201
|
],
|
|
7158
7202
|
"functionParameter": {
|
|
7159
|
-
"
|
|
7160
|
-
"name": "
|
|
7161
|
-
"detail": "
|
|
7203
|
+
"text": {
|
|
7204
|
+
"name": "文本",
|
|
7205
|
+
"detail": "你要在其中搜索的文本。不允许使用通配符。"
|
|
7162
7206
|
},
|
|
7163
|
-
"
|
|
7164
|
-
"name": "
|
|
7165
|
-
"detail": "
|
|
7207
|
+
"delimiter": {
|
|
7208
|
+
"name": "分隔符",
|
|
7209
|
+
"detail": "标记要在其中提取的点的文本。"
|
|
7210
|
+
},
|
|
7211
|
+
"instanceNum": {
|
|
7212
|
+
"name": "实例编号",
|
|
7213
|
+
"detail": "要在其中提取文本的分隔符的实例。"
|
|
7214
|
+
},
|
|
7215
|
+
"matchMode": {
|
|
7216
|
+
"name": "匹配模式",
|
|
7217
|
+
"detail": "确定文本搜索是否区分大小写。 默认为区分大小写。"
|
|
7218
|
+
},
|
|
7219
|
+
"matchEnd": {
|
|
7220
|
+
"name": "末尾匹配",
|
|
7221
|
+
"detail": "将文本结尾视为分隔符。默认情况下,文本完全匹配。"
|
|
7222
|
+
},
|
|
7223
|
+
"ifNotFound": {
|
|
7224
|
+
"name": "未匹配到的值",
|
|
7225
|
+
"detail": "未找到匹配项时返回的值。默认情况下,返回 #N/A。"
|
|
7166
7226
|
}
|
|
7167
7227
|
}
|
|
7168
7228
|
},
|
|
@@ -7196,13 +7256,29 @@
|
|
|
7196
7256
|
}
|
|
7197
7257
|
],
|
|
7198
7258
|
"functionParameter": {
|
|
7199
|
-
"
|
|
7200
|
-
"name": "
|
|
7201
|
-
"detail": "
|
|
7259
|
+
"text": {
|
|
7260
|
+
"name": "文本",
|
|
7261
|
+
"detail": "要拆分的文本。"
|
|
7202
7262
|
},
|
|
7203
|
-
"
|
|
7204
|
-
"name": "
|
|
7205
|
-
"detail": "
|
|
7263
|
+
"colDelimiter": {
|
|
7264
|
+
"name": "列分隔符",
|
|
7265
|
+
"detail": "要拆分列依据的字符或字符串。"
|
|
7266
|
+
},
|
|
7267
|
+
"rowDelimiter": {
|
|
7268
|
+
"name": "行分隔符",
|
|
7269
|
+
"detail": "要拆分行依据的字符或字符串。"
|
|
7270
|
+
},
|
|
7271
|
+
"ignoreEmpty": {
|
|
7272
|
+
"name": "忽略空单元格",
|
|
7273
|
+
"detail": "是否忽略空单元格。默认为 FALSE。"
|
|
7274
|
+
},
|
|
7275
|
+
"matchMode": {
|
|
7276
|
+
"name": "匹配模式",
|
|
7277
|
+
"detail": "搜索文本中的分隔符匹配。默认情况下,会进行区分大小写的匹配。"
|
|
7278
|
+
},
|
|
7279
|
+
"padWith": {
|
|
7280
|
+
"name": "填充值",
|
|
7281
|
+
"detail": "用于填充的值。默认情况下,使用 #N/A。"
|
|
7206
7282
|
}
|
|
7207
7283
|
}
|
|
7208
7284
|
},
|
|
@@ -7447,24 +7523,15 @@
|
|
|
7447
7523
|
}
|
|
7448
7524
|
},
|
|
7449
7525
|
"FALSE": {
|
|
7450
|
-
"description": "返回逻辑值 FALSE",
|
|
7451
|
-
"abstract": "返回逻辑值 FALSE",
|
|
7526
|
+
"description": "返回逻辑值 FALSE。",
|
|
7527
|
+
"abstract": "返回逻辑值 FALSE。",
|
|
7452
7528
|
"links": [
|
|
7453
7529
|
{
|
|
7454
7530
|
"title": "教学",
|
|
7455
7531
|
"url": "https://support.microsoft.com/zh-cn/office/false-%E5%87%BD%E6%95%B0-2d58dfa5-9c03-4259-bf8f-f0ae14346904"
|
|
7456
7532
|
}
|
|
7457
7533
|
],
|
|
7458
|
-
"functionParameter": {
|
|
7459
|
-
"number1": {
|
|
7460
|
-
"name": "number1",
|
|
7461
|
-
"detail": "first"
|
|
7462
|
-
},
|
|
7463
|
-
"number2": {
|
|
7464
|
-
"name": "number2",
|
|
7465
|
-
"detail": "second"
|
|
7466
|
-
}
|
|
7467
|
-
}
|
|
7534
|
+
"functionParameter": {}
|
|
7468
7535
|
},
|
|
7469
7536
|
"IF": {
|
|
7470
7537
|
"description": "指定要执行的逻辑检测",
|
|
@@ -7505,14 +7572,14 @@
|
|
|
7505
7572
|
"detail": " 检查是否存在错误的参数。"
|
|
7506
7573
|
},
|
|
7507
7574
|
"valueIfError": {
|
|
7508
|
-
"name": "
|
|
7575
|
+
"name": "错误时返回值",
|
|
7509
7576
|
"detail": "公式计算结果为错误时要返回的值。 评估以下错误类型:#N/A、#VALUE!、#REF!、#DIV/0!、#NUM!、#NAME? 或 #NULL!。"
|
|
7510
7577
|
}
|
|
7511
7578
|
}
|
|
7512
7579
|
},
|
|
7513
7580
|
"IFNA": {
|
|
7514
|
-
"description": "
|
|
7515
|
-
"abstract": "
|
|
7581
|
+
"description": "如果表达式的结果为 #N/A,则返回您指定的值,否则返回表达式的结果",
|
|
7582
|
+
"abstract": "如果表达式的结果为 #N/A,则返回您指定的值,否则返回表达式的结果",
|
|
7516
7583
|
"links": [
|
|
7517
7584
|
{
|
|
7518
7585
|
"title": "教学",
|
|
@@ -7520,19 +7587,19 @@
|
|
|
7520
7587
|
}
|
|
7521
7588
|
],
|
|
7522
7589
|
"functionParameter": {
|
|
7523
|
-
"
|
|
7524
|
-
"name": "
|
|
7525
|
-
"detail": "
|
|
7590
|
+
"value": {
|
|
7591
|
+
"name": "值",
|
|
7592
|
+
"detail": "检查是否存在 #N/A 错误值的参数。"
|
|
7526
7593
|
},
|
|
7527
|
-
"
|
|
7528
|
-
"name": "
|
|
7529
|
-
"detail": "
|
|
7594
|
+
"valueIfNa": {
|
|
7595
|
+
"name": "如果为#N/A的值",
|
|
7596
|
+
"detail": "如果公式结果为 #N/A 错误值,则返回的值。"
|
|
7530
7597
|
}
|
|
7531
7598
|
}
|
|
7532
7599
|
},
|
|
7533
7600
|
"IFS": {
|
|
7534
|
-
"description": "
|
|
7535
|
-
"abstract": "
|
|
7601
|
+
"description": "检查一个或多个条件是否满足,并返回第一个为 TRUE 的条件对应的值。",
|
|
7602
|
+
"abstract": "检查一个或多个条件是否满足,并返回第一个为 TRUE 的条件对应的值。",
|
|
7536
7603
|
"links": [
|
|
7537
7604
|
{
|
|
7538
7605
|
"title": "教学",
|
|
@@ -7540,13 +7607,21 @@
|
|
|
7540
7607
|
}
|
|
7541
7608
|
],
|
|
7542
7609
|
"functionParameter": {
|
|
7543
|
-
"
|
|
7544
|
-
"name": "
|
|
7545
|
-
"detail": "
|
|
7610
|
+
"logicalTest1": {
|
|
7611
|
+
"name": "条件1",
|
|
7612
|
+
"detail": "要评估的第一个条件,可以是布尔值、数值、数组或指向这些值的引用。"
|
|
7546
7613
|
},
|
|
7547
|
-
"
|
|
7548
|
-
"name": "
|
|
7549
|
-
"detail": "
|
|
7614
|
+
"valueIfTrue1": {
|
|
7615
|
+
"name": "值1",
|
|
7616
|
+
"detail": "“条件1”为“TRUE”的情况下返回的值。"
|
|
7617
|
+
},
|
|
7618
|
+
"logicalTest2": {
|
|
7619
|
+
"name": "条件2",
|
|
7620
|
+
"detail": "之前的条件为“FALSE”的情况下,要评估的其他条件。"
|
|
7621
|
+
},
|
|
7622
|
+
"valueIfTrue2": {
|
|
7623
|
+
"name": "值2",
|
|
7624
|
+
"detail": "相应条件为“TRUE”的情况下返回的其他值。"
|
|
7550
7625
|
}
|
|
7551
7626
|
}
|
|
7552
7627
|
},
|
|
@@ -7615,8 +7690,8 @@
|
|
|
7615
7690
|
}
|
|
7616
7691
|
},
|
|
7617
7692
|
"NOT": {
|
|
7618
|
-
"description": "
|
|
7619
|
-
"abstract": "
|
|
7693
|
+
"description": "反转其参数的逻辑值。",
|
|
7694
|
+
"abstract": "反转其参数的逻辑值。",
|
|
7620
7695
|
"links": [
|
|
7621
7696
|
{
|
|
7622
7697
|
"title": "教学",
|
|
@@ -7624,13 +7699,9 @@
|
|
|
7624
7699
|
}
|
|
7625
7700
|
],
|
|
7626
7701
|
"functionParameter": {
|
|
7627
|
-
"
|
|
7628
|
-
"name": "
|
|
7629
|
-
"detail": "
|
|
7630
|
-
},
|
|
7631
|
-
"number2": {
|
|
7632
|
-
"name": "number2",
|
|
7633
|
-
"detail": "second"
|
|
7702
|
+
"logical": {
|
|
7703
|
+
"name": "逻辑表达式",
|
|
7704
|
+
"detail": "您要反转逻辑的条件,可评估为 TRUE 或 FALSE。"
|
|
7634
7705
|
}
|
|
7635
7706
|
}
|
|
7636
7707
|
},
|
|
@@ -7695,8 +7766,8 @@
|
|
|
7695
7766
|
}
|
|
7696
7767
|
},
|
|
7697
7768
|
"SWITCH": {
|
|
7698
|
-
"description": "
|
|
7699
|
-
"abstract": "
|
|
7769
|
+
"description": "将表达式与值列表进行比较,并返回与第一个匹配值对应的结果。如果没有匹配项,可以返回一个可选的默认值。",
|
|
7770
|
+
"abstract": "将表达式与值列表进行比较,并返回与第一个匹配值对应的结果。如果没有匹配项,可以返回一个可选的默认值。",
|
|
7700
7771
|
"links": [
|
|
7701
7772
|
{
|
|
7702
7773
|
"title": "教学",
|
|
@@ -7704,39 +7775,42 @@
|
|
|
7704
7775
|
}
|
|
7705
7776
|
],
|
|
7706
7777
|
"functionParameter": {
|
|
7707
|
-
"
|
|
7708
|
-
"name": "
|
|
7709
|
-
"detail": "
|
|
7778
|
+
"expression": {
|
|
7779
|
+
"name": "表达式",
|
|
7780
|
+
"detail": "表达式是将要与 值1…值126 进行比较的值(例如数字、日期或一些文本)。"
|
|
7710
7781
|
},
|
|
7711
|
-
"
|
|
7712
|
-
"name": "
|
|
7713
|
-
"detail": "
|
|
7782
|
+
"value1": {
|
|
7783
|
+
"name": "值1",
|
|
7784
|
+
"detail": "值N 是将要与表达式进行比较的值。"
|
|
7785
|
+
},
|
|
7786
|
+
"result1": {
|
|
7787
|
+
"name": "结果1",
|
|
7788
|
+
"detail": "结果N 是当对应的值N 参数与表达式匹配时要返回的值。必须为每个对应的值N 参数提供结果N。"
|
|
7789
|
+
},
|
|
7790
|
+
"defaultOrValue2": {
|
|
7791
|
+
"name": "默认或值2",
|
|
7792
|
+
"detail": "默认是在值N 表达式中找不到匹配项时要返回的值。默认参数通过没有对应的结果N 表达式来识别(参见示例)。默认必须是函数中的最后一个参数。"
|
|
7793
|
+
},
|
|
7794
|
+
"result2": {
|
|
7795
|
+
"name": "结果2",
|
|
7796
|
+
"detail": "结果N 是当对应的值N 参数与表达式匹配时要返回的值。必须为每个对应的值N 参数提供结果N。"
|
|
7714
7797
|
}
|
|
7715
7798
|
}
|
|
7716
7799
|
},
|
|
7717
7800
|
"TRUE": {
|
|
7718
|
-
"description": "返回逻辑值 TRUE",
|
|
7719
|
-
"abstract": "返回逻辑值 TRUE",
|
|
7801
|
+
"description": "返回逻辑值 TRUE。",
|
|
7802
|
+
"abstract": "返回逻辑值 TRUE。",
|
|
7720
7803
|
"links": [
|
|
7721
7804
|
{
|
|
7722
7805
|
"title": "教学",
|
|
7723
7806
|
"url": "https://support.microsoft.com/zh-cn/office/true-%E5%87%BD%E6%95%B0-7652c6e3-8987-48d0-97cd-ef223246b3fb"
|
|
7724
7807
|
}
|
|
7725
7808
|
],
|
|
7726
|
-
"functionParameter": {
|
|
7727
|
-
"number1": {
|
|
7728
|
-
"name": "number1",
|
|
7729
|
-
"detail": "first"
|
|
7730
|
-
},
|
|
7731
|
-
"number2": {
|
|
7732
|
-
"name": "number2",
|
|
7733
|
-
"detail": "second"
|
|
7734
|
-
}
|
|
7735
|
-
}
|
|
7809
|
+
"functionParameter": {}
|
|
7736
7810
|
},
|
|
7737
7811
|
"XOR": {
|
|
7738
|
-
"description": "
|
|
7739
|
-
"abstract": "
|
|
7812
|
+
"description": "如果参数中计算结果为 TRUE 的数量为奇数,则返回 TRUE;如果计算结果为 TRUE 的数量为偶数,则返回 FALSE。",
|
|
7813
|
+
"abstract": "如果参数中 TRUE 的数量为奇数,则返回 TRUE",
|
|
7740
7814
|
"links": [
|
|
7741
7815
|
{
|
|
7742
7816
|
"title": "教学",
|
|
@@ -7744,13 +7818,13 @@
|
|
|
7744
7818
|
}
|
|
7745
7819
|
],
|
|
7746
7820
|
"functionParameter": {
|
|
7747
|
-
"
|
|
7748
|
-
"name": "
|
|
7749
|
-
"detail": "
|
|
7821
|
+
"logical1": {
|
|
7822
|
+
"name": "逻辑表达式 1",
|
|
7823
|
+
"detail": "第一个想要测试且计算结果可为 TRUE 或 FALSE 的条件。"
|
|
7750
7824
|
},
|
|
7751
|
-
"
|
|
7752
|
-
"name": "
|
|
7753
|
-
"detail": "
|
|
7825
|
+
"logical2": {
|
|
7826
|
+
"name": "逻辑表达式 2",
|
|
7827
|
+
"detail": "其他想要测试且计算结果可为 TRUE 或 FALSE 的条件(最多 255 个条件)。"
|
|
7754
7828
|
}
|
|
7755
7829
|
}
|
|
7756
7830
|
},
|
|
@@ -7822,7 +7896,7 @@
|
|
|
7822
7896
|
"functionParameter": {
|
|
7823
7897
|
"value": {
|
|
7824
7898
|
"name": "值",
|
|
7825
|
-
"detail": "
|
|
7899
|
+
"detail": "指的是要测试的值。参数值可以是空白(空单元格)、错误值、逻辑值、文本、数字、引用值,或者引用要测试的以上任意值的名称。"
|
|
7826
7900
|
}
|
|
7827
7901
|
}
|
|
7828
7902
|
},
|
|
@@ -7838,7 +7912,7 @@
|
|
|
7838
7912
|
"functionParameter": {
|
|
7839
7913
|
"value": {
|
|
7840
7914
|
"name": "值",
|
|
7841
|
-
"detail": "
|
|
7915
|
+
"detail": "指的是要测试的值。参数值可以是空白(空单元格)、错误值、逻辑值、文本、数字、引用值,或者引用要测试的以上任意值的名称。"
|
|
7842
7916
|
}
|
|
7843
7917
|
}
|
|
7844
7918
|
},
|
|
@@ -7854,7 +7928,7 @@
|
|
|
7854
7928
|
"functionParameter": {
|
|
7855
7929
|
"value": {
|
|
7856
7930
|
"name": "值",
|
|
7857
|
-
"detail": "
|
|
7931
|
+
"detail": "指的是要测试的值。参数值可以是空白(空单元格)、错误值、逻辑值、文本、数字、引用值,或者引用要测试的以上任意值的名称。"
|
|
7858
7932
|
}
|
|
7859
7933
|
}
|
|
7860
7934
|
},
|
|
@@ -7870,7 +7944,7 @@
|
|
|
7870
7944
|
"functionParameter": {
|
|
7871
7945
|
"value": {
|
|
7872
7946
|
"name": "值",
|
|
7873
|
-
"detail": "
|
|
7947
|
+
"detail": "要测试的值。如果值不是整数,将被截尾取整。"
|
|
7874
7948
|
}
|
|
7875
7949
|
}
|
|
7876
7950
|
},
|
|
@@ -7906,7 +7980,7 @@
|
|
|
7906
7980
|
"functionParameter": {
|
|
7907
7981
|
"value": {
|
|
7908
7982
|
"name": "值",
|
|
7909
|
-
"detail": "
|
|
7983
|
+
"detail": "指的是要测试的值。参数值可以是空白(空单元格)、错误值、逻辑值、文本、数字、引用值,或者引用要测试的以上任意值的名称。"
|
|
7910
7984
|
}
|
|
7911
7985
|
}
|
|
7912
7986
|
},
|
|
@@ -7922,7 +7996,7 @@
|
|
|
7922
7996
|
"functionParameter": {
|
|
7923
7997
|
"value": {
|
|
7924
7998
|
"name": "值",
|
|
7925
|
-
"detail": "
|
|
7999
|
+
"detail": "指的是要测试的值。参数值可以是空白(空单元格)、错误值、逻辑值、文本、数字、引用值,或者引用要测试的以上任意值的名称。"
|
|
7926
8000
|
}
|
|
7927
8001
|
}
|
|
7928
8002
|
},
|
|
@@ -7938,7 +8012,7 @@
|
|
|
7938
8012
|
"functionParameter": {
|
|
7939
8013
|
"value": {
|
|
7940
8014
|
"name": "值",
|
|
7941
|
-
"detail": "
|
|
8015
|
+
"detail": "指的是要测试的值。参数值可以是空白(空单元格)、错误值、逻辑值、文本、数字、引用值,或者引用要测试的以上任意值的名称。"
|
|
7942
8016
|
}
|
|
7943
8017
|
}
|
|
7944
8018
|
},
|
|
@@ -7954,7 +8028,7 @@
|
|
|
7954
8028
|
"functionParameter": {
|
|
7955
8029
|
"value": {
|
|
7956
8030
|
"name": "值",
|
|
7957
|
-
"detail": "
|
|
8031
|
+
"detail": "指的是要测试的值。参数值可以是空白(空单元格)、错误值、逻辑值、文本、数字、引用值,或者引用要测试的以上任意值的名称。"
|
|
7958
8032
|
}
|
|
7959
8033
|
}
|
|
7960
8034
|
},
|
|
@@ -7970,7 +8044,7 @@
|
|
|
7970
8044
|
"functionParameter": {
|
|
7971
8045
|
"value": {
|
|
7972
8046
|
"name": "值",
|
|
7973
|
-
"detail": "
|
|
8047
|
+
"detail": "要测试的值。如果值不是整数,将被截尾取整。"
|
|
7974
8048
|
}
|
|
7975
8049
|
}
|
|
7976
8050
|
},
|
|
@@ -8006,7 +8080,7 @@
|
|
|
8006
8080
|
"functionParameter": {
|
|
8007
8081
|
"value": {
|
|
8008
8082
|
"name": "值",
|
|
8009
|
-
"detail": "
|
|
8083
|
+
"detail": "指的是要测试的值。参数值可以是空白(空单元格)、错误值、逻辑值、文本、数字、引用值,或者引用要测试的以上任意值的名称。"
|
|
8010
8084
|
}
|
|
8011
8085
|
}
|
|
8012
8086
|
},
|
|
@@ -8022,7 +8096,7 @@
|
|
|
8022
8096
|
"functionParameter": {
|
|
8023
8097
|
"value": {
|
|
8024
8098
|
"name": "值",
|
|
8025
|
-
"detail": "
|
|
8099
|
+
"detail": "指的是要测试的值。参数值可以是空白(空单元格)、错误值、逻辑值、文本、数字、引用值,或者引用要测试的以上任意值的名称。"
|
|
8026
8100
|
}
|
|
8027
8101
|
}
|
|
8028
8102
|
},
|