@univerjs/sheets-formula 0.24.0 → 0.25.0

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 (281) hide show
  1. package/lib/cjs/facade.js +4 -55
  2. package/lib/cjs/index.js +4040 -3694
  3. package/lib/cjs/locale/ar-SA.js +10538 -0
  4. package/lib/cjs/locale/ca-ES.js +10307 -6
  5. package/lib/cjs/locale/de-DE.js +10538 -0
  6. package/lib/cjs/locale/en-US.js +10532 -6
  7. package/lib/cjs/locale/es-ES.js +10307 -6
  8. package/lib/cjs/locale/fa-IR.js +10817 -6
  9. package/lib/cjs/locale/fr-FR.js +10783 -6
  10. package/lib/cjs/locale/id-ID.js +10538 -0
  11. package/lib/cjs/locale/it-IT.js +10538 -0
  12. package/lib/cjs/locale/ja-JP.js +10306 -6
  13. package/lib/cjs/locale/ko-KR.js +10306 -6
  14. package/lib/cjs/locale/pl-PL.js +10538 -0
  15. package/lib/cjs/locale/pt-BR.js +10538 -0
  16. package/lib/cjs/locale/ru-RU.js +10340 -6
  17. package/lib/cjs/locale/sk-SK.js +10306 -6
  18. package/lib/cjs/locale/vi-VN.js +10307 -6
  19. package/lib/cjs/locale/zh-CN.js +10307 -6
  20. package/lib/cjs/locale/zh-HK.js +10538 -0
  21. package/lib/cjs/locale/zh-TW.js +10307 -6
  22. package/lib/es/facade.js +6 -57
  23. package/lib/es/index.js +4036 -3697
  24. package/lib/es/locale/ar-SA.js +10537 -0
  25. package/lib/es/locale/ca-ES.js +10307 -6
  26. package/lib/es/locale/de-DE.js +10537 -0
  27. package/lib/es/locale/en-US.js +10532 -6
  28. package/lib/es/locale/es-ES.js +10307 -6
  29. package/lib/es/locale/fa-IR.js +10817 -6
  30. package/lib/es/locale/fr-FR.js +10783 -6
  31. package/lib/es/locale/id-ID.js +10537 -0
  32. package/lib/es/locale/it-IT.js +10537 -0
  33. package/lib/es/locale/ja-JP.js +10306 -6
  34. package/lib/es/locale/ko-KR.js +10306 -6
  35. package/lib/es/locale/pl-PL.js +10537 -0
  36. package/lib/es/locale/pt-BR.js +10537 -0
  37. package/lib/es/locale/ru-RU.js +10340 -6
  38. package/lib/es/locale/sk-SK.js +10306 -6
  39. package/lib/es/locale/vi-VN.js +10307 -6
  40. package/lib/es/locale/zh-CN.js +10307 -6
  41. package/lib/es/locale/zh-HK.js +10537 -0
  42. package/lib/es/locale/zh-TW.js +10307 -6
  43. package/lib/facade.js +6 -57
  44. package/lib/index.js +4036 -3697
  45. package/lib/locale/ar-SA.js +10537 -0
  46. package/lib/locale/ca-ES.js +10307 -6
  47. package/lib/locale/de-DE.js +10537 -0
  48. package/lib/locale/en-US.js +10532 -6
  49. package/lib/locale/es-ES.js +10307 -6
  50. package/lib/locale/fa-IR.js +10817 -6
  51. package/lib/locale/fr-FR.js +10783 -6
  52. package/lib/locale/id-ID.js +10537 -0
  53. package/lib/locale/it-IT.js +10537 -0
  54. package/lib/locale/ja-JP.js +10306 -6
  55. package/lib/locale/ko-KR.js +10306 -6
  56. package/lib/locale/pl-PL.js +10537 -0
  57. package/lib/locale/pt-BR.js +10537 -0
  58. package/lib/locale/ru-RU.js +10340 -6
  59. package/lib/locale/sk-SK.js +10306 -6
  60. package/lib/locale/vi-VN.js +10307 -6
  61. package/lib/locale/zh-CN.js +10307 -6
  62. package/lib/locale/zh-HK.js +10537 -0
  63. package/lib/locale/zh-TW.js +10307 -6
  64. package/lib/types/controllers/active-dirty.controller.d.ts +1 -0
  65. package/lib/types/controllers/formula-calculation-session.controller.d.ts +24 -0
  66. package/lib/types/controllers/trigger-calculation.controller.d.ts +1 -1
  67. package/lib/types/controllers/utils/ref-range-formula.d.ts +7 -1
  68. package/lib/types/facade/f-formula.d.ts +20 -19
  69. package/lib/types/facade/f-range.d.ts +3 -3
  70. package/lib/types/index.d.ts +3 -0
  71. package/lib/types/locale/ar-SA.d.ts +18 -0
  72. package/lib/types/locale/de-DE.d.ts +18 -0
  73. package/lib/types/locale/en-US.d.ts +10450 -7
  74. package/lib/types/locale/function-list/array/ca-ES.d.ts +18 -0
  75. package/lib/types/locale/function-list/array/en-US.d.ts +58 -0
  76. package/lib/types/locale/function-list/array/es-ES.d.ts +18 -0
  77. package/lib/types/locale/function-list/array/fa-IR.d.ts +18 -0
  78. package/lib/types/locale/function-list/array/fr-FR.d.ts +18 -0
  79. package/lib/types/locale/function-list/array/ja-JP.d.ts +18 -0
  80. package/lib/types/locale/function-list/array/ko-KR.d.ts +18 -0
  81. package/lib/types/locale/function-list/array/ru-RU.d.ts +18 -0
  82. package/lib/types/locale/function-list/array/sk-SK.d.ts +18 -0
  83. package/lib/types/locale/function-list/array/vi-VN.d.ts +18 -0
  84. package/lib/types/locale/function-list/array/zh-CN.d.ts +18 -0
  85. package/lib/types/locale/function-list/array/zh-TW.d.ts +18 -0
  86. package/lib/types/locale/function-list/compatibility/ca-ES.d.ts +18 -0
  87. package/lib/types/locale/function-list/compatibility/en-US.d.ts +838 -0
  88. package/lib/types/locale/function-list/compatibility/es-ES.d.ts +18 -0
  89. package/lib/types/locale/function-list/compatibility/fa-IR.d.ts +18 -0
  90. package/lib/types/locale/function-list/compatibility/fr-FR.d.ts +18 -0
  91. package/lib/types/locale/function-list/compatibility/ja-JP.d.ts +18 -0
  92. package/lib/types/locale/function-list/compatibility/ko-KR.d.ts +18 -0
  93. package/lib/types/locale/function-list/compatibility/ru-RU.d.ts +18 -0
  94. package/lib/types/locale/function-list/compatibility/sk-SK.d.ts +18 -0
  95. package/lib/types/locale/function-list/compatibility/vi-VN.d.ts +18 -0
  96. package/lib/types/locale/function-list/compatibility/zh-CN.d.ts +18 -0
  97. package/lib/types/locale/function-list/compatibility/zh-TW.d.ts +18 -0
  98. package/lib/types/locale/function-list/cube/ca-ES.d.ts +18 -0
  99. package/lib/types/locale/function-list/cube/en-US.d.ts +144 -0
  100. package/lib/types/locale/function-list/cube/es-ES.d.ts +18 -0
  101. package/lib/types/locale/function-list/cube/fa-IR.d.ts +18 -0
  102. package/lib/types/locale/function-list/cube/fr-FR.d.ts +18 -0
  103. package/lib/types/locale/function-list/cube/ja-JP.d.ts +18 -0
  104. package/lib/types/locale/function-list/cube/ko-KR.d.ts +18 -0
  105. package/lib/types/locale/function-list/cube/ru-RU.d.ts +18 -0
  106. package/lib/types/locale/function-list/cube/sk-SK.d.ts +18 -0
  107. package/lib/types/locale/function-list/cube/vi-VN.d.ts +18 -0
  108. package/lib/types/locale/function-list/cube/zh-CN.d.ts +18 -0
  109. package/lib/types/locale/function-list/cube/zh-TW.d.ts +18 -0
  110. package/lib/types/locale/function-list/database/ca-ES.d.ts +18 -0
  111. package/lib/types/locale/function-list/database/en-US.d.ts +282 -0
  112. package/lib/types/locale/function-list/database/es-ES.d.ts +18 -0
  113. package/lib/types/locale/function-list/database/fa-IR.d.ts +18 -0
  114. package/lib/types/locale/function-list/database/fr-FR.d.ts +18 -0
  115. package/lib/types/locale/function-list/database/ja-JP.d.ts +18 -0
  116. package/lib/types/locale/function-list/database/ko-KR.d.ts +18 -0
  117. package/lib/types/locale/function-list/database/ru-RU.d.ts +18 -0
  118. package/lib/types/locale/function-list/database/sk-SK.d.ts +18 -0
  119. package/lib/types/locale/function-list/database/vi-VN.d.ts +18 -0
  120. package/lib/types/locale/function-list/database/zh-CN.d.ts +18 -0
  121. package/lib/types/locale/function-list/database/zh-TW.d.ts +18 -0
  122. package/lib/types/locale/function-list/date/ca-ES.d.ts +18 -0
  123. package/lib/types/locale/function-list/date/en-US.d.ts +490 -0
  124. package/lib/types/locale/function-list/date/es-ES.d.ts +18 -0
  125. package/lib/types/locale/function-list/date/fa-IR.d.ts +18 -0
  126. package/lib/types/locale/function-list/date/fr-FR.d.ts +18 -0
  127. package/lib/types/locale/function-list/date/ja-JP.d.ts +18 -0
  128. package/lib/types/locale/function-list/date/ko-KR.d.ts +18 -0
  129. package/lib/types/locale/function-list/date/ru-RU.d.ts +18 -0
  130. package/lib/types/locale/function-list/date/sk-SK.d.ts +18 -0
  131. package/lib/types/locale/function-list/date/vi-VN.d.ts +18 -0
  132. package/lib/types/locale/function-list/date/zh-CN.d.ts +18 -0
  133. package/lib/types/locale/function-list/date/zh-TW.d.ts +18 -0
  134. package/lib/types/locale/function-list/engineering/ca-ES.d.ts +18 -0
  135. package/lib/types/locale/function-list/engineering/en-US.d.ts +940 -0
  136. package/lib/types/locale/function-list/engineering/es-ES.d.ts +18 -0
  137. package/lib/types/locale/function-list/engineering/fa-IR.d.ts +18 -0
  138. package/lib/types/locale/function-list/engineering/fr-FR.d.ts +18 -0
  139. package/lib/types/locale/function-list/engineering/ja-JP.d.ts +18 -0
  140. package/lib/types/locale/function-list/engineering/ko-KR.d.ts +18 -0
  141. package/lib/types/locale/function-list/engineering/ru-RU.d.ts +18 -0
  142. package/lib/types/locale/function-list/engineering/sk-SK.d.ts +18 -0
  143. package/lib/types/locale/function-list/engineering/vi-VN.d.ts +18 -0
  144. package/lib/types/locale/function-list/engineering/zh-CN.d.ts +18 -0
  145. package/lib/types/locale/function-list/engineering/zh-TW.d.ts +18 -0
  146. package/lib/types/locale/function-list/financial/ca-ES.d.ts +18 -0
  147. package/lib/types/locale/function-list/financial/en-US.d.ts +1608 -0
  148. package/lib/types/locale/function-list/financial/es-ES.d.ts +18 -0
  149. package/lib/types/locale/function-list/financial/fa-IR.d.ts +18 -0
  150. package/lib/types/locale/function-list/financial/fr-FR.d.ts +18 -0
  151. package/lib/types/locale/function-list/financial/ja-JP.d.ts +18 -0
  152. package/lib/types/locale/function-list/financial/ko-KR.d.ts +18 -0
  153. package/lib/types/locale/function-list/financial/ru-RU.d.ts +18 -0
  154. package/lib/types/locale/function-list/financial/sk-SK.d.ts +18 -0
  155. package/lib/types/locale/function-list/financial/vi-VN.d.ts +18 -0
  156. package/lib/types/locale/function-list/financial/zh-CN.d.ts +18 -0
  157. package/lib/types/locale/function-list/financial/zh-TW.d.ts +18 -0
  158. package/lib/types/locale/function-list/information/ca-ES.d.ts +18 -0
  159. package/lib/types/locale/function-list/information/en-US.d.ts +386 -0
  160. package/lib/types/locale/function-list/information/es-ES.d.ts +18 -0
  161. package/lib/types/locale/function-list/information/fa-IR.d.ts +18 -0
  162. package/lib/types/locale/function-list/information/fr-FR.d.ts +18 -0
  163. package/lib/types/locale/function-list/information/ja-JP.d.ts +18 -0
  164. package/lib/types/locale/function-list/information/ko-KR.d.ts +18 -0
  165. package/lib/types/locale/function-list/information/ru-RU.d.ts +18 -0
  166. package/lib/types/locale/function-list/information/sk-SK.d.ts +18 -0
  167. package/lib/types/locale/function-list/information/vi-VN.d.ts +18 -0
  168. package/lib/types/locale/function-list/information/zh-CN.d.ts +18 -0
  169. package/lib/types/locale/function-list/information/zh-TW.d.ts +18 -0
  170. package/lib/types/locale/function-list/logical/ca-ES.d.ts +18 -0
  171. package/lib/types/locale/function-list/logical/en-US.d.ts +390 -0
  172. package/lib/types/locale/function-list/logical/es-ES.d.ts +18 -0
  173. package/lib/types/locale/function-list/logical/fa-IR.d.ts +18 -0
  174. package/lib/types/locale/function-list/logical/fr-FR.d.ts +18 -0
  175. package/lib/types/locale/function-list/logical/ja-JP.d.ts +18 -0
  176. package/lib/types/locale/function-list/logical/ko-KR.d.ts +18 -0
  177. package/lib/types/locale/function-list/logical/ru-RU.d.ts +18 -0
  178. package/lib/types/locale/function-list/logical/sk-SK.d.ts +18 -0
  179. package/lib/types/locale/function-list/logical/vi-VN.d.ts +18 -0
  180. package/lib/types/locale/function-list/logical/zh-CN.d.ts +18 -0
  181. package/lib/types/locale/function-list/logical/zh-TW.d.ts +18 -0
  182. package/lib/types/locale/function-list/lookup/ca-ES.d.ts +18 -0
  183. package/lib/types/locale/function-list/lookup/en-US.d.ts +820 -0
  184. package/lib/types/locale/function-list/lookup/es-ES.d.ts +18 -0
  185. package/lib/types/locale/function-list/lookup/fa-IR.d.ts +18 -0
  186. package/lib/types/locale/function-list/lookup/fr-FR.d.ts +18 -0
  187. package/lib/types/locale/function-list/lookup/ja-JP.d.ts +18 -0
  188. package/lib/types/locale/function-list/lookup/ko-KR.d.ts +18 -0
  189. package/lib/types/locale/function-list/lookup/ru-RU.d.ts +18 -0
  190. package/lib/types/locale/function-list/lookup/sk-SK.d.ts +18 -0
  191. package/lib/types/locale/function-list/lookup/vi-VN.d.ts +18 -0
  192. package/lib/types/locale/function-list/lookup/zh-CN.d.ts +18 -0
  193. package/lib/types/locale/function-list/lookup/zh-TW.d.ts +18 -0
  194. package/lib/types/locale/function-list/math/ca-ES.d.ts +18 -0
  195. package/lib/types/locale/function-list/math/en-US.d.ts +1410 -0
  196. package/lib/types/locale/function-list/math/es-ES.d.ts +18 -0
  197. package/lib/types/locale/function-list/math/fa-IR.d.ts +18 -0
  198. package/lib/types/locale/function-list/math/fr-FR.d.ts +18 -0
  199. package/lib/types/locale/function-list/math/ja-JP.d.ts +18 -0
  200. package/lib/types/locale/function-list/math/ko-KR.d.ts +18 -0
  201. package/lib/types/locale/function-list/math/ru-RU.d.ts +18 -0
  202. package/lib/types/locale/function-list/math/sk-SK.d.ts +18 -0
  203. package/lib/types/locale/function-list/math/vi-VN.d.ts +18 -0
  204. package/lib/types/locale/function-list/math/zh-CN.d.ts +18 -0
  205. package/lib/types/locale/function-list/math/zh-TW.d.ts +18 -0
  206. package/lib/types/locale/function-list/statistical/ca-ES.d.ts +18 -0
  207. package/lib/types/locale/function-list/statistical/en-US.d.ts +2308 -0
  208. package/lib/types/locale/function-list/statistical/es-ES.d.ts +18 -0
  209. package/lib/types/locale/function-list/statistical/fa-IR.d.ts +18 -0
  210. package/lib/types/locale/function-list/statistical/fr-FR.d.ts +18 -0
  211. package/lib/types/locale/function-list/statistical/ja-JP.d.ts +18 -0
  212. package/lib/types/locale/function-list/statistical/ko-KR.d.ts +18 -0
  213. package/lib/types/locale/function-list/statistical/ru-RU.d.ts +18 -0
  214. package/lib/types/locale/function-list/statistical/sk-SK.d.ts +18 -0
  215. package/lib/types/locale/function-list/statistical/vi-VN.d.ts +18 -0
  216. package/lib/types/locale/function-list/statistical/zh-CN.d.ts +18 -0
  217. package/lib/types/locale/function-list/statistical/zh-TW.d.ts +18 -0
  218. package/lib/types/locale/function-list/text/ca-ES.d.ts +18 -0
  219. package/lib/types/locale/function-list/text/en-US.d.ts +988 -0
  220. package/lib/types/locale/function-list/text/es-ES.d.ts +18 -0
  221. package/lib/types/locale/function-list/text/fa-IR.d.ts +18 -0
  222. package/lib/types/locale/function-list/text/fr-FR.d.ts +18 -0
  223. package/lib/types/locale/function-list/text/ja-JP.d.ts +18 -0
  224. package/lib/types/locale/function-list/text/ko-KR.d.ts +18 -0
  225. package/lib/types/locale/function-list/text/ru-RU.d.ts +18 -0
  226. package/lib/types/locale/function-list/text/sk-SK.d.ts +18 -0
  227. package/lib/types/locale/function-list/text/vi-VN.d.ts +18 -0
  228. package/lib/types/locale/function-list/text/zh-CN.d.ts +18 -0
  229. package/lib/types/locale/function-list/text/zh-TW.d.ts +18 -0
  230. package/lib/types/locale/function-list/univer/ca-ES.d.ts +18 -0
  231. package/lib/types/locale/function-list/univer/en-US.d.ts +17 -0
  232. package/lib/types/locale/function-list/univer/es-ES.d.ts +18 -0
  233. package/lib/types/locale/function-list/univer/fa-IR.d.ts +18 -0
  234. package/lib/types/locale/function-list/univer/fr-FR.d.ts +18 -0
  235. package/lib/types/locale/function-list/univer/ja-JP.d.ts +18 -0
  236. package/lib/types/locale/function-list/univer/ko-KR.d.ts +18 -0
  237. package/lib/types/locale/function-list/univer/ru-RU.d.ts +17 -0
  238. package/lib/types/locale/function-list/univer/sk-SK.d.ts +18 -0
  239. package/lib/types/locale/function-list/univer/vi-VN.d.ts +18 -0
  240. package/lib/types/locale/function-list/univer/zh-CN.d.ts +18 -0
  241. package/lib/types/locale/function-list/univer/zh-TW.d.ts +18 -0
  242. package/lib/types/locale/function-list/web/ca-ES.d.ts +18 -0
  243. package/lib/types/locale/function-list/web/en-US.d.ts +68 -0
  244. package/lib/types/locale/function-list/web/es-ES.d.ts +18 -0
  245. package/lib/types/locale/function-list/web/fa-IR.d.ts +18 -0
  246. package/lib/types/locale/function-list/web/fr-FR.d.ts +18 -0
  247. package/lib/types/locale/function-list/web/ja-JP.d.ts +18 -0
  248. package/lib/types/locale/function-list/web/ko-KR.d.ts +18 -0
  249. package/lib/types/locale/function-list/web/ru-RU.d.ts +18 -0
  250. package/lib/types/locale/function-list/web/sk-SK.d.ts +18 -0
  251. package/lib/types/locale/function-list/web/vi-VN.d.ts +18 -0
  252. package/lib/types/locale/function-list/web/zh-CN.d.ts +18 -0
  253. package/lib/types/locale/function-list/web/zh-TW.d.ts +18 -0
  254. package/lib/types/locale/id-ID.d.ts +18 -0
  255. package/lib/types/locale/it-IT.d.ts +18 -0
  256. package/lib/types/locale/pl-PL.d.ts +18 -0
  257. package/lib/types/locale/pt-BR.d.ts +18 -0
  258. package/lib/types/locale/zh-HK.d.ts +18 -0
  259. package/lib/types/services/formula-calculation-session.service.d.ts +48 -0
  260. package/lib/umd/facade.js +1 -1
  261. package/lib/umd/index.js +1 -1
  262. package/lib/umd/locale/ar-SA.js +44 -0
  263. package/lib/umd/locale/ca-ES.js +39 -1
  264. package/lib/umd/locale/de-DE.js +44 -0
  265. package/lib/umd/locale/en-US.js +44 -1
  266. package/lib/umd/locale/es-ES.js +39 -1
  267. package/lib/umd/locale/fa-IR.js +44 -1
  268. package/lib/umd/locale/fr-FR.js +44 -1
  269. package/lib/umd/locale/id-ID.js +44 -0
  270. package/lib/umd/locale/it-IT.js +44 -0
  271. package/lib/umd/locale/ja-JP.js +43 -1
  272. package/lib/umd/locale/ko-KR.js +37 -1
  273. package/lib/umd/locale/pl-PL.js +44 -0
  274. package/lib/umd/locale/pt-BR.js +44 -0
  275. package/lib/umd/locale/ru-RU.js +31 -1
  276. package/lib/umd/locale/sk-SK.js +39 -1
  277. package/lib/umd/locale/vi-VN.js +43 -1
  278. package/lib/umd/locale/zh-CN.js +44 -1
  279. package/lib/umd/locale/zh-HK.js +44 -0
  280. package/lib/umd/locale/zh-TW.js +44 -1
  281. package/package.json +9 -9
@@ -0,0 +1,820 @@
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ declare const locale: {
17
+ ADDRESS: {
18
+ description: string;
19
+ abstract: string;
20
+ links: {
21
+ title: string;
22
+ url: string;
23
+ }[];
24
+ functionParameter: {
25
+ row_num: {
26
+ name: string;
27
+ detail: string;
28
+ };
29
+ column_num: {
30
+ name: string;
31
+ detail: string;
32
+ };
33
+ abs_num: {
34
+ name: string;
35
+ detail: string;
36
+ };
37
+ a1: {
38
+ name: string;
39
+ detail: string;
40
+ };
41
+ sheet_text: {
42
+ name: string;
43
+ detail: string;
44
+ };
45
+ };
46
+ };
47
+ AREAS: {
48
+ description: string;
49
+ abstract: string;
50
+ links: {
51
+ title: string;
52
+ url: string;
53
+ }[];
54
+ functionParameter: {
55
+ reference: {
56
+ name: string;
57
+ detail: string;
58
+ };
59
+ };
60
+ };
61
+ CHOOSE: {
62
+ description: string;
63
+ abstract: string;
64
+ links: {
65
+ title: string;
66
+ url: string;
67
+ }[];
68
+ functionParameter: {
69
+ indexNum: {
70
+ name: string;
71
+ detail: string;
72
+ };
73
+ value1: {
74
+ name: string;
75
+ detail: string;
76
+ };
77
+ value2: {
78
+ name: string;
79
+ detail: string;
80
+ };
81
+ };
82
+ };
83
+ CHOOSECOLS: {
84
+ description: string;
85
+ abstract: string;
86
+ links: {
87
+ title: string;
88
+ url: string;
89
+ }[];
90
+ functionParameter: {
91
+ array: {
92
+ name: string;
93
+ detail: string;
94
+ };
95
+ colNum1: {
96
+ name: string;
97
+ detail: string;
98
+ };
99
+ colNum2: {
100
+ name: string;
101
+ detail: string;
102
+ };
103
+ };
104
+ };
105
+ CHOOSEROWS: {
106
+ description: string;
107
+ abstract: string;
108
+ links: {
109
+ title: string;
110
+ url: string;
111
+ }[];
112
+ functionParameter: {
113
+ array: {
114
+ name: string;
115
+ detail: string;
116
+ };
117
+ rowNum1: {
118
+ name: string;
119
+ detail: string;
120
+ };
121
+ rowNum2: {
122
+ name: string;
123
+ detail: string;
124
+ };
125
+ };
126
+ };
127
+ COLUMN: {
128
+ description: string;
129
+ abstract: string;
130
+ links: {
131
+ title: string;
132
+ url: string;
133
+ }[];
134
+ functionParameter: {
135
+ reference: {
136
+ name: string;
137
+ detail: string;
138
+ };
139
+ };
140
+ };
141
+ COLUMNS: {
142
+ description: string;
143
+ abstract: string;
144
+ links: {
145
+ title: string;
146
+ url: string;
147
+ }[];
148
+ functionParameter: {
149
+ array: {
150
+ name: string;
151
+ detail: string;
152
+ };
153
+ };
154
+ };
155
+ DROP: {
156
+ description: string;
157
+ abstract: string;
158
+ links: {
159
+ title: string;
160
+ url: string;
161
+ }[];
162
+ functionParameter: {
163
+ array: {
164
+ name: string;
165
+ detail: string;
166
+ };
167
+ rows: {
168
+ name: string;
169
+ detail: string;
170
+ };
171
+ columns: {
172
+ name: string;
173
+ detail: string;
174
+ };
175
+ };
176
+ };
177
+ EXPAND: {
178
+ description: string;
179
+ abstract: string;
180
+ links: {
181
+ title: string;
182
+ url: string;
183
+ }[];
184
+ functionParameter: {
185
+ array: {
186
+ name: string;
187
+ detail: string;
188
+ };
189
+ rows: {
190
+ name: string;
191
+ detail: string;
192
+ };
193
+ columns: {
194
+ name: string;
195
+ detail: string;
196
+ };
197
+ padWith: {
198
+ name: string;
199
+ detail: string;
200
+ };
201
+ };
202
+ };
203
+ FILTER: {
204
+ description: string;
205
+ abstract: string;
206
+ links: {
207
+ title: string;
208
+ url: string;
209
+ }[];
210
+ functionParameter: {
211
+ array: {
212
+ name: string;
213
+ detail: string;
214
+ };
215
+ include: {
216
+ name: string;
217
+ detail: string;
218
+ };
219
+ ifEmpty: {
220
+ name: string;
221
+ detail: string;
222
+ };
223
+ };
224
+ };
225
+ FORMULATEXT: {
226
+ description: string;
227
+ abstract: string;
228
+ links: {
229
+ title: string;
230
+ url: string;
231
+ }[];
232
+ functionParameter: {
233
+ reference: {
234
+ name: string;
235
+ detail: string;
236
+ };
237
+ };
238
+ };
239
+ GETPIVOTDATA: {
240
+ description: string;
241
+ abstract: string;
242
+ links: {
243
+ title: string;
244
+ url: string;
245
+ }[];
246
+ functionParameter: {
247
+ number1: {
248
+ name: string;
249
+ detail: string;
250
+ };
251
+ number2: {
252
+ name: string;
253
+ detail: string;
254
+ };
255
+ };
256
+ };
257
+ HLOOKUP: {
258
+ description: string;
259
+ abstract: string;
260
+ links: {
261
+ title: string;
262
+ url: string;
263
+ }[];
264
+ functionParameter: {
265
+ lookupValue: {
266
+ name: string;
267
+ detail: string;
268
+ };
269
+ tableArray: {
270
+ name: string;
271
+ detail: string;
272
+ };
273
+ rowIndexNum: {
274
+ name: string;
275
+ detail: string;
276
+ };
277
+ rangeLookup: {
278
+ name: string;
279
+ detail: string;
280
+ };
281
+ };
282
+ };
283
+ HSTACK: {
284
+ description: string;
285
+ abstract: string;
286
+ links: {
287
+ title: string;
288
+ url: string;
289
+ }[];
290
+ functionParameter: {
291
+ array1: {
292
+ name: string;
293
+ detail: string;
294
+ };
295
+ array2: {
296
+ name: string;
297
+ detail: string;
298
+ };
299
+ };
300
+ };
301
+ HYPERLINK: {
302
+ description: string;
303
+ abstract: string;
304
+ links: {
305
+ title: string;
306
+ url: string;
307
+ }[];
308
+ functionParameter: {
309
+ url: {
310
+ name: string;
311
+ detail: string;
312
+ };
313
+ linkLabel: {
314
+ name: string;
315
+ detail: string;
316
+ };
317
+ };
318
+ };
319
+ IMAGE: {
320
+ description: string;
321
+ abstract: string;
322
+ links: {
323
+ title: string;
324
+ url: string;
325
+ }[];
326
+ functionParameter: {
327
+ source: {
328
+ name: string;
329
+ detail: string;
330
+ };
331
+ altText: {
332
+ name: string;
333
+ detail: string;
334
+ };
335
+ sizing: {
336
+ name: string;
337
+ detail: string;
338
+ };
339
+ height: {
340
+ name: string;
341
+ detail: string;
342
+ };
343
+ width: {
344
+ name: string;
345
+ detail: string;
346
+ };
347
+ };
348
+ };
349
+ INDEX: {
350
+ description: string;
351
+ abstract: string;
352
+ links: {
353
+ title: string;
354
+ url: string;
355
+ }[];
356
+ functionParameter: {
357
+ reference: {
358
+ name: string;
359
+ detail: string;
360
+ };
361
+ rowNum: {
362
+ name: string;
363
+ detail: string;
364
+ };
365
+ columnNum: {
366
+ name: string;
367
+ detail: string;
368
+ };
369
+ areaNum: {
370
+ name: string;
371
+ detail: string;
372
+ };
373
+ };
374
+ };
375
+ INDIRECT: {
376
+ description: string;
377
+ abstract: string;
378
+ links: {
379
+ title: string;
380
+ url: string;
381
+ }[];
382
+ functionParameter: {
383
+ refText: {
384
+ name: string;
385
+ detail: string;
386
+ };
387
+ a1: {
388
+ name: string;
389
+ detail: string;
390
+ };
391
+ };
392
+ };
393
+ LOOKUP: {
394
+ description: string;
395
+ abstract: string;
396
+ links: {
397
+ title: string;
398
+ url: string;
399
+ }[];
400
+ functionParameter: {
401
+ lookupValue: {
402
+ name: string;
403
+ detail: string;
404
+ };
405
+ lookupVectorOrArray: {
406
+ name: string;
407
+ detail: string;
408
+ };
409
+ resultVector: {
410
+ name: string;
411
+ detail: string;
412
+ };
413
+ };
414
+ };
415
+ MATCH: {
416
+ description: string;
417
+ abstract: string;
418
+ links: {
419
+ title: string;
420
+ url: string;
421
+ }[];
422
+ functionParameter: {
423
+ lookupValue: {
424
+ name: string;
425
+ detail: string;
426
+ };
427
+ lookupArray: {
428
+ name: string;
429
+ detail: string;
430
+ };
431
+ matchType: {
432
+ name: string;
433
+ detail: string;
434
+ };
435
+ };
436
+ };
437
+ OFFSET: {
438
+ description: string;
439
+ abstract: string;
440
+ links: {
441
+ title: string;
442
+ url: string;
443
+ }[];
444
+ functionParameter: {
445
+ reference: {
446
+ name: string;
447
+ detail: string;
448
+ };
449
+ rows: {
450
+ name: string;
451
+ detail: string;
452
+ };
453
+ cols: {
454
+ name: string;
455
+ detail: string;
456
+ };
457
+ height: {
458
+ name: string;
459
+ detail: string;
460
+ };
461
+ width: {
462
+ name: string;
463
+ detail: string;
464
+ };
465
+ };
466
+ };
467
+ ROW: {
468
+ description: string;
469
+ abstract: string;
470
+ links: {
471
+ title: string;
472
+ url: string;
473
+ }[];
474
+ functionParameter: {
475
+ reference: {
476
+ name: string;
477
+ detail: string;
478
+ };
479
+ };
480
+ };
481
+ ROWS: {
482
+ description: string;
483
+ abstract: string;
484
+ links: {
485
+ title: string;
486
+ url: string;
487
+ }[];
488
+ functionParameter: {
489
+ array: {
490
+ name: string;
491
+ detail: string;
492
+ };
493
+ };
494
+ };
495
+ RTD: {
496
+ description: string;
497
+ abstract: string;
498
+ links: {
499
+ title: string;
500
+ url: string;
501
+ }[];
502
+ functionParameter: {
503
+ number1: {
504
+ name: string;
505
+ detail: string;
506
+ };
507
+ number2: {
508
+ name: string;
509
+ detail: string;
510
+ };
511
+ };
512
+ };
513
+ SORT: {
514
+ description: string;
515
+ abstract: string;
516
+ links: {
517
+ title: string;
518
+ url: string;
519
+ }[];
520
+ functionParameter: {
521
+ array: {
522
+ name: string;
523
+ detail: string;
524
+ };
525
+ sortIndex: {
526
+ name: string;
527
+ detail: string;
528
+ };
529
+ sortOrder: {
530
+ name: string;
531
+ detail: string;
532
+ };
533
+ byCol: {
534
+ name: string;
535
+ detail: string;
536
+ };
537
+ };
538
+ };
539
+ SORTBY: {
540
+ description: string;
541
+ abstract: string;
542
+ links: {
543
+ title: string;
544
+ url: string;
545
+ }[];
546
+ functionParameter: {
547
+ array: {
548
+ name: string;
549
+ detail: string;
550
+ };
551
+ byArray1: {
552
+ name: string;
553
+ detail: string;
554
+ };
555
+ sortOrder1: {
556
+ name: string;
557
+ detail: string;
558
+ };
559
+ byArray2: {
560
+ name: string;
561
+ detail: string;
562
+ };
563
+ sortOrder2: {
564
+ name: string;
565
+ detail: string;
566
+ };
567
+ };
568
+ };
569
+ TAKE: {
570
+ description: string;
571
+ abstract: string;
572
+ links: {
573
+ title: string;
574
+ url: string;
575
+ }[];
576
+ functionParameter: {
577
+ array: {
578
+ name: string;
579
+ detail: string;
580
+ };
581
+ rows: {
582
+ name: string;
583
+ detail: string;
584
+ };
585
+ columns: {
586
+ name: string;
587
+ detail: string;
588
+ };
589
+ };
590
+ };
591
+ TOCOL: {
592
+ description: string;
593
+ abstract: string;
594
+ links: {
595
+ title: string;
596
+ url: string;
597
+ }[];
598
+ functionParameter: {
599
+ array: {
600
+ name: string;
601
+ detail: string;
602
+ };
603
+ ignore: {
604
+ name: string;
605
+ detail: string;
606
+ };
607
+ scanByColumn: {
608
+ name: string;
609
+ detail: string;
610
+ };
611
+ };
612
+ };
613
+ TOROW: {
614
+ description: string;
615
+ abstract: string;
616
+ links: {
617
+ title: string;
618
+ url: string;
619
+ }[];
620
+ functionParameter: {
621
+ array: {
622
+ name: string;
623
+ detail: string;
624
+ };
625
+ ignore: {
626
+ name: string;
627
+ detail: string;
628
+ };
629
+ scanByColumn: {
630
+ name: string;
631
+ detail: string;
632
+ };
633
+ };
634
+ };
635
+ TRANSPOSE: {
636
+ description: string;
637
+ abstract: string;
638
+ links: {
639
+ title: string;
640
+ url: string;
641
+ }[];
642
+ functionParameter: {
643
+ array: {
644
+ name: string;
645
+ detail: string;
646
+ };
647
+ };
648
+ };
649
+ UNIQUE: {
650
+ description: string;
651
+ abstract: string;
652
+ links: {
653
+ title: string;
654
+ url: string;
655
+ }[];
656
+ functionParameter: {
657
+ array: {
658
+ name: string;
659
+ detail: string;
660
+ };
661
+ byCol: {
662
+ name: string;
663
+ detail: string;
664
+ };
665
+ exactlyOnce: {
666
+ name: string;
667
+ detail: string;
668
+ };
669
+ };
670
+ };
671
+ VLOOKUP: {
672
+ description: string;
673
+ abstract: string;
674
+ links: {
675
+ title: string;
676
+ url: string;
677
+ }[];
678
+ functionParameter: {
679
+ lookupValue: {
680
+ name: string;
681
+ detail: string;
682
+ };
683
+ tableArray: {
684
+ name: string;
685
+ detail: string;
686
+ };
687
+ colIndexNum: {
688
+ name: string;
689
+ detail: string;
690
+ };
691
+ rangeLookup: {
692
+ name: string;
693
+ detail: string;
694
+ };
695
+ };
696
+ };
697
+ VSTACK: {
698
+ description: string;
699
+ abstract: string;
700
+ links: {
701
+ title: string;
702
+ url: string;
703
+ }[];
704
+ functionParameter: {
705
+ array1: {
706
+ name: string;
707
+ detail: string;
708
+ };
709
+ array2: {
710
+ name: string;
711
+ detail: string;
712
+ };
713
+ };
714
+ };
715
+ WRAPCOLS: {
716
+ description: string;
717
+ abstract: string;
718
+ links: {
719
+ title: string;
720
+ url: string;
721
+ }[];
722
+ functionParameter: {
723
+ vector: {
724
+ name: string;
725
+ detail: string;
726
+ };
727
+ wrapCount: {
728
+ name: string;
729
+ detail: string;
730
+ };
731
+ padWith: {
732
+ name: string;
733
+ detail: string;
734
+ };
735
+ };
736
+ };
737
+ WRAPROWS: {
738
+ description: string;
739
+ abstract: string;
740
+ links: {
741
+ title: string;
742
+ url: string;
743
+ }[];
744
+ functionParameter: {
745
+ vector: {
746
+ name: string;
747
+ detail: string;
748
+ };
749
+ wrapCount: {
750
+ name: string;
751
+ detail: string;
752
+ };
753
+ padWith: {
754
+ name: string;
755
+ detail: string;
756
+ };
757
+ };
758
+ };
759
+ XLOOKUP: {
760
+ description: string;
761
+ abstract: string;
762
+ links: {
763
+ title: string;
764
+ url: string;
765
+ }[];
766
+ functionParameter: {
767
+ lookupValue: {
768
+ name: string;
769
+ detail: string;
770
+ };
771
+ lookupArray: {
772
+ name: string;
773
+ detail: string;
774
+ };
775
+ returnArray: {
776
+ name: string;
777
+ detail: string;
778
+ };
779
+ ifNotFound: {
780
+ name: string;
781
+ detail: string;
782
+ };
783
+ matchMode: {
784
+ name: string;
785
+ detail: string;
786
+ };
787
+ searchMode: {
788
+ name: string;
789
+ detail: string;
790
+ };
791
+ };
792
+ };
793
+ XMATCH: {
794
+ description: string;
795
+ abstract: string;
796
+ links: {
797
+ title: string;
798
+ url: string;
799
+ }[];
800
+ functionParameter: {
801
+ lookupValue: {
802
+ name: string;
803
+ detail: string;
804
+ };
805
+ lookupArray: {
806
+ name: string;
807
+ detail: string;
808
+ };
809
+ matchMode: {
810
+ name: string;
811
+ detail: string;
812
+ };
813
+ searchMode: {
814
+ name: string;
815
+ detail: string;
816
+ };
817
+ };
818
+ };
819
+ };
820
+ export default locale;