@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,1410 @@
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
+ ABS: {
18
+ description: string;
19
+ abstract: string;
20
+ links: {
21
+ title: string;
22
+ url: string;
23
+ }[];
24
+ functionParameter: {
25
+ number: {
26
+ name: string;
27
+ detail: string;
28
+ };
29
+ };
30
+ };
31
+ ACOS: {
32
+ description: string;
33
+ abstract: string;
34
+ links: {
35
+ title: string;
36
+ url: string;
37
+ }[];
38
+ functionParameter: {
39
+ number: {
40
+ name: string;
41
+ detail: string;
42
+ };
43
+ };
44
+ };
45
+ ACOSH: {
46
+ description: string;
47
+ abstract: string;
48
+ links: {
49
+ title: string;
50
+ url: string;
51
+ }[];
52
+ functionParameter: {
53
+ number: {
54
+ name: string;
55
+ detail: string;
56
+ };
57
+ };
58
+ };
59
+ ACOT: {
60
+ description: string;
61
+ abstract: string;
62
+ links: {
63
+ title: string;
64
+ url: string;
65
+ }[];
66
+ functionParameter: {
67
+ number: {
68
+ name: string;
69
+ detail: string;
70
+ };
71
+ };
72
+ };
73
+ ACOTH: {
74
+ description: string;
75
+ abstract: string;
76
+ links: {
77
+ title: string;
78
+ url: string;
79
+ }[];
80
+ functionParameter: {
81
+ number: {
82
+ name: string;
83
+ detail: string;
84
+ };
85
+ };
86
+ };
87
+ AGGREGATE: {
88
+ description: string;
89
+ abstract: string;
90
+ links: {
91
+ title: string;
92
+ url: string;
93
+ }[];
94
+ functionParameter: {
95
+ functionNum: {
96
+ name: string;
97
+ detail: string;
98
+ };
99
+ options: {
100
+ name: string;
101
+ detail: string;
102
+ };
103
+ ref1: {
104
+ name: string;
105
+ detail: string;
106
+ };
107
+ ref2: {
108
+ name: string;
109
+ detail: string;
110
+ };
111
+ };
112
+ };
113
+ ARABIC: {
114
+ description: string;
115
+ abstract: string;
116
+ links: {
117
+ title: string;
118
+ url: string;
119
+ }[];
120
+ functionParameter: {
121
+ text: {
122
+ name: string;
123
+ detail: string;
124
+ };
125
+ };
126
+ };
127
+ ASIN: {
128
+ description: string;
129
+ abstract: string;
130
+ links: {
131
+ title: string;
132
+ url: string;
133
+ }[];
134
+ functionParameter: {
135
+ number: {
136
+ name: string;
137
+ detail: string;
138
+ };
139
+ };
140
+ };
141
+ ASINH: {
142
+ description: string;
143
+ abstract: string;
144
+ links: {
145
+ title: string;
146
+ url: string;
147
+ }[];
148
+ functionParameter: {
149
+ number: {
150
+ name: string;
151
+ detail: string;
152
+ };
153
+ };
154
+ };
155
+ ATAN: {
156
+ description: string;
157
+ abstract: string;
158
+ links: {
159
+ title: string;
160
+ url: string;
161
+ }[];
162
+ functionParameter: {
163
+ number: {
164
+ name: string;
165
+ detail: string;
166
+ };
167
+ };
168
+ };
169
+ ATAN2: {
170
+ description: string;
171
+ abstract: string;
172
+ links: {
173
+ title: string;
174
+ url: string;
175
+ }[];
176
+ functionParameter: {
177
+ xNum: {
178
+ name: string;
179
+ detail: string;
180
+ };
181
+ yNum: {
182
+ name: string;
183
+ detail: string;
184
+ };
185
+ };
186
+ };
187
+ ATANH: {
188
+ description: string;
189
+ abstract: string;
190
+ links: {
191
+ title: string;
192
+ url: string;
193
+ }[];
194
+ functionParameter: {
195
+ number: {
196
+ name: string;
197
+ detail: string;
198
+ };
199
+ };
200
+ };
201
+ BASE: {
202
+ description: string;
203
+ abstract: string;
204
+ links: {
205
+ title: string;
206
+ url: string;
207
+ }[];
208
+ functionParameter: {
209
+ number: {
210
+ name: string;
211
+ detail: string;
212
+ };
213
+ radix: {
214
+ name: string;
215
+ detail: string;
216
+ };
217
+ minLength: {
218
+ name: string;
219
+ detail: string;
220
+ };
221
+ };
222
+ };
223
+ CEILING: {
224
+ description: string;
225
+ abstract: string;
226
+ links: {
227
+ title: string;
228
+ url: string;
229
+ }[];
230
+ functionParameter: {
231
+ number: {
232
+ name: string;
233
+ detail: string;
234
+ };
235
+ significance: {
236
+ name: string;
237
+ detail: string;
238
+ };
239
+ };
240
+ };
241
+ CEILING_MATH: {
242
+ description: string;
243
+ abstract: string;
244
+ links: {
245
+ title: string;
246
+ url: string;
247
+ }[];
248
+ functionParameter: {
249
+ number: {
250
+ name: string;
251
+ detail: string;
252
+ };
253
+ significance: {
254
+ name: string;
255
+ detail: string;
256
+ };
257
+ mode: {
258
+ name: string;
259
+ detail: string;
260
+ };
261
+ };
262
+ };
263
+ CEILING_PRECISE: {
264
+ description: string;
265
+ abstract: string;
266
+ links: {
267
+ title: string;
268
+ url: string;
269
+ }[];
270
+ functionParameter: {
271
+ number: {
272
+ name: string;
273
+ detail: string;
274
+ };
275
+ significance: {
276
+ name: string;
277
+ detail: string;
278
+ };
279
+ };
280
+ };
281
+ COMBIN: {
282
+ description: string;
283
+ abstract: string;
284
+ links: {
285
+ title: string;
286
+ url: string;
287
+ }[];
288
+ functionParameter: {
289
+ number: {
290
+ name: string;
291
+ detail: string;
292
+ };
293
+ numberChosen: {
294
+ name: string;
295
+ detail: string;
296
+ };
297
+ };
298
+ };
299
+ COMBINA: {
300
+ description: string;
301
+ abstract: string;
302
+ links: {
303
+ title: string;
304
+ url: string;
305
+ }[];
306
+ functionParameter: {
307
+ number: {
308
+ name: string;
309
+ detail: string;
310
+ };
311
+ numberChosen: {
312
+ name: string;
313
+ detail: string;
314
+ };
315
+ };
316
+ };
317
+ COS: {
318
+ description: string;
319
+ abstract: string;
320
+ links: {
321
+ title: string;
322
+ url: string;
323
+ }[];
324
+ functionParameter: {
325
+ number: {
326
+ name: string;
327
+ detail: string;
328
+ };
329
+ };
330
+ };
331
+ COSH: {
332
+ description: string;
333
+ abstract: string;
334
+ links: {
335
+ title: string;
336
+ url: string;
337
+ }[];
338
+ functionParameter: {
339
+ number: {
340
+ name: string;
341
+ detail: string;
342
+ };
343
+ };
344
+ };
345
+ COT: {
346
+ description: string;
347
+ abstract: string;
348
+ links: {
349
+ title: string;
350
+ url: string;
351
+ }[];
352
+ functionParameter: {
353
+ number: {
354
+ name: string;
355
+ detail: string;
356
+ };
357
+ };
358
+ };
359
+ COTH: {
360
+ description: string;
361
+ abstract: string;
362
+ links: {
363
+ title: string;
364
+ url: string;
365
+ }[];
366
+ functionParameter: {
367
+ number: {
368
+ name: string;
369
+ detail: string;
370
+ };
371
+ };
372
+ };
373
+ CSC: {
374
+ description: string;
375
+ abstract: string;
376
+ links: {
377
+ title: string;
378
+ url: string;
379
+ }[];
380
+ functionParameter: {
381
+ number: {
382
+ name: string;
383
+ detail: string;
384
+ };
385
+ };
386
+ };
387
+ CSCH: {
388
+ description: string;
389
+ abstract: string;
390
+ links: {
391
+ title: string;
392
+ url: string;
393
+ }[];
394
+ functionParameter: {
395
+ number: {
396
+ name: string;
397
+ detail: string;
398
+ };
399
+ };
400
+ };
401
+ DECIMAL: {
402
+ description: string;
403
+ abstract: string;
404
+ links: {
405
+ title: string;
406
+ url: string;
407
+ }[];
408
+ functionParameter: {
409
+ text: {
410
+ name: string;
411
+ detail: string;
412
+ };
413
+ radix: {
414
+ name: string;
415
+ detail: string;
416
+ };
417
+ };
418
+ };
419
+ DEGREES: {
420
+ description: string;
421
+ abstract: string;
422
+ links: {
423
+ title: string;
424
+ url: string;
425
+ }[];
426
+ functionParameter: {
427
+ angle: {
428
+ name: string;
429
+ detail: string;
430
+ };
431
+ };
432
+ };
433
+ EVEN: {
434
+ description: string;
435
+ abstract: string;
436
+ links: {
437
+ title: string;
438
+ url: string;
439
+ }[];
440
+ functionParameter: {
441
+ number: {
442
+ name: string;
443
+ detail: string;
444
+ };
445
+ };
446
+ };
447
+ EXP: {
448
+ description: string;
449
+ abstract: string;
450
+ links: {
451
+ title: string;
452
+ url: string;
453
+ }[];
454
+ functionParameter: {
455
+ number: {
456
+ name: string;
457
+ detail: string;
458
+ };
459
+ };
460
+ };
461
+ FACT: {
462
+ description: string;
463
+ abstract: string;
464
+ links: {
465
+ title: string;
466
+ url: string;
467
+ }[];
468
+ functionParameter: {
469
+ number: {
470
+ name: string;
471
+ detail: string;
472
+ };
473
+ };
474
+ };
475
+ FACTDOUBLE: {
476
+ description: string;
477
+ abstract: string;
478
+ links: {
479
+ title: string;
480
+ url: string;
481
+ }[];
482
+ functionParameter: {
483
+ number: {
484
+ name: string;
485
+ detail: string;
486
+ };
487
+ };
488
+ };
489
+ FLOOR: {
490
+ description: string;
491
+ abstract: string;
492
+ links: {
493
+ title: string;
494
+ url: string;
495
+ }[];
496
+ functionParameter: {
497
+ number: {
498
+ name: string;
499
+ detail: string;
500
+ };
501
+ significance: {
502
+ name: string;
503
+ detail: string;
504
+ };
505
+ };
506
+ };
507
+ FLOOR_MATH: {
508
+ description: string;
509
+ abstract: string;
510
+ links: {
511
+ title: string;
512
+ url: string;
513
+ }[];
514
+ functionParameter: {
515
+ number: {
516
+ name: string;
517
+ detail: string;
518
+ };
519
+ significance: {
520
+ name: string;
521
+ detail: string;
522
+ };
523
+ mode: {
524
+ name: string;
525
+ detail: string;
526
+ };
527
+ };
528
+ };
529
+ FLOOR_PRECISE: {
530
+ description: string;
531
+ abstract: string;
532
+ links: {
533
+ title: string;
534
+ url: string;
535
+ }[];
536
+ functionParameter: {
537
+ number: {
538
+ name: string;
539
+ detail: string;
540
+ };
541
+ significance: {
542
+ name: string;
543
+ detail: string;
544
+ };
545
+ };
546
+ };
547
+ GCD: {
548
+ description: string;
549
+ abstract: string;
550
+ links: {
551
+ title: string;
552
+ url: string;
553
+ }[];
554
+ functionParameter: {
555
+ number1: {
556
+ name: string;
557
+ detail: string;
558
+ };
559
+ number2: {
560
+ name: string;
561
+ detail: string;
562
+ };
563
+ };
564
+ };
565
+ INT: {
566
+ description: string;
567
+ abstract: string;
568
+ links: {
569
+ title: string;
570
+ url: string;
571
+ }[];
572
+ functionParameter: {
573
+ number: {
574
+ name: string;
575
+ detail: string;
576
+ };
577
+ };
578
+ };
579
+ ISO_CEILING: {
580
+ description: string;
581
+ abstract: string;
582
+ links: {
583
+ title: string;
584
+ url: string;
585
+ }[];
586
+ functionParameter: {
587
+ number1: {
588
+ name: string;
589
+ detail: string;
590
+ };
591
+ number2: {
592
+ name: string;
593
+ detail: string;
594
+ };
595
+ };
596
+ };
597
+ LCM: {
598
+ description: string;
599
+ abstract: string;
600
+ links: {
601
+ title: string;
602
+ url: string;
603
+ }[];
604
+ functionParameter: {
605
+ number1: {
606
+ name: string;
607
+ detail: string;
608
+ };
609
+ number2: {
610
+ name: string;
611
+ detail: string;
612
+ };
613
+ };
614
+ };
615
+ LET: {
616
+ description: string;
617
+ abstract: string;
618
+ links: {
619
+ title: string;
620
+ url: string;
621
+ }[];
622
+ functionParameter: {
623
+ number1: {
624
+ name: string;
625
+ detail: string;
626
+ };
627
+ number2: {
628
+ name: string;
629
+ detail: string;
630
+ };
631
+ };
632
+ };
633
+ LN: {
634
+ description: string;
635
+ abstract: string;
636
+ links: {
637
+ title: string;
638
+ url: string;
639
+ }[];
640
+ functionParameter: {
641
+ number: {
642
+ name: string;
643
+ detail: string;
644
+ };
645
+ };
646
+ };
647
+ LOG: {
648
+ description: string;
649
+ abstract: string;
650
+ links: {
651
+ title: string;
652
+ url: string;
653
+ }[];
654
+ functionParameter: {
655
+ number: {
656
+ name: string;
657
+ detail: string;
658
+ };
659
+ base: {
660
+ name: string;
661
+ detail: string;
662
+ };
663
+ };
664
+ };
665
+ LOG10: {
666
+ description: string;
667
+ abstract: string;
668
+ links: {
669
+ title: string;
670
+ url: string;
671
+ }[];
672
+ functionParameter: {
673
+ number: {
674
+ name: string;
675
+ detail: string;
676
+ };
677
+ };
678
+ };
679
+ MDETERM: {
680
+ description: string;
681
+ abstract: string;
682
+ links: {
683
+ title: string;
684
+ url: string;
685
+ }[];
686
+ functionParameter: {
687
+ array: {
688
+ name: string;
689
+ detail: string;
690
+ };
691
+ };
692
+ };
693
+ MINVERSE: {
694
+ description: string;
695
+ abstract: string;
696
+ links: {
697
+ title: string;
698
+ url: string;
699
+ }[];
700
+ functionParameter: {
701
+ array: {
702
+ name: string;
703
+ detail: string;
704
+ };
705
+ };
706
+ };
707
+ MMULT: {
708
+ description: string;
709
+ abstract: string;
710
+ links: {
711
+ title: string;
712
+ url: string;
713
+ }[];
714
+ functionParameter: {
715
+ array1: {
716
+ name: string;
717
+ detail: string;
718
+ };
719
+ array2: {
720
+ name: string;
721
+ detail: string;
722
+ };
723
+ };
724
+ };
725
+ MOD: {
726
+ description: string;
727
+ abstract: string;
728
+ links: {
729
+ title: string;
730
+ url: string;
731
+ }[];
732
+ functionParameter: {
733
+ number: {
734
+ name: string;
735
+ detail: string;
736
+ };
737
+ divisor: {
738
+ name: string;
739
+ detail: string;
740
+ };
741
+ };
742
+ };
743
+ MROUND: {
744
+ description: string;
745
+ abstract: string;
746
+ links: {
747
+ title: string;
748
+ url: string;
749
+ }[];
750
+ functionParameter: {
751
+ number: {
752
+ name: string;
753
+ detail: string;
754
+ };
755
+ multiple: {
756
+ name: string;
757
+ detail: string;
758
+ };
759
+ };
760
+ };
761
+ MULTINOMIAL: {
762
+ description: string;
763
+ abstract: string;
764
+ links: {
765
+ title: string;
766
+ url: string;
767
+ }[];
768
+ functionParameter: {
769
+ number1: {
770
+ name: string;
771
+ detail: string;
772
+ };
773
+ number2: {
774
+ name: string;
775
+ detail: string;
776
+ };
777
+ };
778
+ };
779
+ MUNIT: {
780
+ description: string;
781
+ abstract: string;
782
+ links: {
783
+ title: string;
784
+ url: string;
785
+ }[];
786
+ functionParameter: {
787
+ dimension: {
788
+ name: string;
789
+ detail: string;
790
+ };
791
+ };
792
+ };
793
+ ODD: {
794
+ description: string;
795
+ abstract: string;
796
+ links: {
797
+ title: string;
798
+ url: string;
799
+ }[];
800
+ functionParameter: {
801
+ number: {
802
+ name: string;
803
+ detail: string;
804
+ };
805
+ };
806
+ };
807
+ PI: {
808
+ description: string;
809
+ abstract: string;
810
+ links: {
811
+ title: string;
812
+ url: string;
813
+ }[];
814
+ functionParameter: {};
815
+ };
816
+ POWER: {
817
+ description: string;
818
+ abstract: string;
819
+ links: {
820
+ title: string;
821
+ url: string;
822
+ }[];
823
+ functionParameter: {
824
+ number: {
825
+ name: string;
826
+ detail: string;
827
+ };
828
+ power: {
829
+ name: string;
830
+ detail: string;
831
+ };
832
+ };
833
+ };
834
+ PRODUCT: {
835
+ description: string;
836
+ abstract: string;
837
+ links: {
838
+ title: string;
839
+ url: string;
840
+ }[];
841
+ functionParameter: {
842
+ number1: {
843
+ name: string;
844
+ detail: string;
845
+ };
846
+ number2: {
847
+ name: string;
848
+ detail: string;
849
+ };
850
+ };
851
+ };
852
+ QUOTIENT: {
853
+ description: string;
854
+ abstract: string;
855
+ links: {
856
+ title: string;
857
+ url: string;
858
+ }[];
859
+ functionParameter: {
860
+ numerator: {
861
+ name: string;
862
+ detail: string;
863
+ };
864
+ denominator: {
865
+ name: string;
866
+ detail: string;
867
+ };
868
+ };
869
+ };
870
+ RADIANS: {
871
+ description: string;
872
+ abstract: string;
873
+ links: {
874
+ title: string;
875
+ url: string;
876
+ }[];
877
+ functionParameter: {
878
+ angle: {
879
+ name: string;
880
+ detail: string;
881
+ };
882
+ };
883
+ };
884
+ RAND: {
885
+ description: string;
886
+ abstract: string;
887
+ links: {
888
+ title: string;
889
+ url: string;
890
+ }[];
891
+ functionParameter: {};
892
+ };
893
+ RANDARRAY: {
894
+ description: string;
895
+ abstract: string;
896
+ links: {
897
+ title: string;
898
+ url: string;
899
+ }[];
900
+ functionParameter: {
901
+ rows: {
902
+ name: string;
903
+ detail: string;
904
+ };
905
+ columns: {
906
+ name: string;
907
+ detail: string;
908
+ };
909
+ min: {
910
+ name: string;
911
+ detail: string;
912
+ };
913
+ max: {
914
+ name: string;
915
+ detail: string;
916
+ };
917
+ wholeNumber: {
918
+ name: string;
919
+ detail: string;
920
+ };
921
+ };
922
+ };
923
+ RANDBETWEEN: {
924
+ description: string;
925
+ abstract: string;
926
+ links: {
927
+ title: string;
928
+ url: string;
929
+ }[];
930
+ functionParameter: {
931
+ bottom: {
932
+ name: string;
933
+ detail: string;
934
+ };
935
+ top: {
936
+ name: string;
937
+ detail: string;
938
+ };
939
+ };
940
+ };
941
+ ROMAN: {
942
+ description: string;
943
+ abstract: string;
944
+ links: {
945
+ title: string;
946
+ url: string;
947
+ }[];
948
+ functionParameter: {
949
+ number: {
950
+ name: string;
951
+ detail: string;
952
+ };
953
+ form: {
954
+ name: string;
955
+ detail: string;
956
+ };
957
+ };
958
+ };
959
+ ROUND: {
960
+ description: string;
961
+ abstract: string;
962
+ links: {
963
+ title: string;
964
+ url: string;
965
+ }[];
966
+ functionParameter: {
967
+ number: {
968
+ name: string;
969
+ detail: string;
970
+ };
971
+ numDigits: {
972
+ name: string;
973
+ detail: string;
974
+ };
975
+ };
976
+ };
977
+ ROUNDBANK: {
978
+ description: string;
979
+ abstract: string;
980
+ links: {
981
+ title: string;
982
+ url: string;
983
+ }[];
984
+ functionParameter: {
985
+ number: {
986
+ name: string;
987
+ detail: string;
988
+ };
989
+ numDigits: {
990
+ name: string;
991
+ detail: string;
992
+ };
993
+ };
994
+ };
995
+ ROUNDDOWN: {
996
+ description: string;
997
+ abstract: string;
998
+ links: {
999
+ title: string;
1000
+ url: string;
1001
+ }[];
1002
+ functionParameter: {
1003
+ number: {
1004
+ name: string;
1005
+ detail: string;
1006
+ };
1007
+ numDigits: {
1008
+ name: string;
1009
+ detail: string;
1010
+ };
1011
+ };
1012
+ };
1013
+ ROUNDUP: {
1014
+ description: string;
1015
+ abstract: string;
1016
+ links: {
1017
+ title: string;
1018
+ url: string;
1019
+ }[];
1020
+ functionParameter: {
1021
+ number: {
1022
+ name: string;
1023
+ detail: string;
1024
+ };
1025
+ numDigits: {
1026
+ name: string;
1027
+ detail: string;
1028
+ };
1029
+ };
1030
+ };
1031
+ SEC: {
1032
+ description: string;
1033
+ abstract: string;
1034
+ links: {
1035
+ title: string;
1036
+ url: string;
1037
+ }[];
1038
+ functionParameter: {
1039
+ number: {
1040
+ name: string;
1041
+ detail: string;
1042
+ };
1043
+ };
1044
+ };
1045
+ SECH: {
1046
+ description: string;
1047
+ abstract: string;
1048
+ links: {
1049
+ title: string;
1050
+ url: string;
1051
+ }[];
1052
+ functionParameter: {
1053
+ number: {
1054
+ name: string;
1055
+ detail: string;
1056
+ };
1057
+ };
1058
+ };
1059
+ SERIESSUM: {
1060
+ description: string;
1061
+ abstract: string;
1062
+ links: {
1063
+ title: string;
1064
+ url: string;
1065
+ }[];
1066
+ functionParameter: {
1067
+ x: {
1068
+ name: string;
1069
+ detail: string;
1070
+ };
1071
+ n: {
1072
+ name: string;
1073
+ detail: string;
1074
+ };
1075
+ m: {
1076
+ name: string;
1077
+ detail: string;
1078
+ };
1079
+ coefficients: {
1080
+ name: string;
1081
+ detail: string;
1082
+ };
1083
+ };
1084
+ };
1085
+ SEQUENCE: {
1086
+ description: string;
1087
+ abstract: string;
1088
+ links: {
1089
+ title: string;
1090
+ url: string;
1091
+ }[];
1092
+ functionParameter: {
1093
+ rows: {
1094
+ name: string;
1095
+ detail: string;
1096
+ };
1097
+ columns: {
1098
+ name: string;
1099
+ detail: string;
1100
+ };
1101
+ start: {
1102
+ name: string;
1103
+ detail: string;
1104
+ };
1105
+ step: {
1106
+ name: string;
1107
+ detail: string;
1108
+ };
1109
+ };
1110
+ };
1111
+ SIGN: {
1112
+ description: string;
1113
+ abstract: string;
1114
+ links: {
1115
+ title: string;
1116
+ url: string;
1117
+ }[];
1118
+ functionParameter: {
1119
+ number: {
1120
+ name: string;
1121
+ detail: string;
1122
+ };
1123
+ };
1124
+ };
1125
+ SIN: {
1126
+ description: string;
1127
+ abstract: string;
1128
+ links: {
1129
+ title: string;
1130
+ url: string;
1131
+ }[];
1132
+ functionParameter: {
1133
+ number: {
1134
+ name: string;
1135
+ detail: string;
1136
+ };
1137
+ };
1138
+ };
1139
+ SINH: {
1140
+ description: string;
1141
+ abstract: string;
1142
+ links: {
1143
+ title: string;
1144
+ url: string;
1145
+ }[];
1146
+ functionParameter: {
1147
+ number: {
1148
+ name: string;
1149
+ detail: string;
1150
+ };
1151
+ };
1152
+ };
1153
+ SQRT: {
1154
+ description: string;
1155
+ abstract: string;
1156
+ links: {
1157
+ title: string;
1158
+ url: string;
1159
+ }[];
1160
+ functionParameter: {
1161
+ number: {
1162
+ name: string;
1163
+ detail: string;
1164
+ };
1165
+ };
1166
+ };
1167
+ SQRTPI: {
1168
+ description: string;
1169
+ abstract: string;
1170
+ links: {
1171
+ title: string;
1172
+ url: string;
1173
+ }[];
1174
+ functionParameter: {
1175
+ number: {
1176
+ name: string;
1177
+ detail: string;
1178
+ };
1179
+ };
1180
+ };
1181
+ SUBTOTAL: {
1182
+ description: string;
1183
+ abstract: string;
1184
+ links: {
1185
+ title: string;
1186
+ url: string;
1187
+ }[];
1188
+ functionParameter: {
1189
+ functionNum: {
1190
+ name: string;
1191
+ detail: string;
1192
+ };
1193
+ ref1: {
1194
+ name: string;
1195
+ detail: string;
1196
+ };
1197
+ ref2: {
1198
+ name: string;
1199
+ detail: string;
1200
+ };
1201
+ };
1202
+ };
1203
+ SUM: {
1204
+ description: string;
1205
+ abstract: string;
1206
+ links: {
1207
+ title: string;
1208
+ url: string;
1209
+ }[];
1210
+ functionParameter: {
1211
+ number1: {
1212
+ name: string;
1213
+ detail: string;
1214
+ };
1215
+ number2: {
1216
+ name: string;
1217
+ detail: string;
1218
+ };
1219
+ };
1220
+ };
1221
+ SUMIF: {
1222
+ description: string;
1223
+ abstract: string;
1224
+ links: {
1225
+ title: string;
1226
+ url: string;
1227
+ }[];
1228
+ functionParameter: {
1229
+ range: {
1230
+ name: string;
1231
+ detail: string;
1232
+ };
1233
+ criteria: {
1234
+ name: string;
1235
+ detail: string;
1236
+ };
1237
+ sumRange: {
1238
+ name: string;
1239
+ detail: string;
1240
+ };
1241
+ };
1242
+ };
1243
+ SUMIFS: {
1244
+ description: string;
1245
+ abstract: string;
1246
+ links: {
1247
+ title: string;
1248
+ url: string;
1249
+ }[];
1250
+ functionParameter: {
1251
+ sumRange: {
1252
+ name: string;
1253
+ detail: string;
1254
+ };
1255
+ criteriaRange1: {
1256
+ name: string;
1257
+ detail: string;
1258
+ };
1259
+ criteria1: {
1260
+ name: string;
1261
+ detail: string;
1262
+ };
1263
+ criteriaRange2: {
1264
+ name: string;
1265
+ detail: string;
1266
+ };
1267
+ criteria2: {
1268
+ name: string;
1269
+ detail: string;
1270
+ };
1271
+ };
1272
+ };
1273
+ SUMPRODUCT: {
1274
+ description: string;
1275
+ abstract: string;
1276
+ links: {
1277
+ title: string;
1278
+ url: string;
1279
+ }[];
1280
+ functionParameter: {
1281
+ array1: {
1282
+ name: string;
1283
+ detail: string;
1284
+ };
1285
+ array2: {
1286
+ name: string;
1287
+ detail: string;
1288
+ };
1289
+ };
1290
+ };
1291
+ SUMSQ: {
1292
+ description: string;
1293
+ abstract: string;
1294
+ links: {
1295
+ title: string;
1296
+ url: string;
1297
+ }[];
1298
+ functionParameter: {
1299
+ number1: {
1300
+ name: string;
1301
+ detail: string;
1302
+ };
1303
+ number2: {
1304
+ name: string;
1305
+ detail: string;
1306
+ };
1307
+ };
1308
+ };
1309
+ SUMX2MY2: {
1310
+ description: string;
1311
+ abstract: string;
1312
+ links: {
1313
+ title: string;
1314
+ url: string;
1315
+ }[];
1316
+ functionParameter: {
1317
+ arrayX: {
1318
+ name: string;
1319
+ detail: string;
1320
+ };
1321
+ arrayY: {
1322
+ name: string;
1323
+ detail: string;
1324
+ };
1325
+ };
1326
+ };
1327
+ SUMX2PY2: {
1328
+ description: string;
1329
+ abstract: string;
1330
+ links: {
1331
+ title: string;
1332
+ url: string;
1333
+ }[];
1334
+ functionParameter: {
1335
+ arrayX: {
1336
+ name: string;
1337
+ detail: string;
1338
+ };
1339
+ arrayY: {
1340
+ name: string;
1341
+ detail: string;
1342
+ };
1343
+ };
1344
+ };
1345
+ SUMXMY2: {
1346
+ description: string;
1347
+ abstract: string;
1348
+ links: {
1349
+ title: string;
1350
+ url: string;
1351
+ }[];
1352
+ functionParameter: {
1353
+ arrayX: {
1354
+ name: string;
1355
+ detail: string;
1356
+ };
1357
+ arrayY: {
1358
+ name: string;
1359
+ detail: string;
1360
+ };
1361
+ };
1362
+ };
1363
+ TAN: {
1364
+ description: string;
1365
+ abstract: string;
1366
+ links: {
1367
+ title: string;
1368
+ url: string;
1369
+ }[];
1370
+ functionParameter: {
1371
+ number: {
1372
+ name: string;
1373
+ detail: string;
1374
+ };
1375
+ };
1376
+ };
1377
+ TANH: {
1378
+ description: string;
1379
+ abstract: string;
1380
+ links: {
1381
+ title: string;
1382
+ url: string;
1383
+ }[];
1384
+ functionParameter: {
1385
+ number: {
1386
+ name: string;
1387
+ detail: string;
1388
+ };
1389
+ };
1390
+ };
1391
+ TRUNC: {
1392
+ description: string;
1393
+ abstract: string;
1394
+ links: {
1395
+ title: string;
1396
+ url: string;
1397
+ }[];
1398
+ functionParameter: {
1399
+ number: {
1400
+ name: string;
1401
+ detail: string;
1402
+ };
1403
+ numDigits: {
1404
+ name: string;
1405
+ detail: string;
1406
+ };
1407
+ };
1408
+ };
1409
+ };
1410
+ export default locale;