@univerjs/sheets-formula-ui 0.9.2 → 0.9.3
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 +2 -5
- package/lib/cjs/locale/ca-ES.js +39 -0
- package/lib/cjs/locale/en-US.js +1 -3
- package/lib/cjs/locale/es-ES.js +39 -0
- package/lib/cjs/locale/fa-IR.js +7 -9
- package/lib/cjs/locale/fr-FR.js +7 -9
- package/lib/cjs/locale/ko-KR.js +9 -2
- package/lib/cjs/locale/ru-RU.js +7 -9
- package/lib/cjs/locale/vi-VN.js +8 -8
- package/lib/cjs/locale/zh-TW.js +2 -2
- package/lib/es/index.js +374 -380
- package/lib/es/locale/ca-ES.js +7906 -0
- package/lib/es/locale/en-US.js +1 -3
- package/lib/es/locale/es-ES.js +7904 -0
- package/lib/es/locale/fa-IR.js +27 -29
- package/lib/es/locale/fr-FR.js +27 -29
- package/lib/es/locale/ko-KR.js +210 -18
- package/lib/es/locale/ru-RU.js +26 -27
- package/lib/es/locale/vi-VN.js +248 -26
- package/lib/es/locale/zh-TW.js +3 -3
- package/lib/index.js +374 -380
- package/lib/locale/ca-ES.js +7906 -0
- package/lib/locale/en-US.js +1 -3
- package/lib/locale/es-ES.js +7904 -0
- package/lib/locale/fa-IR.js +27 -29
- package/lib/locale/fr-FR.js +27 -29
- package/lib/locale/ko-KR.js +210 -18
- package/lib/locale/ru-RU.js +26 -27
- package/lib/locale/vi-VN.js +248 -26
- package/lib/locale/zh-TW.js +3 -3
- package/lib/types/locale/ca-ES.d.ts +3 -0
- package/lib/types/locale/en-US.d.ts +2 -2
- package/lib/types/locale/es-ES.d.ts +3 -0
- package/lib/types/locale/fa-IR.d.ts +3 -10527
- package/lib/types/locale/fr-FR.d.ts +3 -10527
- package/lib/types/locale/function-list/array/ca-ES.d.ts +3 -0
- package/lib/types/locale/function-list/array/en-US.d.ts +2 -2
- package/lib/types/locale/function-list/array/es-ES.d.ts +3 -0
- package/lib/types/locale/function-list/array/fa-IR.d.ts +3 -0
- package/lib/types/locale/function-list/array/fr-FR.d.ts +3 -17
- package/lib/types/locale/function-list/array/ja-JP.d.ts +3 -58
- package/lib/types/locale/function-list/array/ko-KR.d.ts +3 -58
- package/lib/types/locale/function-list/array/ru-RU.d.ts +3 -58
- package/lib/types/locale/function-list/array/vi-VN.d.ts +3 -58
- package/lib/types/locale/function-list/array/zh-CN.d.ts +3 -58
- package/lib/types/locale/function-list/array/zh-TW.d.ts +3 -58
- package/lib/types/locale/function-list/compatibility/ca-ES.d.ts +3 -0
- package/lib/types/locale/function-list/compatibility/en-US.d.ts +2 -2
- package/lib/types/locale/function-list/compatibility/es-ES.d.ts +3 -0
- package/lib/types/locale/function-list/compatibility/fa-IR.d.ts +3 -0
- package/lib/types/locale/function-list/compatibility/fr-FR.d.ts +3 -706
- package/lib/types/locale/function-list/compatibility/ja-JP.d.ts +3 -838
- package/lib/types/locale/function-list/compatibility/ko-KR.d.ts +3 -838
- package/lib/types/locale/function-list/compatibility/ru-RU.d.ts +838 -2
- package/lib/types/locale/function-list/compatibility/vi-VN.d.ts +3 -838
- package/lib/types/locale/function-list/compatibility/zh-CN.d.ts +3 -838
- package/lib/types/locale/function-list/compatibility/zh-TW.d.ts +3 -838
- package/lib/types/locale/function-list/cube/ca-ES.d.ts +3 -0
- package/lib/types/locale/function-list/cube/en-US.d.ts +2 -2
- package/lib/types/locale/function-list/cube/es-ES.d.ts +3 -0
- package/lib/types/locale/function-list/cube/fa-IR.d.ts +3 -0
- package/lib/types/locale/function-list/cube/fr-FR.d.ts +3 -144
- package/lib/types/locale/function-list/cube/ja-JP.d.ts +3 -144
- package/lib/types/locale/function-list/cube/ko-KR.d.ts +3 -144
- package/lib/types/locale/function-list/cube/ru-RU.d.ts +3 -144
- package/lib/types/locale/function-list/cube/vi-VN.d.ts +3 -144
- package/lib/types/locale/function-list/cube/zh-CN.d.ts +3 -144
- package/lib/types/locale/function-list/cube/zh-TW.d.ts +3 -144
- package/lib/types/locale/function-list/database/ca-ES.d.ts +3 -0
- package/lib/types/locale/function-list/database/en-US.d.ts +2 -2
- package/lib/types/locale/function-list/database/es-ES.d.ts +3 -0
- package/lib/types/locale/function-list/database/fa-IR.d.ts +3 -0
- package/lib/types/locale/function-list/database/fr-FR.d.ts +3 -234
- package/lib/types/locale/function-list/database/ja-JP.d.ts +3 -282
- package/lib/types/locale/function-list/database/ko-KR.d.ts +3 -282
- package/lib/types/locale/function-list/database/ru-RU.d.ts +3 -282
- package/lib/types/locale/function-list/database/vi-VN.d.ts +3 -282
- package/lib/types/locale/function-list/database/zh-CN.d.ts +3 -282
- package/lib/types/locale/function-list/database/zh-TW.d.ts +3 -282
- package/lib/types/locale/function-list/date/ca-ES.d.ts +3 -0
- package/lib/types/locale/function-list/date/en-US.d.ts +2 -2
- package/lib/types/locale/function-list/date/es-ES.d.ts +3 -0
- package/lib/types/locale/function-list/date/fa-IR.d.ts +3 -0
- package/lib/types/locale/function-list/date/fr-FR.d.ts +3 -458
- package/lib/types/locale/function-list/date/ja-JP.d.ts +3 -490
- package/lib/types/locale/function-list/date/ko-KR.d.ts +3 -490
- package/lib/types/locale/function-list/date/ru-RU.d.ts +490 -2
- package/lib/types/locale/function-list/date/vi-VN.d.ts +3 -490
- package/lib/types/locale/function-list/date/zh-CN.d.ts +3 -490
- package/lib/types/locale/function-list/date/zh-TW.d.ts +3 -490
- package/lib/types/locale/function-list/engineering/ca-ES.d.ts +3 -0
- package/lib/types/locale/function-list/engineering/en-US.d.ts +2 -2
- package/lib/types/locale/function-list/engineering/es-ES.d.ts +3 -0
- package/lib/types/locale/function-list/engineering/fa-IR.d.ts +3 -0
- package/lib/types/locale/function-list/engineering/fr-FR.d.ts +3 -894
- package/lib/types/locale/function-list/engineering/ja-JP.d.ts +3 -940
- package/lib/types/locale/function-list/engineering/ko-KR.d.ts +3 -940
- package/lib/types/locale/function-list/engineering/ru-RU.d.ts +940 -2
- package/lib/types/locale/function-list/engineering/vi-VN.d.ts +3 -940
- package/lib/types/locale/function-list/engineering/zh-CN.d.ts +3 -940
- package/lib/types/locale/function-list/engineering/zh-TW.d.ts +3 -940
- package/lib/types/locale/function-list/financial/ca-ES.d.ts +3 -0
- package/lib/types/locale/function-list/financial/en-US.d.ts +2 -2
- package/lib/types/locale/function-list/financial/es-ES.d.ts +3 -0
- package/lib/types/locale/function-list/financial/fa-IR.d.ts +3 -0
- package/lib/types/locale/function-list/financial/fr-FR.d.ts +3 -1608
- package/lib/types/locale/function-list/financial/ja-JP.d.ts +3 -1608
- package/lib/types/locale/function-list/financial/ko-KR.d.ts +3 -1608
- package/lib/types/locale/function-list/financial/ru-RU.d.ts +1608 -2
- package/lib/types/locale/function-list/financial/vi-VN.d.ts +3 -1608
- package/lib/types/locale/function-list/financial/zh-CN.d.ts +3 -1608
- package/lib/types/locale/function-list/financial/zh-TW.d.ts +3 -1608
- package/lib/types/locale/function-list/information/ca-ES.d.ts +3 -0
- package/lib/types/locale/function-list/information/en-US.d.ts +2 -2
- package/lib/types/locale/function-list/information/es-ES.d.ts +3 -0
- package/lib/types/locale/function-list/information/fa-IR.d.ts +3 -0
- package/lib/types/locale/function-list/information/fr-FR.d.ts +3 -327
- package/lib/types/locale/function-list/information/ja-JP.d.ts +3 -386
- package/lib/types/locale/function-list/information/ko-KR.d.ts +3 -386
- package/lib/types/locale/function-list/information/ru-RU.d.ts +386 -2
- package/lib/types/locale/function-list/information/vi-VN.d.ts +3 -350
- package/lib/types/locale/function-list/information/zh-CN.d.ts +3 -386
- package/lib/types/locale/function-list/information/zh-TW.d.ts +3 -386
- package/lib/types/locale/function-list/logical/ca-ES.d.ts +3 -0
- package/lib/types/locale/function-list/logical/en-US.d.ts +2 -2
- package/lib/types/locale/function-list/logical/es-ES.d.ts +3 -0
- package/lib/types/locale/function-list/logical/fa-IR.d.ts +3 -0
- package/lib/types/locale/function-list/logical/fr-FR.d.ts +3 -390
- package/lib/types/locale/function-list/logical/ja-JP.d.ts +3 -390
- package/lib/types/locale/function-list/logical/ko-KR.d.ts +3 -378
- package/lib/types/locale/function-list/logical/ru-RU.d.ts +390 -2
- package/lib/types/locale/function-list/logical/vi-VN.d.ts +3 -390
- package/lib/types/locale/function-list/logical/zh-CN.d.ts +3 -390
- package/lib/types/locale/function-list/logical/zh-TW.d.ts +3 -390
- package/lib/types/locale/function-list/lookup/ca-ES.d.ts +3 -0
- package/lib/types/locale/function-list/lookup/en-US.d.ts +2 -2
- package/lib/types/locale/function-list/lookup/es-ES.d.ts +3 -0
- package/lib/types/locale/function-list/lookup/fa-IR.d.ts +3 -0
- package/lib/types/locale/function-list/lookup/fr-FR.d.ts +3 -812
- package/lib/types/locale/function-list/lookup/ja-JP.d.ts +3 -808
- package/lib/types/locale/function-list/lookup/ko-KR.d.ts +3 -808
- package/lib/types/locale/function-list/lookup/ru-RU.d.ts +808 -2
- package/lib/types/locale/function-list/lookup/vi-VN.d.ts +3 -754
- package/lib/types/locale/function-list/lookup/zh-CN.d.ts +3 -808
- package/lib/types/locale/function-list/lookup/zh-TW.d.ts +3 -808
- package/lib/types/locale/function-list/math/ca-ES.d.ts +3 -0
- package/lib/types/locale/function-list/math/en-US.d.ts +2 -2
- package/lib/types/locale/function-list/math/es-ES.d.ts +3 -0
- package/lib/types/locale/function-list/math/fa-IR.d.ts +3 -0
- package/lib/types/locale/function-list/math/fr-FR.d.ts +3 -1388
- package/lib/types/locale/function-list/math/ja-JP.d.ts +3 -1402
- package/lib/types/locale/function-list/math/ko-KR.d.ts +3 -1366
- package/lib/types/locale/function-list/math/ru-RU.d.ts +1402 -2
- package/lib/types/locale/function-list/math/vi-VN.d.ts +3 -1348
- package/lib/types/locale/function-list/math/zh-CN.d.ts +3 -1402
- package/lib/types/locale/function-list/math/zh-TW.d.ts +3 -1402
- package/lib/types/locale/function-list/statistical/ca-ES.d.ts +3 -0
- package/lib/types/locale/function-list/statistical/en-US.d.ts +2 -2
- package/lib/types/locale/function-list/statistical/es-ES.d.ts +3 -0
- package/lib/types/locale/function-list/statistical/fa-IR.d.ts +3 -0
- package/lib/types/locale/function-list/statistical/fr-FR.d.ts +3 -2068
- package/lib/types/locale/function-list/statistical/ja-JP.d.ts +3 -2308
- package/lib/types/locale/function-list/statistical/ko-KR.d.ts +3 -2184
- package/lib/types/locale/function-list/statistical/ru-RU.d.ts +2308 -2
- package/lib/types/locale/function-list/statistical/vi-VN.d.ts +3 -2236
- package/lib/types/locale/function-list/statistical/zh-CN.d.ts +3 -2308
- package/lib/types/locale/function-list/statistical/zh-TW.d.ts +3 -2308
- package/lib/types/locale/function-list/text/ca-ES.d.ts +3 -0
- package/lib/types/locale/function-list/text/en-US.d.ts +2 -2
- package/lib/types/locale/function-list/text/es-ES.d.ts +3 -0
- package/lib/types/locale/function-list/text/fa-IR.d.ts +3 -0
- package/lib/types/locale/function-list/text/fr-FR.d.ts +3 -922
- package/lib/types/locale/function-list/text/ja-JP.d.ts +3 -989
- package/lib/types/locale/function-list/text/ko-KR.d.ts +3 -912
- package/lib/types/locale/function-list/text/ru-RU.d.ts +3 -988
- package/lib/types/locale/function-list/text/vi-VN.d.ts +3 -960
- package/lib/types/locale/function-list/text/zh-CN.d.ts +3 -988
- package/lib/types/locale/function-list/text/zh-TW.d.ts +3 -988
- package/lib/types/locale/function-list/univer/ca-ES.d.ts +3 -0
- package/lib/types/locale/function-list/univer/en-US.d.ts +2 -2
- package/lib/types/locale/function-list/univer/es-ES.d.ts +3 -0
- package/lib/types/locale/function-list/univer/fa-IR.d.ts +3 -0
- package/lib/types/locale/function-list/univer/fr-FR.d.ts +3 -17
- package/lib/types/locale/function-list/univer/ja-JP.d.ts +3 -17
- package/lib/types/locale/function-list/univer/ko-KR.d.ts +3 -17
- package/lib/types/locale/function-list/univer/ru-RU.d.ts +2 -2
- package/lib/types/locale/function-list/univer/vi-VN.d.ts +3 -17
- package/lib/types/locale/function-list/univer/zh-CN.d.ts +3 -17
- package/lib/types/locale/function-list/univer/zh-TW.d.ts +3 -17
- package/lib/types/locale/function-list/web/ca-ES.d.ts +3 -0
- package/lib/types/locale/function-list/web/en-US.d.ts +2 -2
- package/lib/types/locale/function-list/web/es-ES.d.ts +3 -0
- package/lib/types/locale/function-list/web/fa-IR.d.ts +3 -0
- package/lib/types/locale/function-list/web/fr-FR.d.ts +3 -72
- package/lib/types/locale/function-list/web/ja-JP.d.ts +3 -68
- package/lib/types/locale/function-list/web/ko-KR.d.ts +3 -68
- package/lib/types/locale/function-list/web/ru-RU.d.ts +3 -68
- package/lib/types/locale/function-list/web/vi-VN.d.ts +3 -32
- package/lib/types/locale/function-list/web/zh-CN.d.ts +3 -68
- package/lib/types/locale/function-list/web/zh-TW.d.ts +3 -68
- package/lib/types/locale/ko-KR.d.ts +3 -10297
- package/lib/types/locale/ru-RU.d.ts +3 -10526
- package/lib/types/locale/vi-VN.d.ts +3 -10265
- package/lib/types/locale/zh-CN.d.ts +3 -10527
- package/lib/types/locale/zh-TW.d.ts +3 -10527
- package/lib/umd/index.js +2 -5
- package/lib/umd/locale/ca-ES.js +39 -0
- package/lib/umd/locale/en-US.js +1 -3
- package/lib/umd/locale/es-ES.js +39 -0
- package/lib/umd/locale/fa-IR.js +1 -3
- package/lib/umd/locale/fr-FR.js +1 -3
- package/lib/umd/locale/ko-KR.js +9 -2
- package/lib/umd/locale/ru-RU.js +2 -4
- package/lib/umd/locale/vi-VN.js +6 -6
- package/lib/umd/locale/zh-TW.js +2 -2
- package/package.json +13 -13
package/lib/locale/fa-IR.js
CHANGED
|
@@ -28,7 +28,7 @@ const e = {
|
|
|
28
28
|
range2: { name: "range2", detail: "Additional ranges to flatten." }
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
|
-
}, t = {
|
|
31
|
+
}, t = e, a = {
|
|
32
32
|
BETADIST: {
|
|
33
33
|
description: "Returns the beta cumulative distribution function",
|
|
34
34
|
abstract: "Returns the beta cumulative distribution function",
|
|
@@ -595,7 +595,7 @@ const e = {
|
|
|
595
595
|
sigma: { name: "sigma", detail: "The population (known) standard deviation. If omitted, the sample standard deviation is used." }
|
|
596
596
|
}
|
|
597
597
|
}
|
|
598
|
-
}, a = {
|
|
598
|
+
}, n = a, r = {
|
|
599
599
|
CUBEKPIMEMBER: {
|
|
600
600
|
description: "Returns a key performance indicator (KPI) property and displays the KPI name in the cell. A KPI is a quantifiable measurement, such as monthly gross profit or quarterly employee turnover, that is used to monitor an organization's performance.",
|
|
601
601
|
abstract: "Returns a key performance indicator (KPI) property and displays the KPI name in the cell. A KPI is a quantifiable measurement, such as monthly gross profit or quarterly employee turnover, that is used to monitor an organization's performance.",
|
|
@@ -694,7 +694,7 @@ const e = {
|
|
|
694
694
|
number2: { name: "number2", detail: "second" }
|
|
695
695
|
}
|
|
696
696
|
}
|
|
697
|
-
},
|
|
697
|
+
}, i = r, o = {
|
|
698
698
|
DAVERAGE: {
|
|
699
699
|
description: "Returns the average of selected database entries",
|
|
700
700
|
abstract: "Returns the average of selected database entries",
|
|
@@ -875,7 +875,7 @@ const e = {
|
|
|
875
875
|
criteria: { name: "criteria", detail: "The range of cells that contains the conditions you specify." }
|
|
876
876
|
}
|
|
877
877
|
}
|
|
878
|
-
},
|
|
878
|
+
}, s = o, u = {
|
|
879
879
|
DATE: {
|
|
880
880
|
description: "Returns the serial number of a particular date",
|
|
881
881
|
abstract: "Returns the serial number of a particular date",
|
|
@@ -1254,7 +1254,7 @@ If the year portion of the date_text argument is omitted, the DATEVALUE function
|
|
|
1254
1254
|
basis: { name: "basis", detail: "The type of day count basis to use." }
|
|
1255
1255
|
}
|
|
1256
1256
|
}
|
|
1257
|
-
},
|
|
1257
|
+
}, c = u, l = {
|
|
1258
1258
|
BESSELI: {
|
|
1259
1259
|
description: "Returns the modified Bessel function In(x)",
|
|
1260
1260
|
abstract: "Returns the modified Bessel function In(x)",
|
|
@@ -2027,7 +2027,7 @@ If the year portion of the date_text argument is omitted, the DATEVALUE function
|
|
|
2027
2027
|
places: { name: "places", detail: "The number of characters to use." }
|
|
2028
2028
|
}
|
|
2029
2029
|
}
|
|
2030
|
-
},
|
|
2030
|
+
}, m = l, f = {
|
|
2031
2031
|
ACCRINT: {
|
|
2032
2032
|
description: "Returns the accrued interest for a security that pays periodic interest",
|
|
2033
2033
|
abstract: "Returns the accrued interest for a security that pays periodic interest",
|
|
@@ -2953,7 +2953,7 @@ If the year portion of the date_text argument is omitted, the DATEVALUE function
|
|
|
2953
2953
|
basis: { name: "basis", detail: "The type of day count basis to use." }
|
|
2954
2954
|
}
|
|
2955
2955
|
}
|
|
2956
|
-
},
|
|
2956
|
+
}, d = f, h = {
|
|
2957
2957
|
CELL: {
|
|
2958
2958
|
description: "Returns information about the formatting, location, or contents of a cell",
|
|
2959
2959
|
abstract: "Returns information about the formatting, location, or contents of a cell",
|
|
@@ -3282,7 +3282,7 @@ If the year portion of the date_text argument is omitted, the DATEVALUE function
|
|
|
3282
3282
|
value: { name: "value", detail: "Can be any value, such as a number, text, logical value, and so on." }
|
|
3283
3283
|
}
|
|
3284
3284
|
}
|
|
3285
|
-
},
|
|
3285
|
+
}, p = h, b = {
|
|
3286
3286
|
AND: {
|
|
3287
3287
|
description: "Returns TRUE if all of its arguments are TRUE",
|
|
3288
3288
|
abstract: "Returns TRUE if all of its arguments are TRUE",
|
|
@@ -3574,11 +3574,9 @@ If the year portion of the date_text argument is omitted, the DATEVALUE function
|
|
|
3574
3574
|
logical2: { name: "logical2", detail: "Additional conditions that you want to test that can evaluate to either TRUE or FALSE, up to a maximum of 255 conditions." }
|
|
3575
3575
|
}
|
|
3576
3576
|
}
|
|
3577
|
-
},
|
|
3577
|
+
}, y = b, g = {
|
|
3578
3578
|
ADDRESS: {
|
|
3579
|
-
description:
|
|
3580
|
-
|
|
3581
|
-
`,
|
|
3579
|
+
description: "Obtain the address of a cell in a worksheet, given specified row and column numbers. For example, ADDRESS(2,3) returns $C$2. As another example, ADDRESS(77,300) returns $KN$77. You can use other functions, such as the ROW and COLUMN functions, to provide the row and column number arguments for the ADDRESS function.",
|
|
3582
3580
|
abstract: "Returns a reference as text to a single cell in a worksheet",
|
|
3583
3581
|
links: [
|
|
3584
3582
|
{
|
|
@@ -4205,7 +4203,7 @@ If index_num is a fraction, it is truncated to the lowest integer before being u
|
|
|
4205
4203
|
-2 - Perform a binary search that relies on lookup_array being sorted in descending order. If not sorted, invalid results will be returned.` }
|
|
4206
4204
|
}
|
|
4207
4205
|
}
|
|
4208
|
-
},
|
|
4206
|
+
}, v = g, T = {
|
|
4209
4207
|
ABS: {
|
|
4210
4208
|
description: "Returns the absolute value of a number. The absolute value of a number is the number without its sign.",
|
|
4211
4209
|
abstract: "Returns the absolute value of a number",
|
|
@@ -5357,7 +5355,7 @@ If index_num is a fraction, it is truncated to the lowest integer before being u
|
|
|
5357
5355
|
numDigits: { name: "num_digits", detail: "A number specifying the precision of the truncation. The default value for num_digits is 0 (zero)." }
|
|
5358
5356
|
}
|
|
5359
5357
|
}
|
|
5360
|
-
},
|
|
5358
|
+
}, w = T, R = {
|
|
5361
5359
|
AVEDEV: {
|
|
5362
5360
|
description: "Returns the average of the absolute deviations of data points from their mean.",
|
|
5363
5361
|
abstract: "Returns the average of the absolute deviations of data points from their mean",
|
|
@@ -7043,7 +7041,7 @@ COUNTIF uses only a single criteria. Use COUNTIFS if you want to use multiple cr
|
|
|
7043
7041
|
sigma: { name: "sigma", detail: "The population (known) standard deviation. If omitted, the sample standard deviation is used." }
|
|
7044
7042
|
}
|
|
7045
7043
|
}
|
|
7046
|
-
},
|
|
7044
|
+
}, I = R, x = {
|
|
7047
7045
|
ASC: {
|
|
7048
7046
|
description: "Changes full-width (double-byte) English letters or katakana within a character string to half-width (single-byte) characters",
|
|
7049
7047
|
abstract: "Changes full-width (double-byte) English letters or katakana within a character string to half-width (single-byte) characters",
|
|
@@ -7778,7 +7776,7 @@ COUNTIF uses only a single criteria. Use COUNTIFS if you want to use multiple cr
|
|
|
7778
7776
|
number2: { name: "number2", detail: "second" }
|
|
7779
7777
|
}
|
|
7780
7778
|
}
|
|
7781
|
-
},
|
|
7779
|
+
}, k = x, A = {}, E = A, P = {
|
|
7782
7780
|
ENCODEURL: {
|
|
7783
7781
|
description: "Returns a URL-encoded string",
|
|
7784
7782
|
abstract: "Returns a URL-encoded string",
|
|
@@ -7820,7 +7818,7 @@ COUNTIF uses only a single criteria. Use COUNTIFS if you want to use multiple cr
|
|
|
7820
7818
|
number2: { name: "number2", detail: "second" }
|
|
7821
7819
|
}
|
|
7822
7820
|
}
|
|
7823
|
-
},
|
|
7821
|
+
}, _ = P, S = {
|
|
7824
7822
|
shortcut: {
|
|
7825
7823
|
"sheets-formula-ui": {
|
|
7826
7824
|
"quick-sum": "جمع سریع"
|
|
@@ -7837,21 +7835,21 @@ COUNTIF uses only a single criteria. Use COUNTIFS if you want to use multiple cr
|
|
|
7837
7835
|
more: "توابع بیشتر..."
|
|
7838
7836
|
},
|
|
7839
7837
|
functionList: {
|
|
7840
|
-
...
|
|
7841
|
-
...r,
|
|
7842
|
-
...l,
|
|
7843
|
-
...m,
|
|
7838
|
+
...d,
|
|
7844
7839
|
...c,
|
|
7845
|
-
...
|
|
7846
|
-
...
|
|
7847
|
-
...
|
|
7840
|
+
...w,
|
|
7841
|
+
...I,
|
|
7842
|
+
...v,
|
|
7848
7843
|
...s,
|
|
7844
|
+
...k,
|
|
7845
|
+
...y,
|
|
7846
|
+
...p,
|
|
7847
|
+
...m,
|
|
7849
7848
|
...i,
|
|
7850
|
-
...
|
|
7849
|
+
...n,
|
|
7850
|
+
..._,
|
|
7851
7851
|
...t,
|
|
7852
|
-
...
|
|
7853
|
-
...e,
|
|
7854
|
-
...d
|
|
7852
|
+
...E
|
|
7855
7853
|
},
|
|
7856
7854
|
prompt: {
|
|
7857
7855
|
helpExample: "مثال",
|
|
@@ -7907,5 +7905,5 @@ COUNTIF uses only a single criteria. Use COUNTIFS if you want to use multiple cr
|
|
|
7907
7905
|
}
|
|
7908
7906
|
};
|
|
7909
7907
|
export {
|
|
7910
|
-
|
|
7908
|
+
S as default
|
|
7911
7909
|
};
|
package/lib/locale/fr-FR.js
CHANGED
|
@@ -28,7 +28,7 @@ const e = {
|
|
|
28
28
|
range2: { name: "range2", detail: "Additional ranges to flatten." }
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
|
-
}, t = {
|
|
31
|
+
}, t = e, a = {
|
|
32
32
|
BETADIST: {
|
|
33
33
|
description: "Returns the beta cumulative distribution function",
|
|
34
34
|
abstract: "Returns the beta cumulative distribution function",
|
|
@@ -595,7 +595,7 @@ const e = {
|
|
|
595
595
|
sigma: { name: "sigma", detail: "The population (known) standard deviation. If omitted, the sample standard deviation is used." }
|
|
596
596
|
}
|
|
597
597
|
}
|
|
598
|
-
}, a = {
|
|
598
|
+
}, n = a, r = {
|
|
599
599
|
CUBEKPIMEMBER: {
|
|
600
600
|
description: "Returns a key performance indicator (KPI) property and displays the KPI name in the cell. A KPI is a quantifiable measurement, such as monthly gross profit or quarterly employee turnover, that is used to monitor an organization's performance.",
|
|
601
601
|
abstract: "Returns a key performance indicator (KPI) property and displays the KPI name in the cell. A KPI is a quantifiable measurement, such as monthly gross profit or quarterly employee turnover, that is used to monitor an organization's performance.",
|
|
@@ -694,7 +694,7 @@ const e = {
|
|
|
694
694
|
number2: { name: "number2", detail: "second" }
|
|
695
695
|
}
|
|
696
696
|
}
|
|
697
|
-
},
|
|
697
|
+
}, i = r, o = {
|
|
698
698
|
DAVERAGE: {
|
|
699
699
|
description: "Returns the average of selected database entries",
|
|
700
700
|
abstract: "Returns the average of selected database entries",
|
|
@@ -875,7 +875,7 @@ const e = {
|
|
|
875
875
|
criteria: { name: "criteria", detail: "The range of cells that contains the conditions you specify." }
|
|
876
876
|
}
|
|
877
877
|
}
|
|
878
|
-
},
|
|
878
|
+
}, s = o, u = {
|
|
879
879
|
DATE: {
|
|
880
880
|
description: "Returns the serial number of a particular date",
|
|
881
881
|
abstract: "Returns the serial number of a particular date",
|
|
@@ -1254,7 +1254,7 @@ If the year portion of the date_text argument is omitted, the DATEVALUE function
|
|
|
1254
1254
|
basis: { name: "basis", detail: "The type of day count basis to use." }
|
|
1255
1255
|
}
|
|
1256
1256
|
}
|
|
1257
|
-
},
|
|
1257
|
+
}, c = u, l = {
|
|
1258
1258
|
BESSELI: {
|
|
1259
1259
|
description: "Returns the modified Bessel function In(x)",
|
|
1260
1260
|
abstract: "Returns the modified Bessel function In(x)",
|
|
@@ -2027,7 +2027,7 @@ If the year portion of the date_text argument is omitted, the DATEVALUE function
|
|
|
2027
2027
|
places: { name: "places", detail: "The number of characters to use." }
|
|
2028
2028
|
}
|
|
2029
2029
|
}
|
|
2030
|
-
},
|
|
2030
|
+
}, m = l, f = {
|
|
2031
2031
|
ACCRINT: {
|
|
2032
2032
|
description: "Returns the accrued interest for a security that pays periodic interest",
|
|
2033
2033
|
abstract: "Returns the accrued interest for a security that pays periodic interest",
|
|
@@ -2953,7 +2953,7 @@ If the year portion of the date_text argument is omitted, the DATEVALUE function
|
|
|
2953
2953
|
basis: { name: "basis", detail: "The type of day count basis to use." }
|
|
2954
2954
|
}
|
|
2955
2955
|
}
|
|
2956
|
-
},
|
|
2956
|
+
}, d = f, h = {
|
|
2957
2957
|
CELL: {
|
|
2958
2958
|
description: "Returns information about the formatting, location, or contents of a cell",
|
|
2959
2959
|
abstract: "Returns information about the formatting, location, or contents of a cell",
|
|
@@ -3282,7 +3282,7 @@ If the year portion of the date_text argument is omitted, the DATEVALUE function
|
|
|
3282
3282
|
value: { name: "value", detail: "Can be any value, such as a number, text, logical value, and so on." }
|
|
3283
3283
|
}
|
|
3284
3284
|
}
|
|
3285
|
-
},
|
|
3285
|
+
}, p = h, b = {
|
|
3286
3286
|
AND: {
|
|
3287
3287
|
description: "Returns TRUE if all of its arguments are TRUE",
|
|
3288
3288
|
abstract: "Returns TRUE if all of its arguments are TRUE",
|
|
@@ -3574,11 +3574,9 @@ If the year portion of the date_text argument is omitted, the DATEVALUE function
|
|
|
3574
3574
|
logical2: { name: "logical2", detail: "Additional conditions that you want to test that can evaluate to either TRUE or FALSE, up to a maximum of 255 conditions." }
|
|
3575
3575
|
}
|
|
3576
3576
|
}
|
|
3577
|
-
},
|
|
3577
|
+
}, y = b, g = {
|
|
3578
3578
|
ADDRESS: {
|
|
3579
|
-
description:
|
|
3580
|
-
|
|
3581
|
-
`,
|
|
3579
|
+
description: "Obtain the address of a cell in a worksheet, given specified row and column numbers. For example, ADDRESS(2,3) returns $C$2. As another example, ADDRESS(77,300) returns $KN$77. You can use other functions, such as the ROW and COLUMN functions, to provide the row and column number arguments for the ADDRESS function.",
|
|
3582
3580
|
abstract: "Returns a reference as text to a single cell in a worksheet",
|
|
3583
3581
|
links: [
|
|
3584
3582
|
{
|
|
@@ -4205,7 +4203,7 @@ If index_num is a fraction, it is truncated to the lowest integer before being u
|
|
|
4205
4203
|
-2 - Perform a binary search that relies on lookup_array being sorted in descending order. If not sorted, invalid results will be returned.` }
|
|
4206
4204
|
}
|
|
4207
4205
|
}
|
|
4208
|
-
},
|
|
4206
|
+
}, v = g, T = {
|
|
4209
4207
|
ABS: {
|
|
4210
4208
|
description: "Returns the absolute value of a number. The absolute value of a number is the number without its sign.",
|
|
4211
4209
|
abstract: "Returns the absolute value of a number",
|
|
@@ -5357,7 +5355,7 @@ If index_num is a fraction, it is truncated to the lowest integer before being u
|
|
|
5357
5355
|
numDigits: { name: "num_digits", detail: "A number specifying the precision of the truncation. The default value for num_digits is 0 (zero)." }
|
|
5358
5356
|
}
|
|
5359
5357
|
}
|
|
5360
|
-
},
|
|
5358
|
+
}, w = T, R = {
|
|
5361
5359
|
AVEDEV: {
|
|
5362
5360
|
description: "Returns the average of the absolute deviations of data points from their mean.",
|
|
5363
5361
|
abstract: "Returns the average of the absolute deviations of data points from their mean",
|
|
@@ -7043,7 +7041,7 @@ COUNTIF uses only a single criteria. Use COUNTIFS if you want to use multiple cr
|
|
|
7043
7041
|
sigma: { name: "sigma", detail: "The population (known) standard deviation. If omitted, the sample standard deviation is used." }
|
|
7044
7042
|
}
|
|
7045
7043
|
}
|
|
7046
|
-
},
|
|
7044
|
+
}, I = R, x = {
|
|
7047
7045
|
ASC: {
|
|
7048
7046
|
description: "Changes full-width (double-byte) English letters or katakana within a character string to half-width (single-byte) characters",
|
|
7049
7047
|
abstract: "Changes full-width (double-byte) English letters or katakana within a character string to half-width (single-byte) characters",
|
|
@@ -7778,7 +7776,7 @@ COUNTIF uses only a single criteria. Use COUNTIFS if you want to use multiple cr
|
|
|
7778
7776
|
number2: { name: "number2", detail: "second" }
|
|
7779
7777
|
}
|
|
7780
7778
|
}
|
|
7781
|
-
},
|
|
7779
|
+
}, k = x, A = {}, E = {
|
|
7782
7780
|
ENCODEURL: {
|
|
7783
7781
|
description: "Returns a URL-encoded string",
|
|
7784
7782
|
abstract: "Returns a URL-encoded string",
|
|
@@ -7820,7 +7818,7 @@ COUNTIF uses only a single criteria. Use COUNTIFS if you want to use multiple cr
|
|
|
7820
7818
|
number2: { name: "number2", detail: "second" }
|
|
7821
7819
|
}
|
|
7822
7820
|
}
|
|
7823
|
-
},
|
|
7821
|
+
}, P = E, _ = {
|
|
7824
7822
|
shortcut: {
|
|
7825
7823
|
"sheets-formula-ui": {
|
|
7826
7824
|
"quick-sum": "Somme rapide"
|
|
@@ -7837,21 +7835,21 @@ COUNTIF uses only a single criteria. Use COUNTIFS if you want to use multiple cr
|
|
|
7837
7835
|
more: "Plus de fonctions..."
|
|
7838
7836
|
},
|
|
7839
7837
|
functionList: {
|
|
7840
|
-
...
|
|
7841
|
-
...r,
|
|
7842
|
-
...l,
|
|
7843
|
-
...m,
|
|
7838
|
+
...d,
|
|
7844
7839
|
...c,
|
|
7845
|
-
...
|
|
7846
|
-
...
|
|
7847
|
-
...
|
|
7840
|
+
...w,
|
|
7841
|
+
...I,
|
|
7842
|
+
...v,
|
|
7848
7843
|
...s,
|
|
7844
|
+
...k,
|
|
7845
|
+
...y,
|
|
7846
|
+
...p,
|
|
7847
|
+
...m,
|
|
7849
7848
|
...i,
|
|
7850
|
-
...
|
|
7849
|
+
...n,
|
|
7850
|
+
...P,
|
|
7851
7851
|
...t,
|
|
7852
|
-
...
|
|
7853
|
-
...e,
|
|
7854
|
-
...d
|
|
7852
|
+
...A
|
|
7855
7853
|
},
|
|
7856
7854
|
prompt: {
|
|
7857
7855
|
helpExample: "EXEMPLE",
|
|
@@ -7907,5 +7905,5 @@ COUNTIF uses only a single criteria. Use COUNTIFS if you want to use multiple cr
|
|
|
7907
7905
|
}
|
|
7908
7906
|
};
|
|
7909
7907
|
export {
|
|
7910
|
-
|
|
7908
|
+
_ as default
|
|
7911
7909
|
};
|