@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/vi-VN.js
CHANGED
|
@@ -2090,7 +2090,7 @@ Nếu bỏ qua phần năm trong tham số date_text, hàm DATEVALUE sẽ sử d
|
|
|
2090
2090
|
places: { name: "Số ký tự", detail: "Số ký tự sử dụng." }
|
|
2091
2091
|
}
|
|
2092
2092
|
}
|
|
2093
|
-
},
|
|
2093
|
+
}, e = {
|
|
2094
2094
|
ACCRINT: {
|
|
2095
2095
|
description: "Trả về lãi tích lũy của một trái phiếu trả lãi định kỳ",
|
|
2096
2096
|
abstract: "Trả về lãi tích lũy của một trái phiếu trả lãi định kỳ",
|
|
@@ -3016,7 +3016,7 @@ Nếu bỏ qua phần năm trong tham số date_text, hàm DATEVALUE sẽ sử d
|
|
|
3016
3016
|
basis: { name: "cơ sở", detail: "Loại cơ sở tính ngày cần sử dụng." }
|
|
3017
3017
|
}
|
|
3018
3018
|
}
|
|
3019
|
-
},
|
|
3019
|
+
}, r = {
|
|
3020
3020
|
CELL: {
|
|
3021
3021
|
description: "Hàm CELL trả về thông tin về định dạng, vị trí hay nội dung của một ô.",
|
|
3022
3022
|
abstract: "Hàm CELL trả về thông tin về định dạng, vị trí hay nội dung của một ô.",
|
|
@@ -3044,6 +3044,20 @@ Nếu bỏ qua phần năm trong tham số date_text, hàm DATEVALUE sẽ sử d
|
|
|
3044
3044
|
errorVal: { name: "Giá trị lỗi", detail: "Giá trị lỗi có số nhận dạng mà bạn muốn tìm." }
|
|
3045
3045
|
}
|
|
3046
3046
|
},
|
|
3047
|
+
INFO: {
|
|
3048
|
+
description: "Returns information about the current operating environment",
|
|
3049
|
+
abstract: "Returns information about the current operating environment",
|
|
3050
|
+
links: [
|
|
3051
|
+
{
|
|
3052
|
+
title: "Instruction",
|
|
3053
|
+
url: "https://support.microsoft.com/en-us/office/info-function-725f259a-0e4b-49b3-8b52-58815c69acae"
|
|
3054
|
+
}
|
|
3055
|
+
],
|
|
3056
|
+
functionParameter: {
|
|
3057
|
+
number1: { name: "number1", detail: "first" },
|
|
3058
|
+
number2: { name: "number2", detail: "second" }
|
|
3059
|
+
}
|
|
3060
|
+
},
|
|
3047
3061
|
ISBETWEEN: {
|
|
3048
3062
|
description: "Kiểm tra xem một số đã cho có nằm giữa hai số khác",
|
|
3049
3063
|
abstract: "Kiểm tra xem một số đã cho có nằm giữa hai số khác",
|
|
@@ -3217,6 +3231,20 @@ Nếu bỏ qua phần năm trong tham số date_text, hàm DATEVALUE sẽ sử d
|
|
|
3217
3231
|
value: { name: "Giá trị", detail: "Giá trị cần kiểm tra. Nếu số không phải là số nguyên thì nó bị cắt cụt." }
|
|
3218
3232
|
}
|
|
3219
3233
|
},
|
|
3234
|
+
ISOMITTED: {
|
|
3235
|
+
description: "Checks whether the value in a LAMBDA is missing and returns TRUE or FALSE",
|
|
3236
|
+
abstract: "Checks whether the value in a LAMBDA is missing and returns TRUE or FALSE",
|
|
3237
|
+
links: [
|
|
3238
|
+
{
|
|
3239
|
+
title: "Instruction",
|
|
3240
|
+
url: "https://support.microsoft.com/en-us/office/isomitted-function-831d6fbc-0f07-40c4-9c5b-9c73fd1d60c1"
|
|
3241
|
+
}
|
|
3242
|
+
],
|
|
3243
|
+
functionParameter: {
|
|
3244
|
+
number1: { name: "number1", detail: "first" },
|
|
3245
|
+
number2: { name: "number2", detail: "second" }
|
|
3246
|
+
}
|
|
3247
|
+
},
|
|
3220
3248
|
ISREF: {
|
|
3221
3249
|
description: "Trả về TRUE nếu giá trị là tham chiếu",
|
|
3222
3250
|
abstract: "Trả về TRUE nếu giá trị là tham chiếu",
|
|
@@ -3317,7 +3345,7 @@ Nếu bỏ qua phần năm trong tham số date_text, hàm DATEVALUE sẽ sử d
|
|
|
3317
3345
|
value: { name: "Giá trị", detail: "Nó có thể là bất kỳ giá trị nào, chẳng hạn như số, văn bản, giá trị logic, v.v." }
|
|
3318
3346
|
}
|
|
3319
3347
|
}
|
|
3320
|
-
},
|
|
3348
|
+
}, o = {
|
|
3321
3349
|
AND: {
|
|
3322
3350
|
description: "Returns TRUE if all of its arguments are TRUE",
|
|
3323
3351
|
abstract: "Returns TRUE if all of its arguments are TRUE",
|
|
@@ -3603,7 +3631,7 @@ Nếu bỏ qua phần năm trong tham số date_text, hàm DATEVALUE sẽ sử d
|
|
|
3603
3631
|
logical2: { name: "Biểu thức logic 2", detail: "Các điều kiện khác muốn kiểm tra và có thể là TRUE hoặc FALSE (tối đa 255 điều kiện)." }
|
|
3604
3632
|
}
|
|
3605
3633
|
}
|
|
3606
|
-
},
|
|
3634
|
+
}, m = {
|
|
3607
3635
|
ADDRESS: {
|
|
3608
3636
|
description: "Trả về địa chỉ của một ô trong một trang tính dựa trên số hàng và cột đã chỉ định. Ví dụ: ADDRESS(2,3) trả về $C$2. Ví dụ khác: ADDRESS(77,300) trả về $KN$77. Bạn có thể sử dụng các hàm khác như ROW và COLUMN để cung cấp các tham số hàng và cột cho hàm ADDRESS.",
|
|
3609
3637
|
abstract: "Trả về tham chiếu đến một ô trong trang tính dưới dạng văn bản",
|
|
@@ -3779,6 +3807,20 @@ Nếu index_num là số thập phân, nó sẽ bị cắt bỏ thành số nguy
|
|
|
3779
3807
|
reference: { name: "tham khảo", detail: "Tham chiếu đến một ô hoặc phạm vi ô." }
|
|
3780
3808
|
}
|
|
3781
3809
|
},
|
|
3810
|
+
GETPIVOTDATA: {
|
|
3811
|
+
description: "Returns data stored in a PivotTable report",
|
|
3812
|
+
abstract: "Returns data stored in a PivotTable report",
|
|
3813
|
+
links: [
|
|
3814
|
+
{
|
|
3815
|
+
title: "Instruction",
|
|
3816
|
+
url: "https://support.microsoft.com/en-us/office/getpivotdata-function-8c083b99-a922-4ca0-af5e-3af55960761f"
|
|
3817
|
+
}
|
|
3818
|
+
],
|
|
3819
|
+
functionParameter: {
|
|
3820
|
+
number1: { name: "number1", detail: "first" },
|
|
3821
|
+
number2: { name: "number2", detail: "second" }
|
|
3822
|
+
}
|
|
3823
|
+
},
|
|
3782
3824
|
HLOOKUP: {
|
|
3783
3825
|
description: "Tìm kiếm một giá trị ở hàng đầu tiên của bảng hoặc trong một mảng số và trả về giá trị trong cột của hàng được chỉ định trong bảng hoặc mảng.",
|
|
3784
3826
|
abstract: "Tìm hàng đầu tiên của mảng và trả về giá trị của ô đã chỉ định",
|
|
@@ -3835,6 +3877,20 @@ Nếu index_num là số thập phân, nó sẽ bị cắt bỏ thành số nguy
|
|
|
3835
3877
|
linkLabel: { name: "nhãn_đường_liên_kết", detail: "Văn bản cần hiển thị trong ô như là một đường liên kết, được đóng trong dấu ngoặc kép hoặc tham chiếu đến ô có chứa nhãn này." }
|
|
3836
3878
|
}
|
|
3837
3879
|
},
|
|
3880
|
+
IMAGE: {
|
|
3881
|
+
description: "Returns an image from a given source",
|
|
3882
|
+
abstract: "Returns an image from a given source",
|
|
3883
|
+
links: [
|
|
3884
|
+
{
|
|
3885
|
+
title: "Instruction",
|
|
3886
|
+
url: "https://support.microsoft.com/en-us/office/image-function-7e112975-5e52-4f2a-b9da-1d913d51f5d5"
|
|
3887
|
+
}
|
|
3888
|
+
],
|
|
3889
|
+
functionParameter: {
|
|
3890
|
+
number1: { name: "number1", detail: "first" },
|
|
3891
|
+
number2: { name: "number2", detail: "second" }
|
|
3892
|
+
}
|
|
3893
|
+
},
|
|
3838
3894
|
INDEX: {
|
|
3839
3895
|
description: "Trả về tham chiếu của ô nằm ở giao cắt của một hàng và cột cụ thể. Nếu tham chiếu được tạo thành từ các vùng chọn không liền kề, bạn có thể chọn vùng chọn để tìm trong đó.",
|
|
3840
3896
|
abstract: "Chọn một giá trị từ một tham chiếu hoặc mảng bằng chỉ mục",
|
|
@@ -3944,6 +4000,20 @@ Nếu index_num là số thập phân, nó sẽ bị cắt bỏ thành số nguy
|
|
|
3944
4000
|
array: { name: "mảng", detail: "Một mảng, công thức mảng hay tham chiếu đến phạm vi ô mà bạn muốn lấy số hàng." }
|
|
3945
4001
|
}
|
|
3946
4002
|
},
|
|
4003
|
+
RTD: {
|
|
4004
|
+
description: "Retrieves real-time data from a program that supports COM automation",
|
|
4005
|
+
abstract: "Retrieves real-time data from a program that supports COM automation",
|
|
4006
|
+
links: [
|
|
4007
|
+
{
|
|
4008
|
+
title: "Instruction",
|
|
4009
|
+
url: "https://support.microsoft.com/en-us/office/rtd-function-e0cc001a-56f0-470a-9b19-9455dc0eb593"
|
|
4010
|
+
}
|
|
4011
|
+
],
|
|
4012
|
+
functionParameter: {
|
|
4013
|
+
number1: { name: "number1", detail: "first" },
|
|
4014
|
+
number2: { name: "number2", detail: "second" }
|
|
4015
|
+
}
|
|
4016
|
+
},
|
|
3947
4017
|
SORT: {
|
|
3948
4018
|
description: "Sắp xếp nội dung của một phạm vi hoặc mảng",
|
|
3949
4019
|
abstract: "Sắp xếp nội dung của một phạm vi hoặc mảng",
|
|
@@ -4250,9 +4320,23 @@ Nếu index_num là số thập phân, nó sẽ bị cắt bỏ thành số nguy
|
|
|
4250
4320
|
number: { name: "số", detail: "Giá trị tuyệt đối của Số phải lớn hơn 1." }
|
|
4251
4321
|
}
|
|
4252
4322
|
},
|
|
4323
|
+
AGGREGATE: {
|
|
4324
|
+
description: "Returns an aggregate in a list or database",
|
|
4325
|
+
abstract: "Returns an aggregate in a list or database",
|
|
4326
|
+
links: [
|
|
4327
|
+
{
|
|
4328
|
+
title: "Instruction",
|
|
4329
|
+
url: "https://support.microsoft.com/en-us/office/aggregate-function-43b9278e-6aa7-4f17-92b6-e19993fa26df"
|
|
4330
|
+
}
|
|
4331
|
+
],
|
|
4332
|
+
functionParameter: {
|
|
4333
|
+
number1: { name: "number1", detail: "first" },
|
|
4334
|
+
number2: { name: "number2", detail: "second" }
|
|
4335
|
+
}
|
|
4336
|
+
},
|
|
4253
4337
|
ARABIC: {
|
|
4254
|
-
description: "
|
|
4255
|
-
abstract: "
|
|
4338
|
+
description: "Converts a Roman number to Arabic, as a number",
|
|
4339
|
+
abstract: "Converts a Roman number to Arabic, as a number",
|
|
4256
4340
|
links: [
|
|
4257
4341
|
{
|
|
4258
4342
|
title: "Hướng dẫn",
|
|
@@ -4642,6 +4726,20 @@ Nếu index_num là số thập phân, nó sẽ bị cắt bỏ thành số nguy
|
|
|
4642
4726
|
number: { name: "số", detail: "Số thực mà bạn muốn làm tròn xuống một số nguyên." }
|
|
4643
4727
|
}
|
|
4644
4728
|
},
|
|
4729
|
+
ISO_CEILING: {
|
|
4730
|
+
description: "Returns a number that is rounded up to the nearest integer or to the nearest multiple of significance",
|
|
4731
|
+
abstract: "Returns a number that is rounded up to the nearest integer or to the nearest multiple of significance",
|
|
4732
|
+
links: [
|
|
4733
|
+
{
|
|
4734
|
+
title: "Instruction",
|
|
4735
|
+
url: "https://support.microsoft.com/en-us/office/iso-ceiling-function-e587bb73-6cc2-4113-b664-ff5b09859a83"
|
|
4736
|
+
}
|
|
4737
|
+
],
|
|
4738
|
+
functionParameter: {
|
|
4739
|
+
number1: { name: "number1", detail: "first" },
|
|
4740
|
+
number2: { name: "number2", detail: "second" }
|
|
4741
|
+
}
|
|
4742
|
+
},
|
|
4645
4743
|
LCM: {
|
|
4646
4744
|
description: "Trả về bội số chung ít nhất của các số nguyên.",
|
|
4647
4745
|
abstract: "Trả về bội số chung ít nhất của các số nguyên.",
|
|
@@ -4656,6 +4754,20 @@ Nếu index_num là số thập phân, nó sẽ bị cắt bỏ thành số nguy
|
|
|
4656
4754
|
number2: { name: "số2", detail: "Các giá trị hoặc phạm vi bổ sung để sử dụng cho việc tính toán." }
|
|
4657
4755
|
}
|
|
4658
4756
|
},
|
|
4757
|
+
LET: {
|
|
4758
|
+
description: "Assigns names to calculation results to allow storing intermediate calculations, values, or defining names inside a formula",
|
|
4759
|
+
abstract: "Assigns names to calculation results to allow storing intermediate calculations, values, or defining names inside a formula",
|
|
4760
|
+
links: [
|
|
4761
|
+
{
|
|
4762
|
+
title: "Instruction",
|
|
4763
|
+
url: "https://support.microsoft.com/en-us/office/let-function-34842dd8-b92b-4d3f-b325-b8b8f9908999"
|
|
4764
|
+
}
|
|
4765
|
+
],
|
|
4766
|
+
functionParameter: {
|
|
4767
|
+
number1: { name: "number1", detail: "first" },
|
|
4768
|
+
number2: { name: "number2", detail: "second" }
|
|
4769
|
+
}
|
|
4770
|
+
},
|
|
4659
4771
|
LN: {
|
|
4660
4772
|
description: "Trả về lô-ga-rit tự nhiên của một số.",
|
|
4661
4773
|
abstract: "Trả về lô-ga-rit tự nhiên của một số.",
|
|
@@ -5837,6 +5949,62 @@ Ví dụ: bạn có thể sử dụng một số như 32, một so sánh như ">
|
|
|
5837
5949
|
knownXs: { name: "mảng _x", detail: "Mảng độc lập của mảng hoặc phạm vi dữ liệu." }
|
|
5838
5950
|
}
|
|
5839
5951
|
},
|
|
5952
|
+
FORECAST_ETS: {
|
|
5953
|
+
description: "Returns a future value based on existing (historical) values by using the AAA version of the Exponential Smoothing (ETS) algorithm",
|
|
5954
|
+
abstract: "Returns a future value based on existing (historical) values by using the AAA version of the Exponential Smoothing (ETS) algorithm",
|
|
5955
|
+
links: [
|
|
5956
|
+
{
|
|
5957
|
+
title: "Instruction",
|
|
5958
|
+
url: "https://support.microsoft.com/en-us/office/forecasting-functions-reference-897a2fe9-6595-4680-a0b0-93e0308d5f6e#_FORECAST.ETS"
|
|
5959
|
+
}
|
|
5960
|
+
],
|
|
5961
|
+
functionParameter: {
|
|
5962
|
+
number1: { name: "number1", detail: "first" },
|
|
5963
|
+
number2: { name: "number2", detail: "second" }
|
|
5964
|
+
}
|
|
5965
|
+
},
|
|
5966
|
+
FORECAST_ETS_CONFINT: {
|
|
5967
|
+
description: "Returns a confidence interval for the forecast value at the specified target date",
|
|
5968
|
+
abstract: "Returns a confidence interval for the forecast value at the specified target date",
|
|
5969
|
+
links: [
|
|
5970
|
+
{
|
|
5971
|
+
title: "Instruction",
|
|
5972
|
+
url: "https://support.microsoft.com/en-us/office/forecasting-functions-reference-897a2fe9-6595-4680-a0b0-93e0308d5f6e#_FORECAST.ETS.CONFINT"
|
|
5973
|
+
}
|
|
5974
|
+
],
|
|
5975
|
+
functionParameter: {
|
|
5976
|
+
number1: { name: "number1", detail: "first" },
|
|
5977
|
+
number2: { name: "number2", detail: "second" }
|
|
5978
|
+
}
|
|
5979
|
+
},
|
|
5980
|
+
FORECAST_ETS_SEASONALITY: {
|
|
5981
|
+
description: "Returns the length of the repetitive pattern Excel detects for the specified time series",
|
|
5982
|
+
abstract: "Returns the length of the repetitive pattern Excel detects for the specified time series",
|
|
5983
|
+
links: [
|
|
5984
|
+
{
|
|
5985
|
+
title: "Instruction",
|
|
5986
|
+
url: "https://support.microsoft.com/en-us/office/forecasting-functions-reference-897a2fe9-6595-4680-a0b0-93e0308d5f6e#_FORECAST.ETS.SEASONALITY"
|
|
5987
|
+
}
|
|
5988
|
+
],
|
|
5989
|
+
functionParameter: {
|
|
5990
|
+
number1: { name: "number1", detail: "first" },
|
|
5991
|
+
number2: { name: "number2", detail: "second" }
|
|
5992
|
+
}
|
|
5993
|
+
},
|
|
5994
|
+
FORECAST_ETS_STAT: {
|
|
5995
|
+
description: "Returns a statistical value as a result of time series forecasting",
|
|
5996
|
+
abstract: "Returns a statistical value as a result of time series forecasting",
|
|
5997
|
+
links: [
|
|
5998
|
+
{
|
|
5999
|
+
title: "Instruction",
|
|
6000
|
+
url: "https://support.microsoft.com/en-us/office/forecasting-functions-reference-897a2fe9-6595-4680-a0b0-93e0308d5f6e#_FORECAST.ETS.STAT"
|
|
6001
|
+
}
|
|
6002
|
+
],
|
|
6003
|
+
functionParameter: {
|
|
6004
|
+
number1: { name: "number1", detail: "first" },
|
|
6005
|
+
number2: { name: "number2", detail: "second" }
|
|
6006
|
+
}
|
|
6007
|
+
},
|
|
5840
6008
|
FORECAST_LINEAR: {
|
|
5841
6009
|
description: "Trả về giá trị tương lai dựa trên giá trị hiện tại",
|
|
5842
6010
|
abstract: "Trả về giá trị tương lai dựa trên giá trị hiện tại",
|
|
@@ -7407,22 +7575,6 @@ Ví dụ: bạn có thể sử dụng một số như 32, một so sánh như ">
|
|
|
7407
7575
|
startNum: { name: "vị trí bắt đầu", detail: 'Vị trí ký tự để bắt đầu tìm kiếm trong "văn bản cần tìm kiếm". Nếu bỏ qua, giá trị là 1 được giả định.' }
|
|
7408
7576
|
}
|
|
7409
7577
|
},
|
|
7410
|
-
SPLIT: {
|
|
7411
|
-
description: "Chia một chuỗi văn bản thành một bảng con",
|
|
7412
|
-
abstract: "Chia một chuỗi văn bản thành một bảng con",
|
|
7413
|
-
links: [
|
|
7414
|
-
{
|
|
7415
|
-
title: "Hướng dẫn",
|
|
7416
|
-
url: "https://support.microsoft.com/vi-vn/office/split-%E5%87%BD%E6%95%B0-4357fb3e-7256-49ca-8711-94dbbcbe87c9"
|
|
7417
|
-
}
|
|
7418
|
-
],
|
|
7419
|
-
functionParameter: {
|
|
7420
|
-
text: { name: "text", detail: "Chuỗi văn bản mà bạn muốn chia thành các phần tử bảng con." },
|
|
7421
|
-
delimiter: { name: "delimiter", detail: "Ký tự hoặc chuỗi ký tự mà bạn muốn sử dụng làm dấu phân cách." },
|
|
7422
|
-
split_by_each: { name: "split_by_each", detail: "Giá trị logic để chỉ định liệu chia chuỗi bằng từng ký tự trong dấu phân cách." },
|
|
7423
|
-
remove_empty_text: { name: "remove_empty_text", detail: "Giá trị logic để chỉ định liệu xóa các chuỗi trống khỏi các kết quả phân chia." }
|
|
7424
|
-
}
|
|
7425
|
-
},
|
|
7426
7578
|
SUBSTITUTE: {
|
|
7427
7579
|
description: "Thay thế một hoặc tất cả các lần xuất hiện của một chuỗi văn bản trong một chuỗi văn bản khác",
|
|
7428
7580
|
abstract: "Thay thế một hoặc tất cả các lần xuất hiện của một chuỗi văn bản trong một chuỗi văn bản khác",
|
|
@@ -7616,6 +7768,48 @@ Ví dụ: bạn có thể sử dụng một số như 32, một so sánh như ">
|
|
|
7616
7768
|
0 Mặc định. Định dạng ngắn gọn dễ đọc.
|
|
7617
7769
|
1 Định dạng nghiêm ngặt bao gồm ký tự thoát và dấu tách hàng. Tạo một chuỗi có thể được phân tích khi nhập vào thanh công thức. Đóng gói các chuỗi trả về trong dấu ngoặc kép, ngoại trừ Booleans, Numbers và Errors.` }
|
|
7618
7770
|
}
|
|
7771
|
+
},
|
|
7772
|
+
CALL: {
|
|
7773
|
+
description: "Calls a procedure in a dynamic link library or code resource",
|
|
7774
|
+
abstract: "Calls a procedure in a dynamic link library or code resource",
|
|
7775
|
+
links: [
|
|
7776
|
+
{
|
|
7777
|
+
title: "Instruction",
|
|
7778
|
+
url: "https://support.microsoft.com/en-us/office/call-function-32d58445-e646-4ffd-8d5e-b45077a5e995"
|
|
7779
|
+
}
|
|
7780
|
+
],
|
|
7781
|
+
functionParameter: {
|
|
7782
|
+
number1: { name: "number1", detail: "first" },
|
|
7783
|
+
number2: { name: "number2", detail: "second" }
|
|
7784
|
+
}
|
|
7785
|
+
},
|
|
7786
|
+
EUROCONVERT: {
|
|
7787
|
+
description: "Converts a number to euros, converts a number from euros to a euro member currency, or converts a number from one euro member currency to another by using the euro as an intermediary (triangulation)",
|
|
7788
|
+
abstract: "Converts a number to euros, converts a number from euros to a euro member currency, or converts a number from one euro member currency to another by using the euro as an intermediary (triangulation)",
|
|
7789
|
+
links: [
|
|
7790
|
+
{
|
|
7791
|
+
title: "Instruction",
|
|
7792
|
+
url: "https://support.microsoft.com/en-us/office/euroconvert-function-79c8fd67-c665-450c-bb6c-15fc92f8345c"
|
|
7793
|
+
}
|
|
7794
|
+
],
|
|
7795
|
+
functionParameter: {
|
|
7796
|
+
number1: { name: "number1", detail: "first" },
|
|
7797
|
+
number2: { name: "number2", detail: "second" }
|
|
7798
|
+
}
|
|
7799
|
+
},
|
|
7800
|
+
REGISTER_ID: {
|
|
7801
|
+
description: "Returns the register ID of the specified dynamic link library (DLL) or code resource that has been previously registered",
|
|
7802
|
+
abstract: "Returns the register ID of the specified dynamic link library (DLL) or code resource that has been previously registered",
|
|
7803
|
+
links: [
|
|
7804
|
+
{
|
|
7805
|
+
title: "Instruction",
|
|
7806
|
+
url: "https://support.microsoft.com/en-us/office/register-id-function-f8f0af0f-fd66-4704-a0f2-87b27b175b50"
|
|
7807
|
+
}
|
|
7808
|
+
],
|
|
7809
|
+
functionParameter: {
|
|
7810
|
+
number1: { name: "number1", detail: "first" },
|
|
7811
|
+
number2: { name: "number2", detail: "second" }
|
|
7812
|
+
}
|
|
7619
7813
|
}
|
|
7620
7814
|
}, l = {}, d = {
|
|
7621
7815
|
ENCODEURL: {
|
|
@@ -7630,6 +7824,34 @@ Ví dụ: bạn có thể sử dụng một số như 32, một so sánh như ">
|
|
|
7630
7824
|
functionParameter: {
|
|
7631
7825
|
text: { name: "văn bản", detail: "Một chuỗi cần mã hóa URL." }
|
|
7632
7826
|
}
|
|
7827
|
+
},
|
|
7828
|
+
FILTERXML: {
|
|
7829
|
+
description: "Returns specific data from the XML content by using the specified XPath",
|
|
7830
|
+
abstract: "Returns specific data from the XML content by using the specified XPath",
|
|
7831
|
+
links: [
|
|
7832
|
+
{
|
|
7833
|
+
title: "Instruction",
|
|
7834
|
+
url: "https://support.microsoft.com/en-us/office/filterxml-function-4df72efc-11ec-4951-86f5-c1374812f5b7"
|
|
7835
|
+
}
|
|
7836
|
+
],
|
|
7837
|
+
functionParameter: {
|
|
7838
|
+
number1: { name: "number1", detail: "first" },
|
|
7839
|
+
number2: { name: "number2", detail: "second" }
|
|
7840
|
+
}
|
|
7841
|
+
},
|
|
7842
|
+
WEBSERVICE: {
|
|
7843
|
+
description: "Returns data from a web service",
|
|
7844
|
+
abstract: "Returns data from a web service",
|
|
7845
|
+
links: [
|
|
7846
|
+
{
|
|
7847
|
+
title: "Instruction",
|
|
7848
|
+
url: "https://support.microsoft.com/en-us/office/webservice-function-0546a35a-ecc6-4739-aed7-c0b7ce1562c4"
|
|
7849
|
+
}
|
|
7850
|
+
],
|
|
7851
|
+
functionParameter: {
|
|
7852
|
+
number1: { name: "number1", detail: "first" },
|
|
7853
|
+
number2: { name: "number2", detail: "second" }
|
|
7854
|
+
}
|
|
7633
7855
|
}
|
|
7634
7856
|
}, p = {
|
|
7635
7857
|
shortcut: {
|
|
@@ -7648,15 +7870,15 @@ Ví dụ: bạn có thể sử dụng một số như 32, một so sánh như ">
|
|
|
7648
7870
|
more: "Thêm hàm..."
|
|
7649
7871
|
},
|
|
7650
7872
|
functionList: {
|
|
7651
|
-
...
|
|
7873
|
+
...e,
|
|
7652
7874
|
...c,
|
|
7653
7875
|
...s,
|
|
7654
7876
|
...u,
|
|
7655
|
-
...
|
|
7877
|
+
...m,
|
|
7656
7878
|
...a,
|
|
7657
7879
|
...g,
|
|
7658
|
-
...
|
|
7659
|
-
...
|
|
7880
|
+
...o,
|
|
7881
|
+
...r,
|
|
7660
7882
|
...h,
|
|
7661
7883
|
...i,
|
|
7662
7884
|
...n,
|
package/lib/locale/zh-TW.js
CHANGED
|
@@ -515,7 +515,7 @@ const t = {
|
|
|
515
515
|
],
|
|
516
516
|
functionParameter: {
|
|
517
517
|
probability: { name: "機率", detail: "與學生的 t 分佈相關的機率。" },
|
|
518
|
-
|
|
518
|
+
degFreedom: { name: "自由度", detail: "一個表示自由度數的整數。" }
|
|
519
519
|
}
|
|
520
520
|
},
|
|
521
521
|
TTEST: {
|
|
@@ -6864,7 +6864,7 @@ COUNTIF 只使用一個條件。 如果要使用多個條件,請使用 COUNTIF
|
|
|
6864
6864
|
],
|
|
6865
6865
|
functionParameter: {
|
|
6866
6866
|
probability: { name: "機率", detail: "與學生的 t 分佈相關的機率。" },
|
|
6867
|
-
|
|
6867
|
+
degFreedom: { name: "自由度", detail: "一個表示自由度數的整數。" }
|
|
6868
6868
|
}
|
|
6869
6869
|
},
|
|
6870
6870
|
T_INV_2T: {
|
|
@@ -6878,7 +6878,7 @@ COUNTIF 只使用一個條件。 如果要使用多個條件,請使用 COUNTIF
|
|
|
6878
6878
|
],
|
|
6879
6879
|
functionParameter: {
|
|
6880
6880
|
probability: { name: "機率", detail: "與學生的 t 分佈相關的機率。" },
|
|
6881
|
-
|
|
6881
|
+
degFreedom: { name: "自由度", detail: "一個表示自由度數的整數。" }
|
|
6882
6882
|
}
|
|
6883
6883
|
},
|
|
6884
6884
|
T_TEST: {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
|
-
declare const
|
|
16
|
+
declare const locale: {
|
|
17
17
|
shortcut: {
|
|
18
18
|
'sheets-formula-ui': {
|
|
19
19
|
'quick-sum': string;
|
|
@@ -10524,4 +10524,4 @@ declare const _default: {
|
|
|
10524
10524
|
};
|
|
10525
10525
|
};
|
|
10526
10526
|
};
|
|
10527
|
-
export default
|
|
10527
|
+
export default locale;
|