@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/en-US.json
CHANGED
|
@@ -2182,7 +2182,7 @@
|
|
|
2182
2182
|
},
|
|
2183
2183
|
"FLOOR_PRECISE": {
|
|
2184
2184
|
"description": "Rounds a number down to the nearest integer or to the nearest multiple of significance. Regardless of the sign of the number, the number is rounded down.",
|
|
2185
|
-
"abstract": "Rounds a number down to the nearest integer or to the nearest multiple of significance.
|
|
2185
|
+
"abstract": "Rounds a number down to the nearest integer or to the nearest multiple of significance.",
|
|
2186
2186
|
"links": [
|
|
2187
2187
|
{
|
|
2188
2188
|
"title": "Instruction",
|
|
@@ -2608,7 +2608,7 @@
|
|
|
2608
2608
|
},
|
|
2609
2609
|
"RANDARRAY": {
|
|
2610
2610
|
"description": "Returns an array of random numbers between 0 and 1. However, you can specify the number of rows and columns to fill, minimum and maximum values, and whether to return whole numbers or decimal values.",
|
|
2611
|
-
"abstract": "Returns an array of random numbers between 0 and 1.
|
|
2611
|
+
"abstract": "Returns an array of random numbers between 0 and 1.",
|
|
2612
2612
|
"links": [
|
|
2613
2613
|
{
|
|
2614
2614
|
"title": "Instruction",
|
|
@@ -2963,8 +2963,8 @@
|
|
|
2963
2963
|
}
|
|
2964
2964
|
},
|
|
2965
2965
|
"SUMIFS": {
|
|
2966
|
-
"description": "Adds
|
|
2967
|
-
"abstract": "Adds
|
|
2966
|
+
"description": "Adds all of its arguments that meet multiple criteria.",
|
|
2967
|
+
"abstract": "Adds all of its arguments that meet multiple criteria.",
|
|
2968
2968
|
"links": [
|
|
2969
2969
|
{
|
|
2970
2970
|
"title": "Instruction",
|
|
@@ -3136,13 +3136,13 @@
|
|
|
3136
3136
|
}
|
|
3137
3137
|
],
|
|
3138
3138
|
"functionParameter": {
|
|
3139
|
-
"
|
|
3140
|
-
"name": "
|
|
3141
|
-
"detail": "
|
|
3139
|
+
"number": {
|
|
3140
|
+
"name": "number",
|
|
3141
|
+
"detail": "The number you want to truncate."
|
|
3142
3142
|
},
|
|
3143
|
-
"
|
|
3144
|
-
"name": "
|
|
3145
|
-
"detail": "
|
|
3143
|
+
"numDigits": {
|
|
3144
|
+
"name": "num_digits",
|
|
3145
|
+
"detail": "A number specifying the precision of the truncation. The default value for num_digits is 0 (zero)."
|
|
3146
3146
|
}
|
|
3147
3147
|
}
|
|
3148
3148
|
},
|
|
@@ -3533,11 +3533,11 @@
|
|
|
3533
3533
|
],
|
|
3534
3534
|
"functionParameter": {
|
|
3535
3535
|
"value1": {
|
|
3536
|
-
"name": "
|
|
3536
|
+
"name": "value 1",
|
|
3537
3537
|
"detail": "The first item, cell reference, or range within which you want to count numbers."
|
|
3538
3538
|
},
|
|
3539
3539
|
"value2": {
|
|
3540
|
-
"name": "
|
|
3540
|
+
"name": "value 2",
|
|
3541
3541
|
"detail": "Up to 255 additional items, cell references, or ranges within which you want to count numbers."
|
|
3542
3542
|
}
|
|
3543
3543
|
}
|
|
@@ -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": "reference",
|
|
5457
|
+
"detail": "A reference to a cell or range of cells and can refer to multiple areas."
|
|
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": "array",
|
|
5497
|
+
"detail": "The array containing the columns to be returned in the new array."
|
|
5502
5498
|
},
|
|
5503
|
-
"
|
|
5504
|
-
"name": "
|
|
5505
|
-
"detail": "
|
|
5499
|
+
"colNum1": {
|
|
5500
|
+
"name": "col_num1",
|
|
5501
|
+
"detail": "The first column to be returned."
|
|
5502
|
+
},
|
|
5503
|
+
"colNum2": {
|
|
5504
|
+
"name": "col_num2",
|
|
5505
|
+
"detail": "Additional columns to be returned."
|
|
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": "array",
|
|
5521
|
+
"detail": "The array containing the rows to be returned in the new array."
|
|
5522
5522
|
},
|
|
5523
|
-
"
|
|
5524
|
-
"name": "
|
|
5525
|
-
"detail": "
|
|
5523
|
+
"rowNum1": {
|
|
5524
|
+
"name": "row_num1",
|
|
5525
|
+
"detail": "The first row number to be returned."
|
|
5526
|
+
},
|
|
5527
|
+
"rowNum2": {
|
|
5528
|
+
"name": "row_num2",
|
|
5529
|
+
"detail": "Additional row numbers to be returned."
|
|
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": "array",
|
|
5617
|
+
"detail": "The range or array to filter."
|
|
5614
5618
|
},
|
|
5615
|
-
"
|
|
5616
|
-
"name": "
|
|
5617
|
-
"detail": "
|
|
5619
|
+
"include": {
|
|
5620
|
+
"name": "include",
|
|
5621
|
+
"detail": "An array of Boolean values where TRUE indicates that a row or column is to be retained."
|
|
5622
|
+
},
|
|
5623
|
+
"ifEmpty": {
|
|
5624
|
+
"name": "if_empty",
|
|
5625
|
+
"detail": "If no items are reserved, return."
|
|
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": "array",
|
|
5709
|
+
"detail": "The arrays to append."
|
|
5702
5710
|
},
|
|
5703
|
-
"
|
|
5704
|
-
"name": "
|
|
5705
|
-
"detail": "
|
|
5711
|
+
"array2": {
|
|
5712
|
+
"name": "array",
|
|
5713
|
+
"detail": "The arrays to append."
|
|
5706
5714
|
}
|
|
5707
5715
|
}
|
|
5708
5716
|
},
|
|
@@ -5758,7 +5766,7 @@
|
|
|
5758
5766
|
"functionParameter": {
|
|
5759
5767
|
"reference": {
|
|
5760
5768
|
"name": "reference",
|
|
5761
|
-
"detail": "A reference to one or more cell ranges
|
|
5769
|
+
"detail": "A reference to one or more cell ranges."
|
|
5762
5770
|
},
|
|
5763
5771
|
"rowNum": {
|
|
5764
5772
|
"name": "row_num",
|
|
@@ -5770,7 +5778,7 @@
|
|
|
5770
5778
|
},
|
|
5771
5779
|
"areaNum": {
|
|
5772
5780
|
"name": "area_num",
|
|
5773
|
-
"detail": "Selects a range in reference from which to return the intersection of row_num and column_num.
|
|
5781
|
+
"detail": "Selects a range in reference from which to return the intersection of row_num and column_num."
|
|
5774
5782
|
}
|
|
5775
5783
|
}
|
|
5776
5784
|
},
|
|
@@ -5786,11 +5794,11 @@
|
|
|
5786
5794
|
"functionParameter": {
|
|
5787
5795
|
"refText": {
|
|
5788
5796
|
"name": "ref_text",
|
|
5789
|
-
"detail": "A reference to a cell that contains an A1-style reference, an R1C1-style reference, a name defined as a reference, or a reference to a cell as a text string.
|
|
5797
|
+
"detail": "A reference to a cell that contains an A1-style reference, an R1C1-style reference, a name defined as a reference, or a reference to a cell as a text string. "
|
|
5790
5798
|
},
|
|
5791
5799
|
"a1": {
|
|
5792
5800
|
"name": "a1",
|
|
5793
|
-
"detail": "A logical value that specifies what type of reference is contained in the cell ref_text
|
|
5801
|
+
"detail": "A logical value that specifies what type of reference is contained in the cell ref_text."
|
|
5794
5802
|
}
|
|
5795
5803
|
}
|
|
5796
5804
|
},
|
|
@@ -5819,7 +5827,7 @@
|
|
|
5819
5827
|
}
|
|
5820
5828
|
},
|
|
5821
5829
|
"MATCH": {
|
|
5822
|
-
"description": "The MATCH function searches for a specified item in a range of cells, and then returns the relative position of that item in the range.
|
|
5830
|
+
"description": "The MATCH function searches for a specified item in a range of cells, and then returns the relative position of that item in the range.",
|
|
5823
5831
|
"abstract": "Looks up values in a reference or array",
|
|
5824
5832
|
"links": [
|
|
5825
5833
|
{
|
|
@@ -5830,7 +5838,7 @@
|
|
|
5830
5838
|
"functionParameter": {
|
|
5831
5839
|
"lookupValue": {
|
|
5832
5840
|
"name": "lookup_value",
|
|
5833
|
-
"detail": "The value that you want to match in lookup_array.
|
|
5841
|
+
"detail": "The value that you want to match in lookup_array."
|
|
5834
5842
|
},
|
|
5835
5843
|
"lookupArray": {
|
|
5836
5844
|
"name": "lookup_array",
|
|
@@ -5838,7 +5846,7 @@
|
|
|
5838
5846
|
},
|
|
5839
5847
|
"matchType": {
|
|
5840
5848
|
"name": "match_type",
|
|
5841
|
-
"detail": "The number -1, 0, or 1.
|
|
5849
|
+
"detail": "The number -1, 0, or 1."
|
|
5842
5850
|
}
|
|
5843
5851
|
}
|
|
5844
5852
|
},
|
|
@@ -5854,15 +5862,15 @@
|
|
|
5854
5862
|
"functionParameter": {
|
|
5855
5863
|
"reference": {
|
|
5856
5864
|
"name": "reference",
|
|
5857
|
-
"detail": "The reference from which you want to base the offset.
|
|
5865
|
+
"detail": "The reference from which you want to base the offset."
|
|
5858
5866
|
},
|
|
5859
5867
|
"rows": {
|
|
5860
5868
|
"name": "rows",
|
|
5861
|
-
"detail": "The number of rows, up or down, that you want the upper-left cell to refer to.
|
|
5869
|
+
"detail": "The number of rows, up or down, that you want the upper-left cell to refer to."
|
|
5862
5870
|
},
|
|
5863
5871
|
"cols": {
|
|
5864
5872
|
"name": "columns",
|
|
5865
|
-
"detail": "The number of columns, to the left or right, that you want the upper-left cell of the result to refer to.
|
|
5873
|
+
"detail": "The number of columns, to the left or right, that you want the upper-left cell of the result to refer to."
|
|
5866
5874
|
},
|
|
5867
5875
|
"height": {
|
|
5868
5876
|
"name": "height",
|
|
@@ -5936,13 +5944,21 @@
|
|
|
5936
5944
|
}
|
|
5937
5945
|
],
|
|
5938
5946
|
"functionParameter": {
|
|
5939
|
-
"
|
|
5940
|
-
"name": "
|
|
5941
|
-
"detail": "
|
|
5947
|
+
"array": {
|
|
5948
|
+
"name": "array",
|
|
5949
|
+
"detail": "The range or array to be sorted."
|
|
5942
5950
|
},
|
|
5943
|
-
"
|
|
5944
|
-
"name": "
|
|
5945
|
-
"detail": "
|
|
5951
|
+
"sortIndex": {
|
|
5952
|
+
"name": "sort_index",
|
|
5953
|
+
"detail": "A number indicating the sort order (by row or by column)."
|
|
5954
|
+
},
|
|
5955
|
+
"sortOrder": {
|
|
5956
|
+
"name": "sort_order",
|
|
5957
|
+
"detail": "A number representing the desired sort order; 1 for ascending (default), -1 for descending."
|
|
5958
|
+
},
|
|
5959
|
+
"byCol": {
|
|
5960
|
+
"name": "by_col",
|
|
5961
|
+
"detail": "Logical value indicating the desired sort direction; FALSE sorts by rows (default), TRUE sorts by columns."
|
|
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": "array",
|
|
5977
|
+
"detail": "The range or array to be sorted."
|
|
5962
5978
|
},
|
|
5963
|
-
"
|
|
5964
|
-
"name": "
|
|
5965
|
-
"detail": "
|
|
5979
|
+
"byArray1": {
|
|
5980
|
+
"name": "by_array1",
|
|
5981
|
+
"detail": "The range or array to sort based on."
|
|
5982
|
+
},
|
|
5983
|
+
"sortOrder1": {
|
|
5984
|
+
"name": "sort_order1",
|
|
5985
|
+
"detail": "A number representing the desired sort order; 1 for ascending (default), -1 for descending."
|
|
5986
|
+
},
|
|
5987
|
+
"byArray2": {
|
|
5988
|
+
"name": "by_array2",
|
|
5989
|
+
"detail": "The range or array to sort based on."
|
|
5990
|
+
},
|
|
5991
|
+
"sortOrder2": {
|
|
5992
|
+
"name": "sort_order2",
|
|
5993
|
+
"detail": "A number representing the desired sort order; 1 for ascending (default), -1 for descending."
|
|
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": "array",
|
|
6069
|
+
"detail": "A range of cells or an array in a worksheet."
|
|
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": "array",
|
|
6085
|
+
"detail": "The range or array from which unique rows or columns are returned."
|
|
6062
6086
|
},
|
|
6063
|
-
"
|
|
6064
|
-
"name": "
|
|
6065
|
-
"detail": "
|
|
6087
|
+
"byCol": {
|
|
6088
|
+
"name": "by_col",
|
|
6089
|
+
"detail": "Is a logical value: compares rows to each other and returns unique values = FALSE, or is omitted; compares columns to each other and returns unique values = TRUE."
|
|
6090
|
+
},
|
|
6091
|
+
"exactlyOnce": {
|
|
6092
|
+
"name": "exactly_once",
|
|
6093
|
+
"detail": "Is a logical value: returns rows or columns from the array that appear only once = TRUE; returns all distinct rows or columns from the array = FALSE, or has been omitted."
|
|
6066
6094
|
}
|
|
6067
6095
|
}
|
|
6068
6096
|
},
|
|
@@ -6104,13 +6132,13 @@
|
|
|
6104
6132
|
}
|
|
6105
6133
|
],
|
|
6106
6134
|
"functionParameter": {
|
|
6107
|
-
"
|
|
6108
|
-
"name": "
|
|
6109
|
-
"detail": "
|
|
6135
|
+
"array1": {
|
|
6136
|
+
"name": "array",
|
|
6137
|
+
"detail": "The arrays to append."
|
|
6110
6138
|
},
|
|
6111
|
-
"
|
|
6112
|
-
"name": "
|
|
6113
|
-
"detail": "
|
|
6139
|
+
"array2": {
|
|
6140
|
+
"name": "array",
|
|
6141
|
+
"detail": "The arrays to append."
|
|
6114
6142
|
}
|
|
6115
6143
|
}
|
|
6116
6144
|
},
|
|
@@ -6177,15 +6205,15 @@
|
|
|
6177
6205
|
"detail": "The array or range to return"
|
|
6178
6206
|
},
|
|
6179
6207
|
"ifNotFound": {
|
|
6180
|
-
"name": "
|
|
6208
|
+
"name": "if_not_found",
|
|
6181
6209
|
"detail": "Where a valid match is not found, return the [if_not_found] text you supply. If a valid match is not found, and [if_not_found] is missing, #N/A is returned."
|
|
6182
6210
|
},
|
|
6183
6211
|
"matchMode": {
|
|
6184
|
-
"name": "
|
|
6212
|
+
"name": "match_mode",
|
|
6185
6213
|
"detail": "Specify the match type: 0 - Exact match. If none found, return #N/A. This is the default. -1 - Exact match. If none found, return the next smaller item. 1 - Exact match. If none found, return the next larger item. 2 - A wildcard match where *, ?, and ~ have special meaning."
|
|
6186
6214
|
},
|
|
6187
6215
|
"searchMode": {
|
|
6188
|
-
"name": "
|
|
6216
|
+
"name": "search_mode",
|
|
6189
6217
|
"detail": "Specify the search mode to use: 1 - Perform a search starting at the first item. This is the default. -1 - Perform a reverse search starting at the last item. 2 - Perform a binary search that relies on lookup_array being sorted in ascending order. If not sorted, invalid results will be returned. -2 - Perform a binary search that relies on lookup_array being sorted in descending order. If not sorted, invalid results will be returned."
|
|
6190
6218
|
}
|
|
6191
6219
|
}
|
|
@@ -6609,11 +6637,11 @@
|
|
|
6609
6637
|
],
|
|
6610
6638
|
"functionParameter": {
|
|
6611
6639
|
"text1": {
|
|
6612
|
-
"name": "
|
|
6640
|
+
"name": "text1",
|
|
6613
6641
|
"detail": "The first item to join. The item can be a text value, number, or cell reference."
|
|
6614
6642
|
},
|
|
6615
6643
|
"text2": {
|
|
6616
|
-
"name": "
|
|
6644
|
+
"name": "text2",
|
|
6617
6645
|
"detail": "Additional text items to join. You can have up to 255 items, up to a total of 8,192 characters."
|
|
6618
6646
|
}
|
|
6619
6647
|
}
|
|
@@ -6976,13 +7004,13 @@
|
|
|
6976
7004
|
}
|
|
6977
7005
|
],
|
|
6978
7006
|
"functionParameter": {
|
|
6979
|
-
"
|
|
6980
|
-
"name": "
|
|
6981
|
-
"detail": "
|
|
7007
|
+
"text": {
|
|
7008
|
+
"name": "text",
|
|
7009
|
+
"detail": "The text you want to repeat."
|
|
6982
7010
|
},
|
|
6983
|
-
"
|
|
6984
|
-
"name": "
|
|
6985
|
-
"detail": "
|
|
7011
|
+
"numberTimes": {
|
|
7012
|
+
"name": "number_times",
|
|
7013
|
+
"detail": "A positive number specifying the number of times to repeat text."
|
|
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": "text",
|
|
7169
|
+
"detail": "The text you are searching within. Wildcard characters not allowed."
|
|
7142
7170
|
},
|
|
7143
|
-
"
|
|
7144
|
-
"name": "
|
|
7145
|
-
"detail": "
|
|
7171
|
+
"delimiter": {
|
|
7172
|
+
"name": "delimiter",
|
|
7173
|
+
"detail": "The text that marks the point after which you want to extract."
|
|
7174
|
+
},
|
|
7175
|
+
"instanceNum": {
|
|
7176
|
+
"name": "instance_num",
|
|
7177
|
+
"detail": "The instance of the delimiter after which you want to extract the text."
|
|
7178
|
+
},
|
|
7179
|
+
"matchMode": {
|
|
7180
|
+
"name": "match_mode",
|
|
7181
|
+
"detail": "Determines whether the text search is case-sensitive. The default is case-sensitive."
|
|
7182
|
+
},
|
|
7183
|
+
"matchEnd": {
|
|
7184
|
+
"name": "match_end",
|
|
7185
|
+
"detail": "Treats the end of text as a delimiter. By default, the text is an exact match."
|
|
7186
|
+
},
|
|
7187
|
+
"ifNotFound": {
|
|
7188
|
+
"name": "if_not_found",
|
|
7189
|
+
"detail": "Value returned if no match is found. By default, #N/A is returned."
|
|
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": "text",
|
|
7205
|
+
"detail": "The text you are searching within. Wildcard characters not allowed."
|
|
7162
7206
|
},
|
|
7163
|
-
"
|
|
7164
|
-
"name": "
|
|
7165
|
-
"detail": "
|
|
7207
|
+
"delimiter": {
|
|
7208
|
+
"name": "delimiter",
|
|
7209
|
+
"detail": "The text that marks the point after which you want to extract."
|
|
7210
|
+
},
|
|
7211
|
+
"instanceNum": {
|
|
7212
|
+
"name": "instance_num",
|
|
7213
|
+
"detail": "The instance of the delimiter after which you want to extract the text."
|
|
7214
|
+
},
|
|
7215
|
+
"matchMode": {
|
|
7216
|
+
"name": "match_mode",
|
|
7217
|
+
"detail": "Determines whether the text search is case-sensitive. The default is case-sensitive."
|
|
7218
|
+
},
|
|
7219
|
+
"matchEnd": {
|
|
7220
|
+
"name": "match_end",
|
|
7221
|
+
"detail": "Treats the end of text as a delimiter. By default, the text is an exact match."
|
|
7222
|
+
},
|
|
7223
|
+
"ifNotFound": {
|
|
7224
|
+
"name": "if_not_found",
|
|
7225
|
+
"detail": "Value returned if no match is found. By default, #N/A is returned."
|
|
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": "text",
|
|
7261
|
+
"detail": "The text to split."
|
|
7202
7262
|
},
|
|
7203
|
-
"
|
|
7204
|
-
"name": "
|
|
7205
|
-
"detail": "
|
|
7263
|
+
"colDelimiter": {
|
|
7264
|
+
"name": "col_delimiter",
|
|
7265
|
+
"detail": "The character or string by which to split the column."
|
|
7266
|
+
},
|
|
7267
|
+
"rowDelimiter": {
|
|
7268
|
+
"name": "row_delimiter",
|
|
7269
|
+
"detail": "The character or string on which to split the line."
|
|
7270
|
+
},
|
|
7271
|
+
"ignoreEmpty": {
|
|
7272
|
+
"name": "ignore_empty",
|
|
7273
|
+
"detail": "Whether to ignore empty cells. The default is FALSE."
|
|
7274
|
+
},
|
|
7275
|
+
"matchMode": {
|
|
7276
|
+
"name": "match_mode",
|
|
7277
|
+
"detail": "Searches for a delimiter match in the text. By default, a case-sensitive match is done."
|
|
7278
|
+
},
|
|
7279
|
+
"padWith": {
|
|
7280
|
+
"name": "pad_with",
|
|
7281
|
+
"detail": "The value to use for padding. By default, #N/A is used."
|
|
7206
7282
|
}
|
|
7207
7283
|
}
|
|
7208
7284
|
},
|
|
@@ -7447,24 +7523,15 @@
|
|
|
7447
7523
|
}
|
|
7448
7524
|
},
|
|
7449
7525
|
"FALSE": {
|
|
7450
|
-
"description": "Returns the logical value FALSE",
|
|
7451
|
-
"abstract": "Returns the logical value FALSE",
|
|
7526
|
+
"description": "Returns the logical value FALSE.",
|
|
7527
|
+
"abstract": "Returns the logical value FALSE.",
|
|
7452
7528
|
"links": [
|
|
7453
7529
|
{
|
|
7454
7530
|
"title": "Instruction",
|
|
7455
7531
|
"url": "https://support.microsoft.com/en-us/office/false-function-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": "Specifies a logical test to perform",
|
|
@@ -7520,13 +7587,13 @@
|
|
|
7520
7587
|
}
|
|
7521
7588
|
],
|
|
7522
7589
|
"functionParameter": {
|
|
7523
|
-
"
|
|
7524
|
-
"name": "
|
|
7525
|
-
"detail": "
|
|
7590
|
+
"value": {
|
|
7591
|
+
"name": "value",
|
|
7592
|
+
"detail": "The argument that is checked for the #N/A error value."
|
|
7526
7593
|
},
|
|
7527
|
-
"
|
|
7528
|
-
"name": "
|
|
7529
|
-
"detail": "
|
|
7594
|
+
"valueIfNa": {
|
|
7595
|
+
"name": "value_if_na",
|
|
7596
|
+
"detail": "The value to return if the formula evaluates to the #N/A error value."
|
|
7530
7597
|
}
|
|
7531
7598
|
}
|
|
7532
7599
|
},
|
|
@@ -7540,13 +7607,21 @@
|
|
|
7540
7607
|
}
|
|
7541
7608
|
],
|
|
7542
7609
|
"functionParameter": {
|
|
7543
|
-
"
|
|
7544
|
-
"name": "
|
|
7545
|
-
"detail": "
|
|
7610
|
+
"logicalTest1": {
|
|
7611
|
+
"name": "logical_test1",
|
|
7612
|
+
"detail": "Condition that evaluates to TRUE or FALSE."
|
|
7546
7613
|
},
|
|
7547
|
-
"
|
|
7548
|
-
"name": "
|
|
7549
|
-
"detail": "
|
|
7614
|
+
"valueIfTrue1": {
|
|
7615
|
+
"name": "value_if_true1",
|
|
7616
|
+
"detail": "Result to be returned if logical_test1 evaluates to TRUE. Can be empty."
|
|
7617
|
+
},
|
|
7618
|
+
"logicalTest2": {
|
|
7619
|
+
"name": "logical_test2",
|
|
7620
|
+
"detail": "Condition that evaluates to TRUE or FALSE."
|
|
7621
|
+
},
|
|
7622
|
+
"valueIfTrue2": {
|
|
7623
|
+
"name": "value_if_true2",
|
|
7624
|
+
"detail": "Result to be returned if logical_testN evaluates to TRUE. Each value_if_trueN corresponds with a condition logical_testN. Can be empty."
|
|
7550
7625
|
}
|
|
7551
7626
|
}
|
|
7552
7627
|
},
|
|
@@ -7615,8 +7690,8 @@
|
|
|
7615
7690
|
}
|
|
7616
7691
|
},
|
|
7617
7692
|
"NOT": {
|
|
7618
|
-
"description": "Reverses the logic of its argument",
|
|
7619
|
-
"abstract": "Reverses the logic of its argument",
|
|
7693
|
+
"description": "Reverses the logic of its argument.",
|
|
7694
|
+
"abstract": "Reverses the logic of its argument.",
|
|
7620
7695
|
"links": [
|
|
7621
7696
|
{
|
|
7622
7697
|
"title": "Instruction",
|
|
@@ -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": "logical",
|
|
7704
|
+
"detail": "The condition that you want to reverse the logic for, which can evaluate to either TRUE or FALSE."
|
|
7634
7705
|
}
|
|
7635
7706
|
}
|
|
7636
7707
|
},
|
|
@@ -7704,39 +7775,42 @@
|
|
|
7704
7775
|
}
|
|
7705
7776
|
],
|
|
7706
7777
|
"functionParameter": {
|
|
7707
|
-
"
|
|
7708
|
-
"name": "
|
|
7709
|
-
"detail": "
|
|
7778
|
+
"expression": {
|
|
7779
|
+
"name": "expression",
|
|
7780
|
+
"detail": "Expression is the value (such as a number, date or some text) that will be compared against value1…value126."
|
|
7710
7781
|
},
|
|
7711
|
-
"
|
|
7712
|
-
"name": "
|
|
7713
|
-
"detail": "
|
|
7782
|
+
"value1": {
|
|
7783
|
+
"name": "value1",
|
|
7784
|
+
"detail": "ValueN is a value that will be compared against expression."
|
|
7785
|
+
},
|
|
7786
|
+
"result1": {
|
|
7787
|
+
"name": "result1",
|
|
7788
|
+
"detail": "ResultN is the value to be returned when the corresponding valueN argument matches expression. ResultN and must be supplied for each corresponding valueN argument."
|
|
7789
|
+
},
|
|
7790
|
+
"defaultOrValue2": {
|
|
7791
|
+
"name": "default_or_value2",
|
|
7792
|
+
"detail": "Default is the value to return in case no matches are found in the valueN expressions. The Default argument is identified by having no corresponding resultN expression (see examples). Default must be the final argument in the function."
|
|
7793
|
+
},
|
|
7794
|
+
"result2": {
|
|
7795
|
+
"name": "result2",
|
|
7796
|
+
"detail": "ResultN is the value to be returned when the corresponding valueN argument matches expression. ResultN and must be supplied for each corresponding valueN argument."
|
|
7714
7797
|
}
|
|
7715
7798
|
}
|
|
7716
7799
|
},
|
|
7717
7800
|
"TRUE": {
|
|
7718
|
-
"description": "Returns the logical value TRUE",
|
|
7719
|
-
"abstract": "Returns the logical value TRUE",
|
|
7801
|
+
"description": "Returns the logical value TRUE.",
|
|
7802
|
+
"abstract": "Returns the logical value TRUE.",
|
|
7720
7803
|
"links": [
|
|
7721
7804
|
{
|
|
7722
7805
|
"title": "Instruction",
|
|
7723
7806
|
"url": "https://support.microsoft.com/en-us/office/true-function-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": "Returns
|
|
7739
|
-
"abstract": "Returns
|
|
7812
|
+
"description": "Returns TRUE if an odd number of its arguments evaluate to TRUE, and FALSE if an even number of its arguments evaluate to TRUE.",
|
|
7813
|
+
"abstract": "Returns TRUE if an odd number of arguments are TRUE",
|
|
7740
7814
|
"links": [
|
|
7741
7815
|
{
|
|
7742
7816
|
"title": "Instruction",
|
|
@@ -7744,13 +7818,13 @@
|
|
|
7744
7818
|
}
|
|
7745
7819
|
],
|
|
7746
7820
|
"functionParameter": {
|
|
7747
|
-
"
|
|
7748
|
-
"name": "
|
|
7749
|
-
"detail": "first"
|
|
7821
|
+
"logical1": {
|
|
7822
|
+
"name": "logical1",
|
|
7823
|
+
"detail": "The first condition that you want to test that can evaluate to either TRUE or FALSE."
|
|
7750
7824
|
},
|
|
7751
|
-
"
|
|
7752
|
-
"name": "
|
|
7753
|
-
"detail": "
|
|
7825
|
+
"logical2": {
|
|
7826
|
+
"name": "logical2",
|
|
7827
|
+
"detail": "Additional conditions that you want to test that can evaluate to either TRUE or FALSE, up to a maximum of 255 conditions."
|
|
7754
7828
|
}
|
|
7755
7829
|
}
|
|
7756
7830
|
},
|