@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.
Files changed (216) hide show
  1. package/lib/cjs/index.js +2 -5
  2. package/lib/cjs/locale/ca-ES.js +39 -0
  3. package/lib/cjs/locale/en-US.js +1 -3
  4. package/lib/cjs/locale/es-ES.js +39 -0
  5. package/lib/cjs/locale/fa-IR.js +7 -9
  6. package/lib/cjs/locale/fr-FR.js +7 -9
  7. package/lib/cjs/locale/ko-KR.js +9 -2
  8. package/lib/cjs/locale/ru-RU.js +7 -9
  9. package/lib/cjs/locale/vi-VN.js +8 -8
  10. package/lib/cjs/locale/zh-TW.js +2 -2
  11. package/lib/es/index.js +374 -380
  12. package/lib/es/locale/ca-ES.js +7906 -0
  13. package/lib/es/locale/en-US.js +1 -3
  14. package/lib/es/locale/es-ES.js +7904 -0
  15. package/lib/es/locale/fa-IR.js +27 -29
  16. package/lib/es/locale/fr-FR.js +27 -29
  17. package/lib/es/locale/ko-KR.js +210 -18
  18. package/lib/es/locale/ru-RU.js +26 -27
  19. package/lib/es/locale/vi-VN.js +248 -26
  20. package/lib/es/locale/zh-TW.js +3 -3
  21. package/lib/index.js +374 -380
  22. package/lib/locale/ca-ES.js +7906 -0
  23. package/lib/locale/en-US.js +1 -3
  24. package/lib/locale/es-ES.js +7904 -0
  25. package/lib/locale/fa-IR.js +27 -29
  26. package/lib/locale/fr-FR.js +27 -29
  27. package/lib/locale/ko-KR.js +210 -18
  28. package/lib/locale/ru-RU.js +26 -27
  29. package/lib/locale/vi-VN.js +248 -26
  30. package/lib/locale/zh-TW.js +3 -3
  31. package/lib/types/locale/ca-ES.d.ts +3 -0
  32. package/lib/types/locale/en-US.d.ts +2 -2
  33. package/lib/types/locale/es-ES.d.ts +3 -0
  34. package/lib/types/locale/fa-IR.d.ts +3 -10527
  35. package/lib/types/locale/fr-FR.d.ts +3 -10527
  36. package/lib/types/locale/function-list/array/ca-ES.d.ts +3 -0
  37. package/lib/types/locale/function-list/array/en-US.d.ts +2 -2
  38. package/lib/types/locale/function-list/array/es-ES.d.ts +3 -0
  39. package/lib/types/locale/function-list/array/fa-IR.d.ts +3 -0
  40. package/lib/types/locale/function-list/array/fr-FR.d.ts +3 -17
  41. package/lib/types/locale/function-list/array/ja-JP.d.ts +3 -58
  42. package/lib/types/locale/function-list/array/ko-KR.d.ts +3 -58
  43. package/lib/types/locale/function-list/array/ru-RU.d.ts +3 -58
  44. package/lib/types/locale/function-list/array/vi-VN.d.ts +3 -58
  45. package/lib/types/locale/function-list/array/zh-CN.d.ts +3 -58
  46. package/lib/types/locale/function-list/array/zh-TW.d.ts +3 -58
  47. package/lib/types/locale/function-list/compatibility/ca-ES.d.ts +3 -0
  48. package/lib/types/locale/function-list/compatibility/en-US.d.ts +2 -2
  49. package/lib/types/locale/function-list/compatibility/es-ES.d.ts +3 -0
  50. package/lib/types/locale/function-list/compatibility/fa-IR.d.ts +3 -0
  51. package/lib/types/locale/function-list/compatibility/fr-FR.d.ts +3 -706
  52. package/lib/types/locale/function-list/compatibility/ja-JP.d.ts +3 -838
  53. package/lib/types/locale/function-list/compatibility/ko-KR.d.ts +3 -838
  54. package/lib/types/locale/function-list/compatibility/ru-RU.d.ts +838 -2
  55. package/lib/types/locale/function-list/compatibility/vi-VN.d.ts +3 -838
  56. package/lib/types/locale/function-list/compatibility/zh-CN.d.ts +3 -838
  57. package/lib/types/locale/function-list/compatibility/zh-TW.d.ts +3 -838
  58. package/lib/types/locale/function-list/cube/ca-ES.d.ts +3 -0
  59. package/lib/types/locale/function-list/cube/en-US.d.ts +2 -2
  60. package/lib/types/locale/function-list/cube/es-ES.d.ts +3 -0
  61. package/lib/types/locale/function-list/cube/fa-IR.d.ts +3 -0
  62. package/lib/types/locale/function-list/cube/fr-FR.d.ts +3 -144
  63. package/lib/types/locale/function-list/cube/ja-JP.d.ts +3 -144
  64. package/lib/types/locale/function-list/cube/ko-KR.d.ts +3 -144
  65. package/lib/types/locale/function-list/cube/ru-RU.d.ts +3 -144
  66. package/lib/types/locale/function-list/cube/vi-VN.d.ts +3 -144
  67. package/lib/types/locale/function-list/cube/zh-CN.d.ts +3 -144
  68. package/lib/types/locale/function-list/cube/zh-TW.d.ts +3 -144
  69. package/lib/types/locale/function-list/database/ca-ES.d.ts +3 -0
  70. package/lib/types/locale/function-list/database/en-US.d.ts +2 -2
  71. package/lib/types/locale/function-list/database/es-ES.d.ts +3 -0
  72. package/lib/types/locale/function-list/database/fa-IR.d.ts +3 -0
  73. package/lib/types/locale/function-list/database/fr-FR.d.ts +3 -234
  74. package/lib/types/locale/function-list/database/ja-JP.d.ts +3 -282
  75. package/lib/types/locale/function-list/database/ko-KR.d.ts +3 -282
  76. package/lib/types/locale/function-list/database/ru-RU.d.ts +3 -282
  77. package/lib/types/locale/function-list/database/vi-VN.d.ts +3 -282
  78. package/lib/types/locale/function-list/database/zh-CN.d.ts +3 -282
  79. package/lib/types/locale/function-list/database/zh-TW.d.ts +3 -282
  80. package/lib/types/locale/function-list/date/ca-ES.d.ts +3 -0
  81. package/lib/types/locale/function-list/date/en-US.d.ts +2 -2
  82. package/lib/types/locale/function-list/date/es-ES.d.ts +3 -0
  83. package/lib/types/locale/function-list/date/fa-IR.d.ts +3 -0
  84. package/lib/types/locale/function-list/date/fr-FR.d.ts +3 -458
  85. package/lib/types/locale/function-list/date/ja-JP.d.ts +3 -490
  86. package/lib/types/locale/function-list/date/ko-KR.d.ts +3 -490
  87. package/lib/types/locale/function-list/date/ru-RU.d.ts +490 -2
  88. package/lib/types/locale/function-list/date/vi-VN.d.ts +3 -490
  89. package/lib/types/locale/function-list/date/zh-CN.d.ts +3 -490
  90. package/lib/types/locale/function-list/date/zh-TW.d.ts +3 -490
  91. package/lib/types/locale/function-list/engineering/ca-ES.d.ts +3 -0
  92. package/lib/types/locale/function-list/engineering/en-US.d.ts +2 -2
  93. package/lib/types/locale/function-list/engineering/es-ES.d.ts +3 -0
  94. package/lib/types/locale/function-list/engineering/fa-IR.d.ts +3 -0
  95. package/lib/types/locale/function-list/engineering/fr-FR.d.ts +3 -894
  96. package/lib/types/locale/function-list/engineering/ja-JP.d.ts +3 -940
  97. package/lib/types/locale/function-list/engineering/ko-KR.d.ts +3 -940
  98. package/lib/types/locale/function-list/engineering/ru-RU.d.ts +940 -2
  99. package/lib/types/locale/function-list/engineering/vi-VN.d.ts +3 -940
  100. package/lib/types/locale/function-list/engineering/zh-CN.d.ts +3 -940
  101. package/lib/types/locale/function-list/engineering/zh-TW.d.ts +3 -940
  102. package/lib/types/locale/function-list/financial/ca-ES.d.ts +3 -0
  103. package/lib/types/locale/function-list/financial/en-US.d.ts +2 -2
  104. package/lib/types/locale/function-list/financial/es-ES.d.ts +3 -0
  105. package/lib/types/locale/function-list/financial/fa-IR.d.ts +3 -0
  106. package/lib/types/locale/function-list/financial/fr-FR.d.ts +3 -1608
  107. package/lib/types/locale/function-list/financial/ja-JP.d.ts +3 -1608
  108. package/lib/types/locale/function-list/financial/ko-KR.d.ts +3 -1608
  109. package/lib/types/locale/function-list/financial/ru-RU.d.ts +1608 -2
  110. package/lib/types/locale/function-list/financial/vi-VN.d.ts +3 -1608
  111. package/lib/types/locale/function-list/financial/zh-CN.d.ts +3 -1608
  112. package/lib/types/locale/function-list/financial/zh-TW.d.ts +3 -1608
  113. package/lib/types/locale/function-list/information/ca-ES.d.ts +3 -0
  114. package/lib/types/locale/function-list/information/en-US.d.ts +2 -2
  115. package/lib/types/locale/function-list/information/es-ES.d.ts +3 -0
  116. package/lib/types/locale/function-list/information/fa-IR.d.ts +3 -0
  117. package/lib/types/locale/function-list/information/fr-FR.d.ts +3 -327
  118. package/lib/types/locale/function-list/information/ja-JP.d.ts +3 -386
  119. package/lib/types/locale/function-list/information/ko-KR.d.ts +3 -386
  120. package/lib/types/locale/function-list/information/ru-RU.d.ts +386 -2
  121. package/lib/types/locale/function-list/information/vi-VN.d.ts +3 -350
  122. package/lib/types/locale/function-list/information/zh-CN.d.ts +3 -386
  123. package/lib/types/locale/function-list/information/zh-TW.d.ts +3 -386
  124. package/lib/types/locale/function-list/logical/ca-ES.d.ts +3 -0
  125. package/lib/types/locale/function-list/logical/en-US.d.ts +2 -2
  126. package/lib/types/locale/function-list/logical/es-ES.d.ts +3 -0
  127. package/lib/types/locale/function-list/logical/fa-IR.d.ts +3 -0
  128. package/lib/types/locale/function-list/logical/fr-FR.d.ts +3 -390
  129. package/lib/types/locale/function-list/logical/ja-JP.d.ts +3 -390
  130. package/lib/types/locale/function-list/logical/ko-KR.d.ts +3 -378
  131. package/lib/types/locale/function-list/logical/ru-RU.d.ts +390 -2
  132. package/lib/types/locale/function-list/logical/vi-VN.d.ts +3 -390
  133. package/lib/types/locale/function-list/logical/zh-CN.d.ts +3 -390
  134. package/lib/types/locale/function-list/logical/zh-TW.d.ts +3 -390
  135. package/lib/types/locale/function-list/lookup/ca-ES.d.ts +3 -0
  136. package/lib/types/locale/function-list/lookup/en-US.d.ts +2 -2
  137. package/lib/types/locale/function-list/lookup/es-ES.d.ts +3 -0
  138. package/lib/types/locale/function-list/lookup/fa-IR.d.ts +3 -0
  139. package/lib/types/locale/function-list/lookup/fr-FR.d.ts +3 -812
  140. package/lib/types/locale/function-list/lookup/ja-JP.d.ts +3 -808
  141. package/lib/types/locale/function-list/lookup/ko-KR.d.ts +3 -808
  142. package/lib/types/locale/function-list/lookup/ru-RU.d.ts +808 -2
  143. package/lib/types/locale/function-list/lookup/vi-VN.d.ts +3 -754
  144. package/lib/types/locale/function-list/lookup/zh-CN.d.ts +3 -808
  145. package/lib/types/locale/function-list/lookup/zh-TW.d.ts +3 -808
  146. package/lib/types/locale/function-list/math/ca-ES.d.ts +3 -0
  147. package/lib/types/locale/function-list/math/en-US.d.ts +2 -2
  148. package/lib/types/locale/function-list/math/es-ES.d.ts +3 -0
  149. package/lib/types/locale/function-list/math/fa-IR.d.ts +3 -0
  150. package/lib/types/locale/function-list/math/fr-FR.d.ts +3 -1388
  151. package/lib/types/locale/function-list/math/ja-JP.d.ts +3 -1402
  152. package/lib/types/locale/function-list/math/ko-KR.d.ts +3 -1366
  153. package/lib/types/locale/function-list/math/ru-RU.d.ts +1402 -2
  154. package/lib/types/locale/function-list/math/vi-VN.d.ts +3 -1348
  155. package/lib/types/locale/function-list/math/zh-CN.d.ts +3 -1402
  156. package/lib/types/locale/function-list/math/zh-TW.d.ts +3 -1402
  157. package/lib/types/locale/function-list/statistical/ca-ES.d.ts +3 -0
  158. package/lib/types/locale/function-list/statistical/en-US.d.ts +2 -2
  159. package/lib/types/locale/function-list/statistical/es-ES.d.ts +3 -0
  160. package/lib/types/locale/function-list/statistical/fa-IR.d.ts +3 -0
  161. package/lib/types/locale/function-list/statistical/fr-FR.d.ts +3 -2068
  162. package/lib/types/locale/function-list/statistical/ja-JP.d.ts +3 -2308
  163. package/lib/types/locale/function-list/statistical/ko-KR.d.ts +3 -2184
  164. package/lib/types/locale/function-list/statistical/ru-RU.d.ts +2308 -2
  165. package/lib/types/locale/function-list/statistical/vi-VN.d.ts +3 -2236
  166. package/lib/types/locale/function-list/statistical/zh-CN.d.ts +3 -2308
  167. package/lib/types/locale/function-list/statistical/zh-TW.d.ts +3 -2308
  168. package/lib/types/locale/function-list/text/ca-ES.d.ts +3 -0
  169. package/lib/types/locale/function-list/text/en-US.d.ts +2 -2
  170. package/lib/types/locale/function-list/text/es-ES.d.ts +3 -0
  171. package/lib/types/locale/function-list/text/fa-IR.d.ts +3 -0
  172. package/lib/types/locale/function-list/text/fr-FR.d.ts +3 -922
  173. package/lib/types/locale/function-list/text/ja-JP.d.ts +3 -989
  174. package/lib/types/locale/function-list/text/ko-KR.d.ts +3 -912
  175. package/lib/types/locale/function-list/text/ru-RU.d.ts +3 -988
  176. package/lib/types/locale/function-list/text/vi-VN.d.ts +3 -960
  177. package/lib/types/locale/function-list/text/zh-CN.d.ts +3 -988
  178. package/lib/types/locale/function-list/text/zh-TW.d.ts +3 -988
  179. package/lib/types/locale/function-list/univer/ca-ES.d.ts +3 -0
  180. package/lib/types/locale/function-list/univer/en-US.d.ts +2 -2
  181. package/lib/types/locale/function-list/univer/es-ES.d.ts +3 -0
  182. package/lib/types/locale/function-list/univer/fa-IR.d.ts +3 -0
  183. package/lib/types/locale/function-list/univer/fr-FR.d.ts +3 -17
  184. package/lib/types/locale/function-list/univer/ja-JP.d.ts +3 -17
  185. package/lib/types/locale/function-list/univer/ko-KR.d.ts +3 -17
  186. package/lib/types/locale/function-list/univer/ru-RU.d.ts +2 -2
  187. package/lib/types/locale/function-list/univer/vi-VN.d.ts +3 -17
  188. package/lib/types/locale/function-list/univer/zh-CN.d.ts +3 -17
  189. package/lib/types/locale/function-list/univer/zh-TW.d.ts +3 -17
  190. package/lib/types/locale/function-list/web/ca-ES.d.ts +3 -0
  191. package/lib/types/locale/function-list/web/en-US.d.ts +2 -2
  192. package/lib/types/locale/function-list/web/es-ES.d.ts +3 -0
  193. package/lib/types/locale/function-list/web/fa-IR.d.ts +3 -0
  194. package/lib/types/locale/function-list/web/fr-FR.d.ts +3 -72
  195. package/lib/types/locale/function-list/web/ja-JP.d.ts +3 -68
  196. package/lib/types/locale/function-list/web/ko-KR.d.ts +3 -68
  197. package/lib/types/locale/function-list/web/ru-RU.d.ts +3 -68
  198. package/lib/types/locale/function-list/web/vi-VN.d.ts +3 -32
  199. package/lib/types/locale/function-list/web/zh-CN.d.ts +3 -68
  200. package/lib/types/locale/function-list/web/zh-TW.d.ts +3 -68
  201. package/lib/types/locale/ko-KR.d.ts +3 -10297
  202. package/lib/types/locale/ru-RU.d.ts +3 -10526
  203. package/lib/types/locale/vi-VN.d.ts +3 -10265
  204. package/lib/types/locale/zh-CN.d.ts +3 -10527
  205. package/lib/types/locale/zh-TW.d.ts +3 -10527
  206. package/lib/umd/index.js +2 -5
  207. package/lib/umd/locale/ca-ES.js +39 -0
  208. package/lib/umd/locale/en-US.js +1 -3
  209. package/lib/umd/locale/es-ES.js +39 -0
  210. package/lib/umd/locale/fa-IR.js +1 -3
  211. package/lib/umd/locale/fr-FR.js +1 -3
  212. package/lib/umd/locale/ko-KR.js +9 -2
  213. package/lib/umd/locale/ru-RU.js +2 -4
  214. package/lib/umd/locale/vi-VN.js +6 -6
  215. package/lib/umd/locale/zh-TW.js +2 -2
  216. package/package.json +13 -13
@@ -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
- }, r = {
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
- }, e = {
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
- }, m = {
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
- }, o = {
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
- ...r,
7873
+ ...e,
7652
7874
  ...c,
7653
7875
  ...s,
7654
7876
  ...u,
7655
- ...o,
7877
+ ...m,
7656
7878
  ...a,
7657
7879
  ...g,
7658
- ...m,
7659
- ...e,
7880
+ ...o,
7881
+ ...r,
7660
7882
  ...h,
7661
7883
  ...i,
7662
7884
  ...n,
@@ -515,7 +515,7 @@ const t = {
515
515
  ],
516
516
  functionParameter: {
517
517
  probability: { name: "機率", detail: "與學生的 t 分佈相關的機率。" },
518
- dedegFreedom: { name: "自由度", detail: "一個表示自由度數的整數。" }
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
- dedegFreedom: { name: "自由度", detail: "一個表示自由度數的整數。" }
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
- dedegFreedom: { name: "自由度", detail: "一個表示自由度數的整數。" }
6881
+ degFreedom: { name: "自由度", detail: "一個表示自由度數的整數。" }
6882
6882
  }
6883
6883
  },
6884
6884
  T_TEST: {
@@ -0,0 +1,3 @@
1
+ import { default as enUS } from './en-US';
2
+ declare const locale: typeof enUS;
3
+ export default locale;
@@ -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 _default: {
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 _default;
10527
+ export default locale;
@@ -0,0 +1,3 @@
1
+ import { default as enUS } from './en-US';
2
+ declare const locale: typeof enUS;
3
+ export default locale;