@univerjs/sheets-formula 0.2.6 → 0.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/index.js +4 -4
- package/lib/es/index.js +1185 -724
- package/lib/locale/en-US.json +706 -428
- package/lib/locale/ru-RU.json +703 -425
- package/lib/locale/vi-VN.json +2644 -1855
- package/lib/locale/zh-CN.json +750 -472
- package/lib/locale/zh-TW.json +834 -588
- package/lib/types/commands/commands/formula-clipboard.command.d.ts +0 -1
- package/lib/types/commands/commands/insert-function.command.d.ts +0 -1
- package/lib/types/commands/mutations/formula.mutation.d.ts +0 -1
- package/lib/types/commands/operations/__tests__/create-command-test-bed.d.ts +0 -1
- package/lib/types/commands/operations/editor-formula.operation.d.ts +0 -1
- package/lib/types/commands/operations/help-function.operation.d.ts +0 -1
- package/lib/types/commands/operations/insert-function.operation.d.ts +0 -1
- package/lib/types/commands/operations/more-functions.operation.d.ts +0 -1
- package/lib/types/commands/operations/reference-absolute.operation.d.ts +0 -1
- package/lib/types/commands/operations/search-function.operation.d.ts +0 -1
- package/lib/types/common/selection.d.ts +0 -1
- package/lib/types/controllers/__tests__/create-command-test-bed.d.ts +0 -1
- package/lib/types/controllers/active-dirty.controller.d.ts +0 -1
- package/lib/types/controllers/array-formula-display.controller.d.ts +0 -1
- package/lib/types/controllers/defined-name.controller.d.ts +0 -1
- package/lib/types/controllers/formula-alert-render.controller.d.ts +0 -1
- package/lib/types/controllers/formula-auto-fill.controller.d.ts +0 -1
- package/lib/types/controllers/formula-clipboard.controller.d.ts +0 -1
- package/lib/types/controllers/formula-editor-show.controller.d.ts +0 -1
- package/lib/types/controllers/formula-render.controller.d.ts +0 -1
- package/lib/types/controllers/formula-ui.controller.d.ts +0 -1
- package/lib/types/controllers/menu.d.ts +0 -1
- package/lib/types/controllers/prompt.controller.d.ts +3 -2
- package/lib/types/controllers/shortcuts/prompt.shortcut.d.ts +0 -1
- package/lib/types/controllers/trigger-calculation.controller.d.ts +0 -1
- package/lib/types/controllers/update-formula.controller.d.ts +0 -1
- package/lib/types/controllers/utils/offset-formula-data.d.ts +0 -1
- package/lib/types/controllers/utils/ref-range-formula.d.ts +0 -1
- package/lib/types/controllers/utils/utils.d.ts +0 -1
- package/lib/types/formula-ui-plugin.d.ts +0 -1
- package/lib/types/index.d.ts +1 -0
- package/lib/types/locale/en-US.d.ts +440 -162
- package/lib/types/locale/function-list/array/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/compatibility/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/date/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/date/vi-VN.d.ts +105 -26
- package/lib/types/locale/function-list/date/zh-TW.d.ts +32 -8
- package/lib/types/locale/function-list/engineering/en-US.d.ts +50 -66
- package/lib/types/locale/function-list/engineering/ja-JP.d.ts +50 -66
- package/lib/types/locale/function-list/engineering/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/engineering/vi-VN.d.ts +50 -66
- package/lib/types/locale/function-list/engineering/zh-CN.d.ts +50 -66
- package/lib/types/locale/function-list/engineering/zh-TW.d.ts +50 -66
- package/lib/types/locale/function-list/financial/en-US.d.ts +344 -56
- package/lib/types/locale/function-list/financial/ja-JP.d.ts +344 -56
- package/lib/types/locale/function-list/financial/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/financial/vi-VN.d.ts +344 -56
- package/lib/types/locale/function-list/financial/zh-CN.d.ts +344 -56
- package/lib/types/locale/function-list/financial/zh-TW.d.ts +344 -56
- package/lib/types/locale/function-list/information/ja-JP.d.ts +8 -40
- package/lib/types/locale/function-list/information/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/information/vi-VN.d.ts +218 -3
- package/lib/types/locale/function-list/logical/en-US.d.ts +45 -35
- package/lib/types/locale/function-list/logical/ja-JP.d.ts +45 -35
- package/lib/types/locale/function-list/logical/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/logical/vi-VN.d.ts +45 -35
- package/lib/types/locale/function-list/logical/zh-CN.d.ts +45 -35
- package/lib/types/locale/function-list/logical/zh-TW.d.ts +45 -35
- package/lib/types/locale/function-list/lookup/en-US.d.ts +1 -5
- package/lib/types/locale/function-list/lookup/ja-JP.d.ts +1 -5
- package/lib/types/locale/function-list/lookup/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/lookup/vi-VN.d.ts +421 -9
- package/lib/types/locale/function-list/lookup/zh-CN.d.ts +1 -5
- package/lib/types/locale/function-list/lookup/zh-TW.d.ts +1 -5
- package/lib/types/locale/function-list/math/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/math/vi-VN.d.ts +1022 -3
- package/lib/types/locale/function-list/math/zh-TW.d.ts +21 -77
- package/lib/types/locale/function-list/statistical/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/statistical/vi-VN.d.ts +334 -0
- package/lib/types/locale/function-list/text/vi-VN.d.ts +135 -1
- package/lib/types/locale/function-list/web/vi-VN.d.ts +0 -1
- package/lib/types/locale/ru-RU.d.ts +440 -162
- package/lib/types/locale/vi-VN.d.ts +1378 -623
- package/lib/types/locale/zh-CN.d.ts +440 -162
- package/lib/types/locale/zh-TW.d.ts +493 -247
- package/lib/types/services/description.service.d.ts +0 -1
- package/lib/types/services/formula-common.d.ts +0 -1
- package/lib/types/services/formula-ref-range.service.d.ts +0 -1
- package/lib/types/services/function-list/array.d.ts +0 -1
- package/lib/types/services/function-list/compatibility.d.ts +0 -1
- package/lib/types/services/function-list/cube.d.ts +0 -1
- package/lib/types/services/function-list/database.d.ts +0 -1
- package/lib/types/services/function-list/date.d.ts +0 -1
- package/lib/types/services/function-list/engineering.d.ts +0 -1
- package/lib/types/services/function-list/financial.d.ts +0 -1
- package/lib/types/services/function-list/function-list.d.ts +0 -1
- package/lib/types/services/function-list/information.d.ts +0 -1
- package/lib/types/services/function-list/logical.d.ts +0 -1
- package/lib/types/services/function-list/lookup.d.ts +0 -1
- package/lib/types/services/function-list/math.d.ts +0 -1
- package/lib/types/services/function-list/statistical.d.ts +0 -1
- package/lib/types/services/function-list/text.d.ts +0 -1
- package/lib/types/services/function-list/univer.d.ts +0 -1
- package/lib/types/services/function-list/web.d.ts +0 -1
- package/lib/types/services/prompt.service.d.ts +5 -2
- package/lib/types/services/register-function.service.d.ts +0 -1
- package/lib/types/services/register-other-formula.service.d.ts +0 -1
- package/lib/types/services/remote/remote-register-function.service.d.ts +0 -1
- package/lib/types/services/render-services/ref-selections.render-service.d.ts +0 -1
- package/lib/types/services/utils.d.ts +0 -1
- package/lib/types/views/FormulaPromptContainer.d.ts +0 -1
- package/lib/types/views/more-functions/MoreFunctions.d.ts +0 -1
- package/lib/types/views/more-functions/function-help/FunctionHelp.d.ts +0 -1
- package/lib/types/views/more-functions/function-params/FunctionParams.d.ts +0 -1
- package/lib/types/views/more-functions/input-params/InputParams.d.ts +0 -1
- package/lib/types/views/more-functions/select-function/SelectFunction.d.ts +0 -1
- package/lib/types/views/prompt/help-function/HelpFunction.d.ts +0 -1
- package/lib/types/views/prompt/search-function/SearchFunction.d.ts +0 -1
- package/lib/umd/index.js +4 -4
- package/package.json +24 -24
package/lib/locale/zh-TW.json
CHANGED
|
@@ -20,13 +20,37 @@
|
|
|
20
20
|
}
|
|
21
21
|
],
|
|
22
22
|
"functionParameter": {
|
|
23
|
-
"
|
|
24
|
-
"name": "
|
|
25
|
-
"detail": "
|
|
23
|
+
"issue": {
|
|
24
|
+
"name": "發行日",
|
|
25
|
+
"detail": "這是證券的發行日期。"
|
|
26
26
|
},
|
|
27
|
-
"
|
|
28
|
-
"name": "
|
|
29
|
-
"detail": "
|
|
27
|
+
"firstInterest": {
|
|
28
|
+
"name": "首次計息日",
|
|
29
|
+
"detail": "這是證券的第一個利率日期。"
|
|
30
|
+
},
|
|
31
|
+
"settlement": {
|
|
32
|
+
"name": "到期日",
|
|
33
|
+
"detail": "這是證券的到期日期。"
|
|
34
|
+
},
|
|
35
|
+
"rate": {
|
|
36
|
+
"name": "利率",
|
|
37
|
+
"detail": "這是證券的年度票息率。"
|
|
38
|
+
},
|
|
39
|
+
"par": {
|
|
40
|
+
"name": "面值",
|
|
41
|
+
"detail": "這是證券的票面價值。"
|
|
42
|
+
},
|
|
43
|
+
"frequency": {
|
|
44
|
+
"name": "頻次",
|
|
45
|
+
"detail": "這是每年票息付款的次數。"
|
|
46
|
+
},
|
|
47
|
+
"basis": {
|
|
48
|
+
"name": "基礎",
|
|
49
|
+
"detail": "這是要使用的日計數基礎類型。"
|
|
50
|
+
},
|
|
51
|
+
"calcMethod": {
|
|
52
|
+
"name": "計算方法",
|
|
53
|
+
"detail": "是一個邏輯值:從發行日期開始的應計利息 = TRUE 或忽略;從最後票據支付日期開始計算 = FALSE。"
|
|
30
54
|
}
|
|
31
55
|
}
|
|
32
56
|
},
|
|
@@ -40,13 +64,25 @@
|
|
|
40
64
|
}
|
|
41
65
|
],
|
|
42
66
|
"functionParameter": {
|
|
43
|
-
"
|
|
44
|
-
"name": "
|
|
45
|
-
"detail": "
|
|
67
|
+
"issue": {
|
|
68
|
+
"name": "發行日",
|
|
69
|
+
"detail": "這是證券的發行日期。"
|
|
46
70
|
},
|
|
47
|
-
"
|
|
48
|
-
"name": "
|
|
49
|
-
"detail": "
|
|
71
|
+
"settlement": {
|
|
72
|
+
"name": "到期日",
|
|
73
|
+
"detail": "這是證券的到期日期。"
|
|
74
|
+
},
|
|
75
|
+
"rate": {
|
|
76
|
+
"name": "利率",
|
|
77
|
+
"detail": "這是證券的年度票息率。"
|
|
78
|
+
},
|
|
79
|
+
"par": {
|
|
80
|
+
"name": "面值",
|
|
81
|
+
"detail": "這是證券的票面價值。"
|
|
82
|
+
},
|
|
83
|
+
"basis": {
|
|
84
|
+
"name": "基礎",
|
|
85
|
+
"detail": "這是要使用的日計數基礎類型。"
|
|
50
86
|
}
|
|
51
87
|
}
|
|
52
88
|
},
|
|
@@ -80,13 +116,33 @@
|
|
|
80
116
|
}
|
|
81
117
|
],
|
|
82
118
|
"functionParameter": {
|
|
83
|
-
"
|
|
84
|
-
"name": "
|
|
85
|
-
"detail": "
|
|
119
|
+
"cost": {
|
|
120
|
+
"name": "成本",
|
|
121
|
+
"detail": "這是資產的成本。"
|
|
86
122
|
},
|
|
87
|
-
"
|
|
88
|
-
"name": "
|
|
89
|
-
"detail": "
|
|
123
|
+
"datePurchased": {
|
|
124
|
+
"name": "購買日期",
|
|
125
|
+
"detail": "這是資產的購買日期。"
|
|
126
|
+
},
|
|
127
|
+
"firstPeriod": {
|
|
128
|
+
"name": "首個週期",
|
|
129
|
+
"detail": "這是第一個週期結束的日期。"
|
|
130
|
+
},
|
|
131
|
+
"salvage": {
|
|
132
|
+
"name": "殘值",
|
|
133
|
+
"detail": "資產耐用年限終了時的殘餘價值。"
|
|
134
|
+
},
|
|
135
|
+
"period": {
|
|
136
|
+
"name": "週期",
|
|
137
|
+
"detail": "這是週期。"
|
|
138
|
+
},
|
|
139
|
+
"rate": {
|
|
140
|
+
"name": "折舊率",
|
|
141
|
+
"detail": "這是折舊率。"
|
|
142
|
+
},
|
|
143
|
+
"basis": {
|
|
144
|
+
"name": "基礎",
|
|
145
|
+
"detail": "這是要使用的年計數基礎。"
|
|
90
146
|
}
|
|
91
147
|
}
|
|
92
148
|
},
|
|
@@ -100,13 +156,21 @@
|
|
|
100
156
|
}
|
|
101
157
|
],
|
|
102
158
|
"functionParameter": {
|
|
103
|
-
"
|
|
104
|
-
"name": "
|
|
105
|
-
"detail": "
|
|
159
|
+
"settlement": {
|
|
160
|
+
"name": "結算日期",
|
|
161
|
+
"detail": "這是證券的結算日期。"
|
|
106
162
|
},
|
|
107
|
-
"
|
|
108
|
-
"name": "
|
|
109
|
-
"detail": "
|
|
163
|
+
"maturity": {
|
|
164
|
+
"name": "到期日期",
|
|
165
|
+
"detail": "這是證券的到期日期。"
|
|
166
|
+
},
|
|
167
|
+
"frequency": {
|
|
168
|
+
"name": "頻次",
|
|
169
|
+
"detail": "這是每年票息付款的次數。"
|
|
170
|
+
},
|
|
171
|
+
"basis": {
|
|
172
|
+
"name": "基礎",
|
|
173
|
+
"detail": "這是要使用的日計數基礎類型。"
|
|
110
174
|
}
|
|
111
175
|
}
|
|
112
176
|
},
|
|
@@ -120,13 +184,21 @@
|
|
|
120
184
|
}
|
|
121
185
|
],
|
|
122
186
|
"functionParameter": {
|
|
123
|
-
"
|
|
124
|
-
"name": "
|
|
125
|
-
"detail": "
|
|
187
|
+
"settlement": {
|
|
188
|
+
"name": "結算日期",
|
|
189
|
+
"detail": "這是證券的結算日期。"
|
|
126
190
|
},
|
|
127
|
-
"
|
|
128
|
-
"name": "
|
|
129
|
-
"detail": "
|
|
191
|
+
"maturity": {
|
|
192
|
+
"name": "到期日期",
|
|
193
|
+
"detail": "這是證券的到期日期。"
|
|
194
|
+
},
|
|
195
|
+
"frequency": {
|
|
196
|
+
"name": "頻次",
|
|
197
|
+
"detail": "這是每年票息付款的次數。"
|
|
198
|
+
},
|
|
199
|
+
"basis": {
|
|
200
|
+
"name": "基礎",
|
|
201
|
+
"detail": "這是要使用的日計數基礎類型。"
|
|
130
202
|
}
|
|
131
203
|
}
|
|
132
204
|
},
|
|
@@ -140,13 +212,21 @@
|
|
|
140
212
|
}
|
|
141
213
|
],
|
|
142
214
|
"functionParameter": {
|
|
143
|
-
"
|
|
144
|
-
"name": "
|
|
145
|
-
"detail": "
|
|
215
|
+
"settlement": {
|
|
216
|
+
"name": "結算日期",
|
|
217
|
+
"detail": "這是證券的結算日期。"
|
|
146
218
|
},
|
|
147
|
-
"
|
|
148
|
-
"name": "
|
|
149
|
-
"detail": "
|
|
219
|
+
"maturity": {
|
|
220
|
+
"name": "到期日期",
|
|
221
|
+
"detail": "這是證券的到期日期。"
|
|
222
|
+
},
|
|
223
|
+
"frequency": {
|
|
224
|
+
"name": "頻次",
|
|
225
|
+
"detail": "這是每年票息付款的次數。"
|
|
226
|
+
},
|
|
227
|
+
"basis": {
|
|
228
|
+
"name": "基礎",
|
|
229
|
+
"detail": "這是要使用的日計數基礎類型。"
|
|
150
230
|
}
|
|
151
231
|
}
|
|
152
232
|
},
|
|
@@ -160,13 +240,21 @@
|
|
|
160
240
|
}
|
|
161
241
|
],
|
|
162
242
|
"functionParameter": {
|
|
163
|
-
"
|
|
164
|
-
"name": "
|
|
165
|
-
"detail": "
|
|
243
|
+
"settlement": {
|
|
244
|
+
"name": "結算日期",
|
|
245
|
+
"detail": "這是證券的結算日期。"
|
|
166
246
|
},
|
|
167
|
-
"
|
|
168
|
-
"name": "
|
|
169
|
-
"detail": "
|
|
247
|
+
"maturity": {
|
|
248
|
+
"name": "到期日期",
|
|
249
|
+
"detail": "這是證券的到期日期。"
|
|
250
|
+
},
|
|
251
|
+
"frequency": {
|
|
252
|
+
"name": "頻次",
|
|
253
|
+
"detail": "這是每年票息付款的次數。"
|
|
254
|
+
},
|
|
255
|
+
"basis": {
|
|
256
|
+
"name": "基礎",
|
|
257
|
+
"detail": "這是要使用的日計數基礎類型。"
|
|
170
258
|
}
|
|
171
259
|
}
|
|
172
260
|
},
|
|
@@ -180,13 +268,21 @@
|
|
|
180
268
|
}
|
|
181
269
|
],
|
|
182
270
|
"functionParameter": {
|
|
183
|
-
"
|
|
184
|
-
"name": "
|
|
185
|
-
"detail": "
|
|
271
|
+
"settlement": {
|
|
272
|
+
"name": "結算日期",
|
|
273
|
+
"detail": "這是證券的結算日期。"
|
|
186
274
|
},
|
|
187
|
-
"
|
|
188
|
-
"name": "
|
|
189
|
-
"detail": "
|
|
275
|
+
"maturity": {
|
|
276
|
+
"name": "到期日期",
|
|
277
|
+
"detail": "這是證券的到期日期。"
|
|
278
|
+
},
|
|
279
|
+
"frequency": {
|
|
280
|
+
"name": "頻次",
|
|
281
|
+
"detail": "這是每年票息付款的次數。"
|
|
282
|
+
},
|
|
283
|
+
"basis": {
|
|
284
|
+
"name": "基礎",
|
|
285
|
+
"detail": "這是要使用的日計數基礎類型。"
|
|
190
286
|
}
|
|
191
287
|
}
|
|
192
288
|
},
|
|
@@ -200,13 +296,21 @@
|
|
|
200
296
|
}
|
|
201
297
|
],
|
|
202
298
|
"functionParameter": {
|
|
203
|
-
"
|
|
204
|
-
"name": "
|
|
205
|
-
"detail": "
|
|
299
|
+
"settlement": {
|
|
300
|
+
"name": "結算日期",
|
|
301
|
+
"detail": "這是證券的結算日期。"
|
|
206
302
|
},
|
|
207
|
-
"
|
|
208
|
-
"name": "
|
|
209
|
-
"detail": "
|
|
303
|
+
"maturity": {
|
|
304
|
+
"name": "到期日期",
|
|
305
|
+
"detail": "這是證券的到期日期。"
|
|
306
|
+
},
|
|
307
|
+
"frequency": {
|
|
308
|
+
"name": "頻次",
|
|
309
|
+
"detail": "這是每年票息付款的次數。"
|
|
310
|
+
},
|
|
311
|
+
"basis": {
|
|
312
|
+
"name": "基礎",
|
|
313
|
+
"detail": "這是要使用的日計數基礎類型。"
|
|
210
314
|
}
|
|
211
315
|
}
|
|
212
316
|
},
|
|
@@ -220,13 +324,29 @@
|
|
|
220
324
|
}
|
|
221
325
|
],
|
|
222
326
|
"functionParameter": {
|
|
223
|
-
"
|
|
224
|
-
"name": "
|
|
225
|
-
"detail": "
|
|
327
|
+
"rate": {
|
|
328
|
+
"name": "利率",
|
|
329
|
+
"detail": "這是利率。"
|
|
226
330
|
},
|
|
227
|
-
"
|
|
228
|
-
"name": "
|
|
229
|
-
"detail": "
|
|
331
|
+
"nper": {
|
|
332
|
+
"name": "總期數",
|
|
333
|
+
"detail": "這是總付款期數。"
|
|
334
|
+
},
|
|
335
|
+
"pv": {
|
|
336
|
+
"name": "現值",
|
|
337
|
+
"detail": "這是現值。"
|
|
338
|
+
},
|
|
339
|
+
"startPeriod": {
|
|
340
|
+
"name": "首期",
|
|
341
|
+
"detail": "這是計算中的第一個週期。付款週期的編號由1開始。"
|
|
342
|
+
},
|
|
343
|
+
"endPeriod": {
|
|
344
|
+
"name": "末期",
|
|
345
|
+
"detail": "這是計算中的最後一個週期。"
|
|
346
|
+
},
|
|
347
|
+
"type": {
|
|
348
|
+
"name": "類型",
|
|
349
|
+
"detail": "這是付款的時機。"
|
|
230
350
|
}
|
|
231
351
|
}
|
|
232
352
|
},
|
|
@@ -240,13 +360,29 @@
|
|
|
240
360
|
}
|
|
241
361
|
],
|
|
242
362
|
"functionParameter": {
|
|
243
|
-
"
|
|
244
|
-
"name": "
|
|
245
|
-
"detail": "
|
|
363
|
+
"rate": {
|
|
364
|
+
"name": "利率",
|
|
365
|
+
"detail": "這是利率。"
|
|
246
366
|
},
|
|
247
|
-
"
|
|
248
|
-
"name": "
|
|
249
|
-
"detail": "
|
|
367
|
+
"nper": {
|
|
368
|
+
"name": "總期數",
|
|
369
|
+
"detail": "這是總付款期數。"
|
|
370
|
+
},
|
|
371
|
+
"pv": {
|
|
372
|
+
"name": "現值",
|
|
373
|
+
"detail": "這是現值。"
|
|
374
|
+
},
|
|
375
|
+
"startPeriod": {
|
|
376
|
+
"name": "首期",
|
|
377
|
+
"detail": "這是計算中的第一個週期。付款週期的編號由1開始。"
|
|
378
|
+
},
|
|
379
|
+
"endPeriod": {
|
|
380
|
+
"name": "末期",
|
|
381
|
+
"detail": "這是計算中的最後一個週期。"
|
|
382
|
+
},
|
|
383
|
+
"type": {
|
|
384
|
+
"name": "類型",
|
|
385
|
+
"detail": "這是付款的時機。"
|
|
250
386
|
}
|
|
251
387
|
}
|
|
252
388
|
},
|
|
@@ -260,13 +396,25 @@
|
|
|
260
396
|
}
|
|
261
397
|
],
|
|
262
398
|
"functionParameter": {
|
|
263
|
-
"
|
|
264
|
-
"name": "
|
|
265
|
-
"detail": "
|
|
399
|
+
"cost": {
|
|
400
|
+
"name": "成本",
|
|
401
|
+
"detail": "這是資產的原始成本。"
|
|
266
402
|
},
|
|
267
|
-
"
|
|
268
|
-
"name": "
|
|
269
|
-
"detail": "
|
|
403
|
+
"salvage": {
|
|
404
|
+
"name": "殘值",
|
|
405
|
+
"detail": "這是折舊最後的值 (有時稱為資產的殘餘價值)。"
|
|
406
|
+
},
|
|
407
|
+
"life": {
|
|
408
|
+
"name": "使用年限",
|
|
409
|
+
"detail": "這是資產折舊的期數 (有時稱為資產的使用年限)。"
|
|
410
|
+
},
|
|
411
|
+
"period": {
|
|
412
|
+
"name": "期間",
|
|
413
|
+
"detail": "這是要計算折舊的期間。"
|
|
414
|
+
},
|
|
415
|
+
"month": {
|
|
416
|
+
"name": "月份",
|
|
417
|
+
"detail": "第一年的月份數。如果省略 month,則假設其值為12。"
|
|
270
418
|
}
|
|
271
419
|
}
|
|
272
420
|
},
|
|
@@ -280,13 +428,25 @@
|
|
|
280
428
|
}
|
|
281
429
|
],
|
|
282
430
|
"functionParameter": {
|
|
283
|
-
"
|
|
284
|
-
"name": "
|
|
285
|
-
"detail": "
|
|
431
|
+
"cost": {
|
|
432
|
+
"name": "成本",
|
|
433
|
+
"detail": "這是資產的原始成本。"
|
|
286
434
|
},
|
|
287
|
-
"
|
|
288
|
-
"name": "
|
|
289
|
-
"detail": "
|
|
435
|
+
"salvage": {
|
|
436
|
+
"name": "殘值",
|
|
437
|
+
"detail": "這是折舊最後的值 (有時稱為資產的殘餘價值)。"
|
|
438
|
+
},
|
|
439
|
+
"life": {
|
|
440
|
+
"name": "使用年限",
|
|
441
|
+
"detail": "這是資產折舊的期數 (有時稱為資產的使用年限)。"
|
|
442
|
+
},
|
|
443
|
+
"period": {
|
|
444
|
+
"name": "期間",
|
|
445
|
+
"detail": "這是要計算折舊的期間。"
|
|
446
|
+
},
|
|
447
|
+
"factor": {
|
|
448
|
+
"name": "速率",
|
|
449
|
+
"detail": "這是餘額遞減的速率。如果省略factor,將假設其值為2(倍率遞減法)。"
|
|
290
450
|
}
|
|
291
451
|
}
|
|
292
452
|
},
|
|
@@ -300,13 +460,25 @@
|
|
|
300
460
|
}
|
|
301
461
|
],
|
|
302
462
|
"functionParameter": {
|
|
303
|
-
"
|
|
304
|
-
"name": "
|
|
305
|
-
"detail": "
|
|
463
|
+
"settlement": {
|
|
464
|
+
"name": "結算日期",
|
|
465
|
+
"detail": "這是證券的結算日期。"
|
|
306
466
|
},
|
|
307
|
-
"
|
|
308
|
-
"name": "
|
|
309
|
-
"detail": "
|
|
467
|
+
"maturity": {
|
|
468
|
+
"name": "到期日期",
|
|
469
|
+
"detail": "這是證券的到期日期。"
|
|
470
|
+
},
|
|
471
|
+
"pr": {
|
|
472
|
+
"name": "價格",
|
|
473
|
+
"detail": "這是證券每$100面額的價格。"
|
|
474
|
+
},
|
|
475
|
+
"redemption": {
|
|
476
|
+
"name": "贖回價",
|
|
477
|
+
"detail": "這是證券每$100面額的贖回價值。"
|
|
478
|
+
},
|
|
479
|
+
"basis": {
|
|
480
|
+
"name": "基礎",
|
|
481
|
+
"detail": "這是要使用的日計數基礎類型。"
|
|
310
482
|
}
|
|
311
483
|
}
|
|
312
484
|
},
|
|
@@ -320,13 +492,13 @@
|
|
|
320
492
|
}
|
|
321
493
|
],
|
|
322
494
|
"functionParameter": {
|
|
323
|
-
"
|
|
324
|
-
"name": "
|
|
325
|
-
"detail": "
|
|
495
|
+
"fractionalDollar": {
|
|
496
|
+
"name": "分數",
|
|
497
|
+
"detail": "這是以整數部分和分數部分表示,並以小數點符號分隔的數字。"
|
|
326
498
|
},
|
|
327
|
-
"
|
|
328
|
-
"name": "
|
|
329
|
-
"detail": "
|
|
499
|
+
"fraction": {
|
|
500
|
+
"name": "分母",
|
|
501
|
+
"detail": "這是用於分數之分母的整數。"
|
|
330
502
|
}
|
|
331
503
|
}
|
|
332
504
|
},
|
|
@@ -340,13 +512,13 @@
|
|
|
340
512
|
}
|
|
341
513
|
],
|
|
342
514
|
"functionParameter": {
|
|
343
|
-
"
|
|
344
|
-
"name": "
|
|
345
|
-
"detail": "
|
|
515
|
+
"decimalDollar": {
|
|
516
|
+
"name": "小數",
|
|
517
|
+
"detail": "這是小數。"
|
|
346
518
|
},
|
|
347
|
-
"
|
|
348
|
-
"name": "
|
|
349
|
-
"detail": "
|
|
519
|
+
"fraction": {
|
|
520
|
+
"name": "分母",
|
|
521
|
+
"detail": "這是用於分數之分母的整數。"
|
|
350
522
|
}
|
|
351
523
|
}
|
|
352
524
|
},
|
|
@@ -380,13 +552,13 @@
|
|
|
380
552
|
}
|
|
381
553
|
],
|
|
382
554
|
"functionParameter": {
|
|
383
|
-
"
|
|
384
|
-
"name": "
|
|
385
|
-
"detail": "
|
|
555
|
+
"nominalRate": {
|
|
556
|
+
"name": "名義利率",
|
|
557
|
+
"detail": "這是名義利率。"
|
|
386
558
|
},
|
|
387
|
-
"
|
|
388
|
-
"name": "
|
|
389
|
-
"detail": "
|
|
559
|
+
"npery": {
|
|
560
|
+
"name": "期數",
|
|
561
|
+
"detail": "每年以複利計算之期數。"
|
|
390
562
|
}
|
|
391
563
|
}
|
|
392
564
|
},
|
|
@@ -400,13 +572,25 @@
|
|
|
400
572
|
}
|
|
401
573
|
],
|
|
402
574
|
"functionParameter": {
|
|
403
|
-
"
|
|
404
|
-
"name": "
|
|
405
|
-
"detail": "
|
|
575
|
+
"rate": {
|
|
576
|
+
"name": "利率",
|
|
577
|
+
"detail": "這是各期的利率。"
|
|
406
578
|
},
|
|
407
|
-
"
|
|
408
|
-
"name": "
|
|
409
|
-
"detail": "
|
|
579
|
+
"nper": {
|
|
580
|
+
"name": "總期數",
|
|
581
|
+
"detail": "這是年金的總付款期數。"
|
|
582
|
+
},
|
|
583
|
+
"pmt": {
|
|
584
|
+
"name": "金額",
|
|
585
|
+
"detail": "這是各期給付的金額;不得在年金期限內變更。"
|
|
586
|
+
},
|
|
587
|
+
"pv": {
|
|
588
|
+
"name": "現值",
|
|
589
|
+
"detail": "一系列未來付款的現值或目前總額。"
|
|
590
|
+
},
|
|
591
|
+
"type": {
|
|
592
|
+
"name": "類型",
|
|
593
|
+
"detail": "數字0或1,指出付款期限。"
|
|
410
594
|
}
|
|
411
595
|
}
|
|
412
596
|
},
|
|
@@ -420,13 +604,13 @@
|
|
|
420
604
|
}
|
|
421
605
|
],
|
|
422
606
|
"functionParameter": {
|
|
423
|
-
"
|
|
424
|
-
"name": "
|
|
425
|
-
"detail": "
|
|
607
|
+
"principal": {
|
|
608
|
+
"name": "初始資金",
|
|
609
|
+
"detail": "這是現值。"
|
|
426
610
|
},
|
|
427
|
-
"
|
|
428
|
-
"name": "
|
|
429
|
-
"detail": "
|
|
611
|
+
"schedule": {
|
|
612
|
+
"name": "利率陣列",
|
|
613
|
+
"detail": "這是要套用的利率陣列。"
|
|
430
614
|
}
|
|
431
615
|
}
|
|
432
616
|
},
|
|
@@ -440,13 +624,25 @@
|
|
|
440
624
|
}
|
|
441
625
|
],
|
|
442
626
|
"functionParameter": {
|
|
443
|
-
"
|
|
444
|
-
"name": "
|
|
445
|
-
"detail": "
|
|
627
|
+
"settlement": {
|
|
628
|
+
"name": "結算日期",
|
|
629
|
+
"detail": "這是證券的結算日期。"
|
|
446
630
|
},
|
|
447
|
-
"
|
|
448
|
-
"name": "
|
|
449
|
-
"detail": "
|
|
631
|
+
"maturity": {
|
|
632
|
+
"name": "到期日期",
|
|
633
|
+
"detail": "這是證券的到期日期。"
|
|
634
|
+
},
|
|
635
|
+
"investment": {
|
|
636
|
+
"name": "投資額",
|
|
637
|
+
"detail": "這是證券的投資額。"
|
|
638
|
+
},
|
|
639
|
+
"redemption": {
|
|
640
|
+
"name": "贖回價",
|
|
641
|
+
"detail": "這是證券到期時的贖回價值。"
|
|
642
|
+
},
|
|
643
|
+
"basis": {
|
|
644
|
+
"name": "基礎",
|
|
645
|
+
"detail": "這是要使用的日計數基礎類型。"
|
|
450
646
|
}
|
|
451
647
|
}
|
|
452
648
|
},
|
|
@@ -460,13 +656,29 @@
|
|
|
460
656
|
}
|
|
461
657
|
],
|
|
462
658
|
"functionParameter": {
|
|
463
|
-
"
|
|
464
|
-
"name": "
|
|
465
|
-
"detail": "
|
|
659
|
+
"rate": {
|
|
660
|
+
"name": "利率",
|
|
661
|
+
"detail": "這是各期的利率。"
|
|
466
662
|
},
|
|
467
|
-
"
|
|
468
|
-
"name": "
|
|
469
|
-
"detail": "
|
|
663
|
+
"per": {
|
|
664
|
+
"name": "期數",
|
|
665
|
+
"detail": "這是求算利息的期次,其值必須介於1到nper之間。"
|
|
666
|
+
},
|
|
667
|
+
"nper": {
|
|
668
|
+
"name": "總期數",
|
|
669
|
+
"detail": "這是年金的總付款期數。"
|
|
670
|
+
},
|
|
671
|
+
"pv": {
|
|
672
|
+
"name": "現值",
|
|
673
|
+
"detail": "一系列未來付款的現值或目前總額。"
|
|
674
|
+
},
|
|
675
|
+
"fv": {
|
|
676
|
+
"name": "餘額",
|
|
677
|
+
"detail": "這是最後一次付款完成後,所能獲得的未來值或現金餘額。"
|
|
678
|
+
},
|
|
679
|
+
"type": {
|
|
680
|
+
"name": "類型",
|
|
681
|
+
"detail": "數字0或1,指出付款期限。"
|
|
470
682
|
}
|
|
471
683
|
}
|
|
472
684
|
},
|
|
@@ -500,13 +712,21 @@
|
|
|
500
712
|
}
|
|
501
713
|
],
|
|
502
714
|
"functionParameter": {
|
|
503
|
-
"
|
|
504
|
-
"name": "
|
|
505
|
-
"detail": "
|
|
715
|
+
"rate": {
|
|
716
|
+
"name": "利率",
|
|
717
|
+
"detail": "這是投資的利率。"
|
|
506
718
|
},
|
|
507
|
-
"
|
|
508
|
-
"name": "
|
|
509
|
-
"detail": "
|
|
719
|
+
"per": {
|
|
720
|
+
"name": "期數",
|
|
721
|
+
"detail": "這是要尋找利息的期間,其值必須介於1到Nper之間。"
|
|
722
|
+
},
|
|
723
|
+
"nper": {
|
|
724
|
+
"name": "總期數",
|
|
725
|
+
"detail": "這是投資的總付款期數。"
|
|
726
|
+
},
|
|
727
|
+
"pv": {
|
|
728
|
+
"name": "現值",
|
|
729
|
+
"detail": "這是投資的現值。若為貸款,Pv為貸款金額。"
|
|
510
730
|
}
|
|
511
731
|
}
|
|
512
732
|
},
|
|
@@ -560,13 +780,13 @@
|
|
|
560
780
|
}
|
|
561
781
|
],
|
|
562
782
|
"functionParameter": {
|
|
563
|
-
"
|
|
564
|
-
"name": "
|
|
565
|
-
"detail": "
|
|
783
|
+
"effectRate": {
|
|
784
|
+
"name": "實質利率",
|
|
785
|
+
"detail": "這是實質利率。"
|
|
566
786
|
},
|
|
567
|
-
"
|
|
568
|
-
"name": "
|
|
569
|
-
"detail": "
|
|
787
|
+
"npery": {
|
|
788
|
+
"name": "期數",
|
|
789
|
+
"detail": "每年以複利計算之期數。"
|
|
570
790
|
}
|
|
571
791
|
}
|
|
572
792
|
},
|
|
@@ -580,13 +800,25 @@
|
|
|
580
800
|
}
|
|
581
801
|
],
|
|
582
802
|
"functionParameter": {
|
|
583
|
-
"
|
|
584
|
-
"name": "
|
|
585
|
-
"detail": "
|
|
803
|
+
"rate": {
|
|
804
|
+
"name": "利率",
|
|
805
|
+
"detail": "這是各期的利率。"
|
|
586
806
|
},
|
|
587
|
-
"
|
|
588
|
-
"name": "
|
|
589
|
-
"detail": "
|
|
807
|
+
"pmt": {
|
|
808
|
+
"name": "金額",
|
|
809
|
+
"detail": "這是各期給付的金額;不得在年金期限內變更。"
|
|
810
|
+
},
|
|
811
|
+
"pv": {
|
|
812
|
+
"name": "現值",
|
|
813
|
+
"detail": "一系列未來付款的現值或目前總額。"
|
|
814
|
+
},
|
|
815
|
+
"fv": {
|
|
816
|
+
"name": "餘額",
|
|
817
|
+
"detail": "這是最後一次付款完成後,所能獲得的未來值或現金餘額。"
|
|
818
|
+
},
|
|
819
|
+
"type": {
|
|
820
|
+
"name": "類型",
|
|
821
|
+
"detail": "數字0或1,指出付款期限。"
|
|
590
822
|
}
|
|
591
823
|
}
|
|
592
824
|
},
|
|
@@ -720,13 +952,25 @@
|
|
|
720
952
|
}
|
|
721
953
|
],
|
|
722
954
|
"functionParameter": {
|
|
723
|
-
"
|
|
724
|
-
"name": "
|
|
725
|
-
"detail": "
|
|
955
|
+
"rate": {
|
|
956
|
+
"name": "利率",
|
|
957
|
+
"detail": "這是各期的利率。"
|
|
726
958
|
},
|
|
727
|
-
"
|
|
728
|
-
"name": "
|
|
729
|
-
"detail": "
|
|
959
|
+
"nper": {
|
|
960
|
+
"name": "總期數",
|
|
961
|
+
"detail": "這是年金的總付款期數。"
|
|
962
|
+
},
|
|
963
|
+
"pv": {
|
|
964
|
+
"name": "現值",
|
|
965
|
+
"detail": "一系列未來付款的現值或目前總額。"
|
|
966
|
+
},
|
|
967
|
+
"fv": {
|
|
968
|
+
"name": "餘額",
|
|
969
|
+
"detail": "這是最後一次付款完成後,所能獲得的未來值或現金餘額。"
|
|
970
|
+
},
|
|
971
|
+
"type": {
|
|
972
|
+
"name": "類型",
|
|
973
|
+
"detail": "數字0或1,指出付款期限。"
|
|
730
974
|
}
|
|
731
975
|
}
|
|
732
976
|
},
|
|
@@ -740,13 +984,29 @@
|
|
|
740
984
|
}
|
|
741
985
|
],
|
|
742
986
|
"functionParameter": {
|
|
743
|
-
"
|
|
744
|
-
"name": "
|
|
745
|
-
"detail": "
|
|
987
|
+
"rate": {
|
|
988
|
+
"name": "利率",
|
|
989
|
+
"detail": "這是各期的利率。"
|
|
746
990
|
},
|
|
747
|
-
"
|
|
748
|
-
"name": "
|
|
749
|
-
"detail": "
|
|
991
|
+
"per": {
|
|
992
|
+
"name": "期數",
|
|
993
|
+
"detail": "這是求算利息的期次,其值必須介於1到nper之間。"
|
|
994
|
+
},
|
|
995
|
+
"nper": {
|
|
996
|
+
"name": "總期數",
|
|
997
|
+
"detail": "這是年金的總付款期數。"
|
|
998
|
+
},
|
|
999
|
+
"pv": {
|
|
1000
|
+
"name": "現值",
|
|
1001
|
+
"detail": "一系列未來付款的現值或目前總額。"
|
|
1002
|
+
},
|
|
1003
|
+
"fv": {
|
|
1004
|
+
"name": "餘額",
|
|
1005
|
+
"detail": "這是最後一次付款完成後,所能獲得的未來值或現金餘額。"
|
|
1006
|
+
},
|
|
1007
|
+
"type": {
|
|
1008
|
+
"name": "類型",
|
|
1009
|
+
"detail": "數字0或1,指出付款期限。"
|
|
750
1010
|
}
|
|
751
1011
|
}
|
|
752
1012
|
},
|
|
@@ -820,13 +1080,25 @@
|
|
|
820
1080
|
}
|
|
821
1081
|
],
|
|
822
1082
|
"functionParameter": {
|
|
823
|
-
"
|
|
824
|
-
"name": "
|
|
825
|
-
"detail": "
|
|
1083
|
+
"rate": {
|
|
1084
|
+
"name": "利率",
|
|
1085
|
+
"detail": "這是各期的利率。"
|
|
826
1086
|
},
|
|
827
|
-
"
|
|
828
|
-
"name": "
|
|
829
|
-
"detail": "
|
|
1087
|
+
"nper": {
|
|
1088
|
+
"name": "總期數",
|
|
1089
|
+
"detail": "這是年金的總付款期數。"
|
|
1090
|
+
},
|
|
1091
|
+
"pmt": {
|
|
1092
|
+
"name": "金額",
|
|
1093
|
+
"detail": "這是各期給付的金額;不得在年金期限內變更。"
|
|
1094
|
+
},
|
|
1095
|
+
"fv": {
|
|
1096
|
+
"name": "餘額",
|
|
1097
|
+
"detail": "這是最後一次付款完成後,所能獲得的未來值或現金餘額。"
|
|
1098
|
+
},
|
|
1099
|
+
"type": {
|
|
1100
|
+
"name": "類型",
|
|
1101
|
+
"detail": "數字0或1,指出付款期限。"
|
|
830
1102
|
}
|
|
831
1103
|
}
|
|
832
1104
|
},
|
|
@@ -840,13 +1112,29 @@
|
|
|
840
1112
|
}
|
|
841
1113
|
],
|
|
842
1114
|
"functionParameter": {
|
|
843
|
-
"
|
|
844
|
-
"name": "
|
|
845
|
-
"detail": "
|
|
1115
|
+
"nper": {
|
|
1116
|
+
"name": "總期數",
|
|
1117
|
+
"detail": "這是年金的總付款期數。"
|
|
846
1118
|
},
|
|
847
|
-
"
|
|
848
|
-
"name": "
|
|
849
|
-
"detail": "
|
|
1119
|
+
"pmt": {
|
|
1120
|
+
"name": "金額",
|
|
1121
|
+
"detail": "這是各期給付的金額;不得在年金期限內變更。"
|
|
1122
|
+
},
|
|
1123
|
+
"pv": {
|
|
1124
|
+
"name": "現值",
|
|
1125
|
+
"detail": "一系列未來付款的現值或目前總額。"
|
|
1126
|
+
},
|
|
1127
|
+
"fv": {
|
|
1128
|
+
"name": "餘額",
|
|
1129
|
+
"detail": "這是最後一次付款完成後,所能獲得的未來值或現金餘額。"
|
|
1130
|
+
},
|
|
1131
|
+
"type": {
|
|
1132
|
+
"name": "類型",
|
|
1133
|
+
"detail": "數字0或1,指出付款期限。"
|
|
1134
|
+
},
|
|
1135
|
+
"guess": {
|
|
1136
|
+
"name": "猜測值",
|
|
1137
|
+
"detail": "這是對利率的猜測值。"
|
|
850
1138
|
}
|
|
851
1139
|
}
|
|
852
1140
|
},
|
|
@@ -1249,7 +1537,7 @@
|
|
|
1249
1537
|
"detail": "一個代表開始日期的日期。 應使用 DATE 函數輸入日期,或將日期輸入為其他公式或函數的結果。 例如,使用函數 DATE(2008,5,23) 輸入 2008 年 5 月 23 日。 "
|
|
1250
1538
|
},
|
|
1251
1539
|
"months": {
|
|
1252
|
-
"name": "
|
|
1540
|
+
"name": "月份數",
|
|
1253
1541
|
"detail": "Start Date 之前或之後的月份數。 Months 為正值將產生未來日期;為負值將產生過去日期。 "
|
|
1254
1542
|
}
|
|
1255
1543
|
}
|
|
@@ -1348,13 +1636,17 @@
|
|
|
1348
1636
|
}
|
|
1349
1637
|
],
|
|
1350
1638
|
"functionParameter": {
|
|
1351
|
-
"
|
|
1352
|
-
"name": "
|
|
1353
|
-
"detail": "
|
|
1639
|
+
"startDate": {
|
|
1640
|
+
"name": "開始日期",
|
|
1641
|
+
"detail": "這是代表開始日期的日期。"
|
|
1354
1642
|
},
|
|
1355
|
-
"
|
|
1356
|
-
"name": "
|
|
1357
|
-
"detail": "
|
|
1643
|
+
"endDate": {
|
|
1644
|
+
"name": "結束日期",
|
|
1645
|
+
"detail": "這是代表結束日期的日期。"
|
|
1646
|
+
},
|
|
1647
|
+
"holidays": {
|
|
1648
|
+
"name": "假日",
|
|
1649
|
+
"detail": "這是要從工作行事曆中排除之一個或多個日期的選擇性範圍。"
|
|
1358
1650
|
}
|
|
1359
1651
|
}
|
|
1360
1652
|
},
|
|
@@ -1368,13 +1660,21 @@
|
|
|
1368
1660
|
}
|
|
1369
1661
|
],
|
|
1370
1662
|
"functionParameter": {
|
|
1371
|
-
"
|
|
1372
|
-
"name": "
|
|
1373
|
-
"detail": "
|
|
1663
|
+
"startDate": {
|
|
1664
|
+
"name": "開始日期",
|
|
1665
|
+
"detail": "這是代表開始日期的日期。"
|
|
1374
1666
|
},
|
|
1375
|
-
"
|
|
1376
|
-
"name": "
|
|
1377
|
-
"detail": "
|
|
1667
|
+
"endDate": {
|
|
1668
|
+
"name": "結束日期",
|
|
1669
|
+
"detail": "這是代表結束日期的日期。"
|
|
1670
|
+
},
|
|
1671
|
+
"weekend": {
|
|
1672
|
+
"name": "週末",
|
|
1673
|
+
"detail": "是指定何時是週末的數字或字串。"
|
|
1674
|
+
},
|
|
1675
|
+
"holidays": {
|
|
1676
|
+
"name": "假日",
|
|
1677
|
+
"detail": "這是要從工作行事曆中排除之一個或多個日期的選擇性範圍。"
|
|
1378
1678
|
}
|
|
1379
1679
|
}
|
|
1380
1680
|
},
|
|
@@ -1440,8 +1740,8 @@
|
|
|
1440
1740
|
],
|
|
1441
1741
|
"functionParameter": {
|
|
1442
1742
|
"timeText": {
|
|
1443
|
-
"name": "
|
|
1444
|
-
"detail": "
|
|
1743
|
+
"name": "時間文字",
|
|
1744
|
+
"detail": "這是以任何一種時間格式表示的文字字串;例如,\"6:45 PM\" 和 \"18:45\",引號中的文字字串表示時間。"
|
|
1445
1745
|
}
|
|
1446
1746
|
}
|
|
1447
1747
|
},
|
|
@@ -1506,13 +1806,17 @@
|
|
|
1506
1806
|
}
|
|
1507
1807
|
],
|
|
1508
1808
|
"functionParameter": {
|
|
1509
|
-
"
|
|
1510
|
-
"name": "
|
|
1511
|
-
"detail": "
|
|
1809
|
+
"startDate": {
|
|
1810
|
+
"name": "開始日期",
|
|
1811
|
+
"detail": "這是代表開始日期的日期。"
|
|
1512
1812
|
},
|
|
1513
|
-
"
|
|
1514
|
-
"name": "
|
|
1515
|
-
"detail": "
|
|
1813
|
+
"days": {
|
|
1814
|
+
"name": "天數",
|
|
1815
|
+
"detail": "這是開始日期之前或之後的非週末和非假日的天數。正值代表未來的日期;負值代表過去的日期。"
|
|
1816
|
+
},
|
|
1817
|
+
"holidays": {
|
|
1818
|
+
"name": "假日",
|
|
1819
|
+
"detail": "這是要從工作行事曆中排除之一個或多個日期的選擇性範圍。"
|
|
1516
1820
|
}
|
|
1517
1821
|
}
|
|
1518
1822
|
},
|
|
@@ -1526,13 +1830,21 @@
|
|
|
1526
1830
|
}
|
|
1527
1831
|
],
|
|
1528
1832
|
"functionParameter": {
|
|
1529
|
-
"
|
|
1530
|
-
"name": "
|
|
1531
|
-
"detail": "
|
|
1833
|
+
"startDate": {
|
|
1834
|
+
"name": "開始日期",
|
|
1835
|
+
"detail": "這是代表開始日期的日期。"
|
|
1532
1836
|
},
|
|
1533
|
-
"
|
|
1534
|
-
"name": "
|
|
1535
|
-
"detail": "
|
|
1837
|
+
"days": {
|
|
1838
|
+
"name": "天數",
|
|
1839
|
+
"detail": "這是開始日期之前或之後的非週末和非假日的天數。正值代表未來的日期;負值代表過去的日期。"
|
|
1840
|
+
},
|
|
1841
|
+
"weekend": {
|
|
1842
|
+
"name": "週末",
|
|
1843
|
+
"detail": "是指定何時是週末的數字或字串。"
|
|
1844
|
+
},
|
|
1845
|
+
"holidays": {
|
|
1846
|
+
"name": "假日",
|
|
1847
|
+
"detail": "這是要從工作行事曆中排除之一個或多個日期的選擇性範圍。"
|
|
1536
1848
|
}
|
|
1537
1849
|
}
|
|
1538
1850
|
},
|
|
@@ -1636,7 +1948,7 @@
|
|
|
1636
1948
|
"functionParameter": {
|
|
1637
1949
|
"number": {
|
|
1638
1950
|
"name": "數值",
|
|
1639
|
-
"detail": "
|
|
1951
|
+
"detail": "數字是需要的角度的正切值。 這必須是實數。 "
|
|
1640
1952
|
}
|
|
1641
1953
|
}
|
|
1642
1954
|
},
|
|
@@ -1650,13 +1962,9 @@
|
|
|
1650
1962
|
}
|
|
1651
1963
|
],
|
|
1652
1964
|
"functionParameter": {
|
|
1653
|
-
"
|
|
1654
|
-
"name": "
|
|
1655
|
-
"detail": "
|
|
1656
|
-
},
|
|
1657
|
-
"number2": {
|
|
1658
|
-
"name": "number2",
|
|
1659
|
-
"detail": "second"
|
|
1965
|
+
"number": {
|
|
1966
|
+
"name": "數值",
|
|
1967
|
+
"detail": "數字的絕對值必須大於 1。"
|
|
1660
1968
|
}
|
|
1661
1969
|
}
|
|
1662
1970
|
},
|
|
@@ -1710,13 +2018,9 @@
|
|
|
1710
2018
|
}
|
|
1711
2019
|
],
|
|
1712
2020
|
"functionParameter": {
|
|
1713
|
-
"
|
|
1714
|
-
"name": "
|
|
1715
|
-
"detail": "
|
|
1716
|
-
},
|
|
1717
|
-
"number2": {
|
|
1718
|
-
"name": "number2",
|
|
1719
|
-
"detail": "second"
|
|
2021
|
+
"number": {
|
|
2022
|
+
"name": "數值",
|
|
2023
|
+
"detail": "這是欲求角度的正弦值,其值必須介於 -1 到 1。"
|
|
1720
2024
|
}
|
|
1721
2025
|
}
|
|
1722
2026
|
},
|
|
@@ -1730,13 +2034,9 @@
|
|
|
1730
2034
|
}
|
|
1731
2035
|
],
|
|
1732
2036
|
"functionParameter": {
|
|
1733
|
-
"
|
|
1734
|
-
"name": "
|
|
1735
|
-
"detail": "
|
|
1736
|
-
},
|
|
1737
|
-
"number2": {
|
|
1738
|
-
"name": "number2",
|
|
1739
|
-
"detail": "second"
|
|
2037
|
+
"number": {
|
|
2038
|
+
"name": "數值",
|
|
2039
|
+
"detail": "這是任意實數。"
|
|
1740
2040
|
}
|
|
1741
2041
|
}
|
|
1742
2042
|
},
|
|
@@ -1750,13 +2050,9 @@
|
|
|
1750
2050
|
}
|
|
1751
2051
|
],
|
|
1752
2052
|
"functionParameter": {
|
|
1753
|
-
"
|
|
1754
|
-
"name": "
|
|
1755
|
-
"detail": "
|
|
1756
|
-
},
|
|
1757
|
-
"number2": {
|
|
1758
|
-
"name": "number2",
|
|
1759
|
-
"detail": "second"
|
|
2053
|
+
"number": {
|
|
2054
|
+
"name": "數值",
|
|
2055
|
+
"detail": "這是欲求角度的正切值。"
|
|
1760
2056
|
}
|
|
1761
2057
|
}
|
|
1762
2058
|
},
|
|
@@ -1770,13 +2066,13 @@
|
|
|
1770
2066
|
}
|
|
1771
2067
|
],
|
|
1772
2068
|
"functionParameter": {
|
|
1773
|
-
"
|
|
1774
|
-
"name": "
|
|
1775
|
-
"detail": "
|
|
2069
|
+
"xNum": {
|
|
2070
|
+
"name": "x 座標",
|
|
2071
|
+
"detail": "這是點的 X 座標。"
|
|
1776
2072
|
},
|
|
1777
|
-
"
|
|
1778
|
-
"name": "
|
|
1779
|
-
"detail": "
|
|
2073
|
+
"yNum": {
|
|
2074
|
+
"name": "y 座標",
|
|
2075
|
+
"detail": "這是點的 Y 座標。"
|
|
1780
2076
|
}
|
|
1781
2077
|
}
|
|
1782
2078
|
},
|
|
@@ -1790,13 +2086,9 @@
|
|
|
1790
2086
|
}
|
|
1791
2087
|
],
|
|
1792
2088
|
"functionParameter": {
|
|
1793
|
-
"
|
|
1794
|
-
"name": "
|
|
1795
|
-
"detail": "
|
|
1796
|
-
},
|
|
1797
|
-
"number2": {
|
|
1798
|
-
"name": "number2",
|
|
1799
|
-
"detail": "second"
|
|
2089
|
+
"number": {
|
|
2090
|
+
"name": "數值",
|
|
2091
|
+
"detail": "這是任何介於 1 和 -1 之間的實數。"
|
|
1800
2092
|
}
|
|
1801
2093
|
}
|
|
1802
2094
|
},
|
|
@@ -1812,11 +2104,15 @@
|
|
|
1812
2104
|
"functionParameter": {
|
|
1813
2105
|
"number": {
|
|
1814
2106
|
"name": "數值",
|
|
1815
|
-
"detail": "
|
|
2107
|
+
"detail": "這是要轉換的數位。必須是大於或等於 0 且小於 2^53 的整數。"
|
|
1816
2108
|
},
|
|
1817
2109
|
"radix": {
|
|
1818
2110
|
"name": "基數",
|
|
1819
|
-
"detail": "
|
|
2111
|
+
"detail": "這是要將數字轉換為底數的基數。必須是大於或等於 2 且小於或等於 36 的整數。"
|
|
2112
|
+
},
|
|
2113
|
+
"minLength": {
|
|
2114
|
+
"name": "最小長度",
|
|
2115
|
+
"detail": "傳回之字串的最小長度。必須是大於或等於 0 的整數。"
|
|
1820
2116
|
}
|
|
1821
2117
|
}
|
|
1822
2118
|
},
|
|
@@ -1934,13 +2230,9 @@
|
|
|
1934
2230
|
}
|
|
1935
2231
|
],
|
|
1936
2232
|
"functionParameter": {
|
|
1937
|
-
"
|
|
1938
|
-
"name": "
|
|
1939
|
-
"detail": "
|
|
1940
|
-
},
|
|
1941
|
-
"number2": {
|
|
1942
|
-
"name": "number2",
|
|
1943
|
-
"detail": "second"
|
|
2233
|
+
"number": {
|
|
2234
|
+
"name": "數值",
|
|
2235
|
+
"detail": " 這是欲求算其餘弦值的角度,以弧度表示。"
|
|
1944
2236
|
}
|
|
1945
2237
|
}
|
|
1946
2238
|
},
|
|
@@ -1954,13 +2246,9 @@
|
|
|
1954
2246
|
}
|
|
1955
2247
|
],
|
|
1956
2248
|
"functionParameter": {
|
|
1957
|
-
"
|
|
1958
|
-
"name": "
|
|
1959
|
-
"detail": "
|
|
1960
|
-
},
|
|
1961
|
-
"number2": {
|
|
1962
|
-
"name": "number2",
|
|
1963
|
-
"detail": "second"
|
|
2249
|
+
"number": {
|
|
2250
|
+
"name": "數值",
|
|
2251
|
+
"detail": "這是欲求得其雙曲線餘弦值的任意實數。"
|
|
1964
2252
|
}
|
|
1965
2253
|
}
|
|
1966
2254
|
},
|
|
@@ -1974,13 +2262,9 @@
|
|
|
1974
2262
|
}
|
|
1975
2263
|
],
|
|
1976
2264
|
"functionParameter": {
|
|
1977
|
-
"
|
|
1978
|
-
"name": "
|
|
1979
|
-
"detail": "
|
|
1980
|
-
},
|
|
1981
|
-
"number2": {
|
|
1982
|
-
"name": "number2",
|
|
1983
|
-
"detail": "second"
|
|
2265
|
+
"number": {
|
|
2266
|
+
"name": "數值",
|
|
2267
|
+
"detail": "這是欲求餘切值的角度,以弧度表示。"
|
|
1984
2268
|
}
|
|
1985
2269
|
}
|
|
1986
2270
|
},
|
|
@@ -1994,13 +2278,9 @@
|
|
|
1994
2278
|
}
|
|
1995
2279
|
],
|
|
1996
2280
|
"functionParameter": {
|
|
1997
|
-
"
|
|
1998
|
-
"name": "
|
|
1999
|
-
"detail": "
|
|
2000
|
-
},
|
|
2001
|
-
"number2": {
|
|
2002
|
-
"name": "number2",
|
|
2003
|
-
"detail": "second"
|
|
2281
|
+
"number": {
|
|
2282
|
+
"name": "數值",
|
|
2283
|
+
"detail": "想要求雙曲餘切的任意實數。"
|
|
2004
2284
|
}
|
|
2005
2285
|
}
|
|
2006
2286
|
},
|
|
@@ -2014,13 +2294,9 @@
|
|
|
2014
2294
|
}
|
|
2015
2295
|
],
|
|
2016
2296
|
"functionParameter": {
|
|
2017
|
-
"
|
|
2018
|
-
"name": "
|
|
2019
|
-
"detail": "
|
|
2020
|
-
},
|
|
2021
|
-
"number2": {
|
|
2022
|
-
"name": "number2",
|
|
2023
|
-
"detail": "second"
|
|
2297
|
+
"number": {
|
|
2298
|
+
"name": "數值",
|
|
2299
|
+
"detail": "想要求餘割的角度,以弧度表示。"
|
|
2024
2300
|
}
|
|
2025
2301
|
}
|
|
2026
2302
|
},
|
|
@@ -2034,13 +2310,9 @@
|
|
|
2034
2310
|
}
|
|
2035
2311
|
],
|
|
2036
2312
|
"functionParameter": {
|
|
2037
|
-
"
|
|
2038
|
-
"name": "
|
|
2039
|
-
"detail": "
|
|
2040
|
-
},
|
|
2041
|
-
"number2": {
|
|
2042
|
-
"name": "number2",
|
|
2043
|
-
"detail": "second"
|
|
2313
|
+
"number": {
|
|
2314
|
+
"name": "數值",
|
|
2315
|
+
"detail": "想要求雙曲餘割值的角度,以弧度表示。"
|
|
2044
2316
|
}
|
|
2045
2317
|
}
|
|
2046
2318
|
},
|
|
@@ -2198,7 +2470,7 @@
|
|
|
2198
2470
|
},
|
|
2199
2471
|
"FLOOR_PRECISE": {
|
|
2200
2472
|
"description": "將數字向下捨去為最接近的整數或最接近的指定基數的倍數。 無論該數字的符號為何,該數字都向下捨去。 ",
|
|
2201
|
-
"abstract": "將數字向下捨去為最接近的整數或最接近的指定基數的倍數。
|
|
2473
|
+
"abstract": "將數字向下捨去為最接近的整數或最接近的指定基數的倍數。",
|
|
2202
2474
|
"links": [
|
|
2203
2475
|
{
|
|
2204
2476
|
"title": "教導",
|
|
@@ -2306,13 +2578,25 @@
|
|
|
2306
2578
|
}
|
|
2307
2579
|
],
|
|
2308
2580
|
"functionParameter": {
|
|
2309
|
-
"
|
|
2310
|
-
"name": "
|
|
2311
|
-
"detail": "
|
|
2581
|
+
"name1": {
|
|
2582
|
+
"name": "名稱1",
|
|
2583
|
+
"detail": "第一個指派的名稱。必須以字母開頭。不能是公式的輸出結果,或與範圍語法衝突。"
|
|
2312
2584
|
},
|
|
2313
|
-
"
|
|
2314
|
-
"name": "
|
|
2315
|
-
"detail": "
|
|
2585
|
+
"nameValue1": {
|
|
2586
|
+
"name": "值1",
|
|
2587
|
+
"detail": "指派給名稱1(name 1)的值。"
|
|
2588
|
+
},
|
|
2589
|
+
"calculationOrName2": {
|
|
2590
|
+
"name": "計算或名稱2",
|
|
2591
|
+
"detail": "下列其中一項:\n1.使用 LET 函數中所有名稱的計算。這必須是 LET 函數中的最後一個引數。\n2.指派給第二個 name_value 的第二個名稱。若有指定名稱,則必須要有 name_value2 和 calculation_ 或 _name3。"
|
|
2592
|
+
},
|
|
2593
|
+
"nameValue2": {
|
|
2594
|
+
"name": "值2",
|
|
2595
|
+
"detail": "指派給 calculation_or_name2 的值。"
|
|
2596
|
+
},
|
|
2597
|
+
"calculationOrName3": {
|
|
2598
|
+
"name": "計算或名稱3",
|
|
2599
|
+
"detail": "下列其中一項:\n1.使用 LET 函數中所有名稱的計算。LET 函數中的最後一個引數必須是計算。\n2.指派給第三個 name_value 的第三個名稱。若有指定名稱,則必須要有 name_value3 和 calculation_ 或 _name4。"
|
|
2316
2600
|
}
|
|
2317
2601
|
}
|
|
2318
2602
|
},
|
|
@@ -2546,12 +2830,12 @@
|
|
|
2546
2830
|
],
|
|
2547
2831
|
"functionParameter": {
|
|
2548
2832
|
"number": {
|
|
2549
|
-
"name": "
|
|
2550
|
-
"detail": "
|
|
2833
|
+
"name": "數值",
|
|
2834
|
+
"detail": "基數。可為任意實數。"
|
|
2551
2835
|
},
|
|
2552
2836
|
"power": {
|
|
2553
2837
|
"name": "指數",
|
|
2554
|
-
"detail": "基數乘冪運算的指數。
|
|
2838
|
+
"detail": "基數乘冪運算的指數。"
|
|
2555
2839
|
}
|
|
2556
2840
|
}
|
|
2557
2841
|
},
|
|
@@ -2567,11 +2851,11 @@
|
|
|
2567
2851
|
"functionParameter": {
|
|
2568
2852
|
"number1": {
|
|
2569
2853
|
"name": "數值 1",
|
|
2570
|
-
"detail": "要相乘的第一個數字或範圍。
|
|
2854
|
+
"detail": "要相乘的第一個數字或範圍。"
|
|
2571
2855
|
},
|
|
2572
2856
|
"number2": {
|
|
2573
2857
|
"name": "數值 2",
|
|
2574
|
-
"detail": "要相乘的其他數字或儲存格區域,最多可以使用 255 個參數。
|
|
2858
|
+
"detail": "要相乘的其他數字或儲存格區域,最多可以使用 255 個參數。"
|
|
2575
2859
|
}
|
|
2576
2860
|
}
|
|
2577
2861
|
},
|
|
@@ -2623,8 +2907,8 @@
|
|
|
2623
2907
|
"functionParameter": {}
|
|
2624
2908
|
},
|
|
2625
2909
|
"RANDARRAY": {
|
|
2626
|
-
"description": "RANDARRAY 函數傳回 0 和 1
|
|
2627
|
-
"abstract": "RANDARRAY 函數傳回 0 和 1 之間的隨機數字數組。
|
|
2910
|
+
"description": "RANDARRAY 函數傳回 0 和 1 之間的隨機數字數組。但是,你可以指定要填滿的行數和列數、最小值和最大值,以及是否會傳回整個數字或小數值。",
|
|
2911
|
+
"abstract": "RANDARRAY 函數傳回 0 和 1 之間的隨機數字數組。",
|
|
2628
2912
|
"links": [
|
|
2629
2913
|
{
|
|
2630
2914
|
"title": "教導",
|
|
@@ -2856,13 +3140,9 @@
|
|
|
2856
3140
|
}
|
|
2857
3141
|
],
|
|
2858
3142
|
"functionParameter": {
|
|
2859
|
-
"
|
|
2860
|
-
"name": "
|
|
2861
|
-
"detail": "
|
|
2862
|
-
},
|
|
2863
|
-
"number2": {
|
|
2864
|
-
"name": "number2",
|
|
2865
|
-
"detail": "second"
|
|
3143
|
+
"number": {
|
|
3144
|
+
"name": "數值",
|
|
3145
|
+
"detail": "這是要求出正弦值的角度,以弧度表示。"
|
|
2866
3146
|
}
|
|
2867
3147
|
}
|
|
2868
3148
|
},
|
|
@@ -2876,13 +3156,9 @@
|
|
|
2876
3156
|
}
|
|
2877
3157
|
],
|
|
2878
3158
|
"functionParameter": {
|
|
2879
|
-
"
|
|
2880
|
-
"name": "
|
|
2881
|
-
"detail": "
|
|
2882
|
-
},
|
|
2883
|
-
"number2": {
|
|
2884
|
-
"name": "number2",
|
|
2885
|
-
"detail": "second"
|
|
3159
|
+
"number": {
|
|
3160
|
+
"name": "數值",
|
|
3161
|
+
"detail": "這是任意實數。"
|
|
2886
3162
|
}
|
|
2887
3163
|
}
|
|
2888
3164
|
},
|
|
@@ -2987,8 +3263,8 @@
|
|
|
2987
3263
|
}
|
|
2988
3264
|
},
|
|
2989
3265
|
"SUMIFS": {
|
|
2990
|
-
"description": "
|
|
2991
|
-
"abstract": "
|
|
3266
|
+
"description": "會加總符合多項準則的所有引數。",
|
|
3267
|
+
"abstract": "會加總符合多項準則的所有引數。",
|
|
2992
3268
|
"links": [
|
|
2993
3269
|
{
|
|
2994
3270
|
"title": "教導",
|
|
@@ -3128,13 +3404,9 @@
|
|
|
3128
3404
|
}
|
|
3129
3405
|
],
|
|
3130
3406
|
"functionParameter": {
|
|
3131
|
-
"
|
|
3132
|
-
"name": "
|
|
3133
|
-
"detail": "
|
|
3134
|
-
},
|
|
3135
|
-
"number2": {
|
|
3136
|
-
"name": "number2",
|
|
3137
|
-
"detail": "second"
|
|
3407
|
+
"number": {
|
|
3408
|
+
"name": "數值",
|
|
3409
|
+
"detail": "這是要求出正切值的角度,以弧度表示。"
|
|
3138
3410
|
}
|
|
3139
3411
|
}
|
|
3140
3412
|
},
|
|
@@ -3148,13 +3420,9 @@
|
|
|
3148
3420
|
}
|
|
3149
3421
|
],
|
|
3150
3422
|
"functionParameter": {
|
|
3151
|
-
"
|
|
3152
|
-
"name": "
|
|
3153
|
-
"detail": "
|
|
3154
|
-
},
|
|
3155
|
-
"number2": {
|
|
3156
|
-
"name": "number2",
|
|
3157
|
-
"detail": "second"
|
|
3423
|
+
"number": {
|
|
3424
|
+
"name": "數值",
|
|
3425
|
+
"detail": "這是任意實數。"
|
|
3158
3426
|
}
|
|
3159
3427
|
}
|
|
3160
3428
|
},
|
|
@@ -5484,13 +5752,9 @@
|
|
|
5484
5752
|
}
|
|
5485
5753
|
],
|
|
5486
5754
|
"functionParameter": {
|
|
5487
|
-
"
|
|
5488
|
-
"name": "
|
|
5489
|
-
"detail": "
|
|
5490
|
-
},
|
|
5491
|
-
"number2": {
|
|
5492
|
-
"name": "number2",
|
|
5493
|
-
"detail": "second"
|
|
5755
|
+
"reference": {
|
|
5756
|
+
"name": "引用",
|
|
5757
|
+
"detail": "儲存格或儲存格範圍的參照,而且可參照多個區域。"
|
|
5494
5758
|
}
|
|
5495
5759
|
}
|
|
5496
5760
|
},
|
|
@@ -5802,7 +6066,7 @@
|
|
|
5802
6066
|
"functionParameter": {
|
|
5803
6067
|
"reference": {
|
|
5804
6068
|
"name": "引用",
|
|
5805
|
-
"detail": "對一個或多個儲存格區域的引用。
|
|
6069
|
+
"detail": "對一個或多個儲存格區域的引用。"
|
|
5806
6070
|
},
|
|
5807
6071
|
"rowNum": {
|
|
5808
6072
|
"name": "行號",
|
|
@@ -5814,7 +6078,7 @@
|
|
|
5814
6078
|
},
|
|
5815
6079
|
"areaNum": {
|
|
5816
6080
|
"name": "區域編號",
|
|
5817
|
-
"detail": "
|
|
6081
|
+
"detail": "選擇要傳回行號和列號的交叉點的參考區域。"
|
|
5818
6082
|
}
|
|
5819
6083
|
}
|
|
5820
6084
|
},
|
|
@@ -5830,11 +6094,11 @@
|
|
|
5830
6094
|
"functionParameter": {
|
|
5831
6095
|
"refText": {
|
|
5832
6096
|
"name": "引用文本",
|
|
5833
|
-
"detail": "對包含 A1 樣式引用、R1C1 樣式引用、定義為引用的名稱或作為文本字符串引用的單元格的引用的引用。
|
|
6097
|
+
"detail": "對包含 A1 樣式引用、R1C1 樣式引用、定義為引用的名稱或作為文本字符串引用的單元格的引用的引用。"
|
|
5834
6098
|
},
|
|
5835
6099
|
"a1": {
|
|
5836
6100
|
"name": "引用類型",
|
|
5837
|
-
"detail": "
|
|
6101
|
+
"detail": "一個邏輯值,用於指定包含在單元格引用文本中的引用的類型。"
|
|
5838
6102
|
}
|
|
5839
6103
|
}
|
|
5840
6104
|
},
|
|
@@ -5863,7 +6127,7 @@
|
|
|
5863
6127
|
}
|
|
5864
6128
|
},
|
|
5865
6129
|
"MATCH": {
|
|
5866
|
-
"description": "使用 MATCH 函數在 範圍 儲存格中搜尋特定的項,然後傳回該項在此區域中的相對位置。
|
|
6130
|
+
"description": "使用 MATCH 函數在 範圍 儲存格中搜尋特定的項,然後傳回該項在此區域中的相對位置。",
|
|
5867
6131
|
"abstract": "在參考或陣列中尋找值",
|
|
5868
6132
|
"links": [
|
|
5869
6133
|
{
|
|
@@ -5874,15 +6138,15 @@
|
|
|
5874
6138
|
"functionParameter": {
|
|
5875
6139
|
"lookupValue": {
|
|
5876
6140
|
"name": "尋找值",
|
|
5877
|
-
"detail": "要在 lookup_array 中符合的值。
|
|
6141
|
+
"detail": "要在 lookup_array 中符合的值。"
|
|
5878
6142
|
},
|
|
5879
6143
|
"lookupArray": {
|
|
5880
6144
|
"name": "搜尋區域",
|
|
5881
|
-
"detail": "要搜尋的儲存格區域。
|
|
6145
|
+
"detail": "要搜尋的儲存格區域。"
|
|
5882
6146
|
},
|
|
5883
6147
|
"matchType": {
|
|
5884
6148
|
"name": "符合類型",
|
|
5885
|
-
"detail": "數字 -1、0 或 1。
|
|
6149
|
+
"detail": "數字 -1、0 或 1。"
|
|
5886
6150
|
}
|
|
5887
6151
|
}
|
|
5888
6152
|
},
|
|
@@ -5898,23 +6162,23 @@
|
|
|
5898
6162
|
"functionParameter": {
|
|
5899
6163
|
"reference": {
|
|
5900
6164
|
"name": "引用",
|
|
5901
|
-
"detail": "要基於偏移量的參考。
|
|
6165
|
+
"detail": "要基於偏移量的參考。"
|
|
5902
6166
|
},
|
|
5903
6167
|
"rows": {
|
|
5904
6168
|
"name": "行數",
|
|
5905
|
-
"detail": "需要左上角單元格引用的向上或向下行數。
|
|
6169
|
+
"detail": "需要左上角單元格引用的向上或向下行數。"
|
|
5906
6170
|
},
|
|
5907
6171
|
"cols": {
|
|
5908
6172
|
"name": "列數",
|
|
5909
|
-
"detail": "需要結果的左上角單元格引用的從左到右的列數。
|
|
6173
|
+
"detail": "需要結果的左上角單元格引用的從左到右的列數。"
|
|
5910
6174
|
},
|
|
5911
6175
|
"height": {
|
|
5912
6176
|
"name": "行高",
|
|
5913
|
-
"detail": "
|
|
6177
|
+
"detail": "需要傳回的引用的行高。行高必須為正數。"
|
|
5914
6178
|
},
|
|
5915
6179
|
"width": {
|
|
5916
6180
|
"name": "列寬",
|
|
5917
|
-
"detail": "
|
|
6181
|
+
"detail": "需要傳回的引用的列寬。列寬必須為正數。"
|
|
5918
6182
|
}
|
|
5919
6183
|
}
|
|
5920
6184
|
},
|
|
@@ -6241,15 +6505,15 @@
|
|
|
6241
6505
|
"detail": "要傳回的陣列或區域"
|
|
6242
6506
|
},
|
|
6243
6507
|
"ifNotFound": {
|
|
6244
|
-
"name": "
|
|
6508
|
+
"name": "預設顯示值",
|
|
6245
6509
|
"detail": "如果未找到有效的匹配項,則返回你提供的 [if_not_found] 文本,否則返回#N/A "
|
|
6246
6510
|
},
|
|
6247
6511
|
"matchMode": {
|
|
6248
|
-
"name": "
|
|
6512
|
+
"name": "符合類型",
|
|
6249
6513
|
"detail": "指定符合類型: 0 - 完全符合。 如果未找到,則傳回 #N/A。預設選項。 -1 - 完全匹配。 如果沒有找到,則傳回下一個較小的項。 1 - 完全匹配。 如果沒有找到,則傳回下一個較大的項。 2 - 通配符匹配,其中 *, ? 和 ~ 有特殊意義。 "
|
|
6250
6514
|
},
|
|
6251
6515
|
"searchMode": {
|
|
6252
|
-
"name": "
|
|
6516
|
+
"name": "搜尋模式",
|
|
6253
6517
|
"detail": "指定要使用的搜尋模式:1 從第一項開始執行搜索,預設選項。 -1 從最後一項開始執行反向搜尋。 2 執行依賴 lookup_array 按升序排序的二進位搜尋, -2執行依賴於 lookup_array 按降序排序的二進位搜尋"
|
|
6254
6518
|
}
|
|
6255
6519
|
}
|
|
@@ -6677,7 +6941,7 @@
|
|
|
6677
6941
|
"detail": "要聯結的第一個項目。 項目可以是文字值、數字或儲存格引用。 "
|
|
6678
6942
|
},
|
|
6679
6943
|
"text2": {
|
|
6680
|
-
"name": "
|
|
6944
|
+
"name": "文字 2",
|
|
6681
6945
|
"detail": "要聯結的其他文字項目。 最多可以有 255 個項目,總共最多支援 8,192 個字元。 "
|
|
6682
6946
|
}
|
|
6683
6947
|
}
|
|
@@ -6853,8 +7117,8 @@
|
|
|
6853
7117
|
],
|
|
6854
7118
|
"functionParameter": {
|
|
6855
7119
|
"text": {
|
|
6856
|
-
"name": "
|
|
6857
|
-
"detail": "要找出其長度的文字。 空格將作為字元進行計數。
|
|
7120
|
+
"name": "文字",
|
|
7121
|
+
"detail": "要找出其長度的文字。 空格將作為字元進行計數。"
|
|
6858
7122
|
}
|
|
6859
7123
|
}
|
|
6860
7124
|
},
|
|
@@ -6869,13 +7133,13 @@
|
|
|
6869
7133
|
],
|
|
6870
7134
|
"functionParameter": {
|
|
6871
7135
|
"text": {
|
|
6872
|
-
"name": "
|
|
6873
|
-
"detail": "
|
|
7136
|
+
"name": "文字",
|
|
7137
|
+
"detail": "要找出其長度的文字。 空格將作為字元進行計數。"
|
|
6874
7138
|
}
|
|
6875
7139
|
}
|
|
6876
7140
|
},
|
|
6877
7141
|
"LOWER": {
|
|
6878
|
-
"description": "將文字轉換為小寫。
|
|
7142
|
+
"description": "將文字轉換為小寫。",
|
|
6879
7143
|
"abstract": "將文字轉換為小寫",
|
|
6880
7144
|
"links": [
|
|
6881
7145
|
{
|
|
@@ -6885,7 +7149,7 @@
|
|
|
6885
7149
|
],
|
|
6886
7150
|
"functionParameter": {
|
|
6887
7151
|
"text": {
|
|
6888
|
-
"name": "
|
|
7152
|
+
"name": "文字",
|
|
6889
7153
|
"detail": "要轉換為小寫字母的文字。 LOWER 不會改變文字中的非字母字元。 "
|
|
6890
7154
|
}
|
|
6891
7155
|
}
|
|
@@ -7562,21 +7826,12 @@
|
|
|
7562
7826
|
"description": "傳回邏輯值 FALSE",
|
|
7563
7827
|
"abstract": "傳回邏輯值 FALSE",
|
|
7564
7828
|
"links": [
|
|
7565
|
-
{
|
|
7566
|
-
"title": "教導",
|
|
7567
|
-
"url": "https://support.microsoft.com/zh-tw/office/false-%E5%87%BD%E6%95%B0-2d58dfa5-9c03-4259-bf8f-f0ae14346904"
|
|
7568
|
-
}
|
|
7569
|
-
],
|
|
7570
|
-
"functionParameter": {
|
|
7571
|
-
"number1": {
|
|
7572
|
-
"name": "number1",
|
|
7573
|
-
"detail": "first"
|
|
7574
|
-
},
|
|
7575
|
-
"number2": {
|
|
7576
|
-
"name": "number2",
|
|
7577
|
-
"detail": "second"
|
|
7829
|
+
{
|
|
7830
|
+
"title": "教導",
|
|
7831
|
+
"url": "https://support.microsoft.com/zh-tw/office/false-%E5%87%BD%E6%95%B0-2d58dfa5-9c03-4259-bf8f-f0ae14346904"
|
|
7578
7832
|
}
|
|
7579
|
-
|
|
7833
|
+
],
|
|
7834
|
+
"functionParameter": {}
|
|
7580
7835
|
},
|
|
7581
7836
|
"IF": {
|
|
7582
7837
|
"description": "指定要執行的邏輯檢測",
|
|
@@ -7617,7 +7872,7 @@
|
|
|
7617
7872
|
"detail": " 檢查是否有錯誤的參數。 "
|
|
7618
7873
|
},
|
|
7619
7874
|
"valueIfError": {
|
|
7620
|
-
"name": "
|
|
7875
|
+
"name": "錯誤時傳回值",
|
|
7621
7876
|
"detail": "公式計算結果為錯誤時要傳回的值。 評估以下錯誤類型:#N/A、#VALUE!、#REF!、#DIV/0!、#NUM!、#NAME? 或 #NULL!。 "
|
|
7622
7877
|
}
|
|
7623
7878
|
}
|
|
@@ -7632,13 +7887,13 @@
|
|
|
7632
7887
|
}
|
|
7633
7888
|
],
|
|
7634
7889
|
"functionParameter": {
|
|
7635
|
-
"
|
|
7636
|
-
"name": "
|
|
7637
|
-
"detail": "
|
|
7890
|
+
"value": {
|
|
7891
|
+
"name": "值",
|
|
7892
|
+
"detail": "已核取 #N/A 錯誤值的自變數。"
|
|
7638
7893
|
},
|
|
7639
|
-
"
|
|
7640
|
-
"name": "
|
|
7641
|
-
"detail": "
|
|
7894
|
+
"valueIfNa": {
|
|
7895
|
+
"name": "如果為#N/A的值",
|
|
7896
|
+
"detail": "如果公式評估為 #N/A 錯誤值,要傳回的值。"
|
|
7642
7897
|
}
|
|
7643
7898
|
}
|
|
7644
7899
|
},
|
|
@@ -7652,13 +7907,21 @@
|
|
|
7652
7907
|
}
|
|
7653
7908
|
],
|
|
7654
7909
|
"functionParameter": {
|
|
7655
|
-
"
|
|
7656
|
-
"name": "
|
|
7657
|
-
"detail": "
|
|
7910
|
+
"logicalTest1": {
|
|
7911
|
+
"name": "條件1",
|
|
7912
|
+
"detail": "要評估的第一個條件,可以是布林值、數值、陣列或指向這些值的參考。"
|
|
7658
7913
|
},
|
|
7659
|
-
"
|
|
7660
|
-
"name": "
|
|
7661
|
-
"detail": "
|
|
7914
|
+
"valueIfTrue1": {
|
|
7915
|
+
"name": "值1",
|
|
7916
|
+
"detail": "“條件1”為“TRUE”的情況下傳回的值。"
|
|
7917
|
+
},
|
|
7918
|
+
"logicalTest2": {
|
|
7919
|
+
"name": "條件2",
|
|
7920
|
+
"detail": "之前的條件為“FALSE”的情況下,要評估的其他條件。"
|
|
7921
|
+
},
|
|
7922
|
+
"valueIfTrue2": {
|
|
7923
|
+
"name": "值2",
|
|
7924
|
+
"detail": "對應條件為“TRUE”的情況下傳回的其他值。"
|
|
7662
7925
|
}
|
|
7663
7926
|
}
|
|
7664
7927
|
},
|
|
@@ -7736,13 +7999,9 @@
|
|
|
7736
7999
|
}
|
|
7737
8000
|
],
|
|
7738
8001
|
"functionParameter": {
|
|
7739
|
-
"
|
|
7740
|
-
"name": "
|
|
7741
|
-
"detail": "
|
|
7742
|
-
},
|
|
7743
|
-
"number2": {
|
|
7744
|
-
"name": "number2",
|
|
7745
|
-
"detail": "second"
|
|
8002
|
+
"logical": {
|
|
8003
|
+
"name": "邏輯表達式",
|
|
8004
|
+
"detail": "您要反轉邏輯的條件,可評估為 TRUE 或 FALSE。"
|
|
7746
8005
|
}
|
|
7747
8006
|
}
|
|
7748
8007
|
},
|
|
@@ -7816,13 +8075,25 @@
|
|
|
7816
8075
|
}
|
|
7817
8076
|
],
|
|
7818
8077
|
"functionParameter": {
|
|
7819
|
-
"
|
|
7820
|
-
"name": "
|
|
7821
|
-
"detail": "
|
|
8078
|
+
"expression": {
|
|
8079
|
+
"name": "表達式",
|
|
8080
|
+
"detail": "表達式是將要與 值1…值126 進行比較的值(例如數字、日期或一些文字)。"
|
|
7822
8081
|
},
|
|
7823
|
-
"
|
|
7824
|
-
"name": "
|
|
7825
|
-
"detail": "
|
|
8082
|
+
"value1": {
|
|
8083
|
+
"name": "值1",
|
|
8084
|
+
"detail": "值N 是將要與表達式進行比較的值。"
|
|
8085
|
+
},
|
|
8086
|
+
"result1": {
|
|
8087
|
+
"name": "結果1",
|
|
8088
|
+
"detail": "結果N 是對應的值N 參數與表達式匹配時要傳回的值。必須為每個對應的值N 參數提供結果N。"
|
|
8089
|
+
},
|
|
8090
|
+
"defaultOrValue2": {
|
|
8091
|
+
"name": "預設或值2",
|
|
8092
|
+
"detail": "預設是在值N 表達式中找不到匹配項時要傳回的值。預設參數透過沒有對應的結果N 表達式來識別(請參閱範例)。預設必須是函數中的最後一個參數。"
|
|
8093
|
+
},
|
|
8094
|
+
"result2": {
|
|
8095
|
+
"name": "結果2",
|
|
8096
|
+
"detail": "結果N 是對應的值N 參數與表達式匹配時要傳回的值。必須為每個對應的值N 參數提供結果N。"
|
|
7826
8097
|
}
|
|
7827
8098
|
}
|
|
7828
8099
|
},
|
|
@@ -7835,16 +8106,7 @@
|
|
|
7835
8106
|
"url": "https://support.microsoft.com/zh-tw/office/true-%E5%87%BD%E6%95%B0-7652c6e3-8987-48d0-97cd-ef223246b3fb"
|
|
7836
8107
|
}
|
|
7837
8108
|
],
|
|
7838
|
-
"functionParameter": {
|
|
7839
|
-
"number1": {
|
|
7840
|
-
"name": "number1",
|
|
7841
|
-
"detail": "first"
|
|
7842
|
-
},
|
|
7843
|
-
"number2": {
|
|
7844
|
-
"name": "number2",
|
|
7845
|
-
"detail": "second"
|
|
7846
|
-
}
|
|
7847
|
-
}
|
|
8109
|
+
"functionParameter": {}
|
|
7848
8110
|
},
|
|
7849
8111
|
"XOR": {
|
|
7850
8112
|
"description": "傳回所有參數的邏輯「異或」值",
|
|
@@ -7856,13 +8118,13 @@
|
|
|
7856
8118
|
}
|
|
7857
8119
|
],
|
|
7858
8120
|
"functionParameter": {
|
|
7859
|
-
"
|
|
7860
|
-
"name": "
|
|
7861
|
-
"detail": "
|
|
8121
|
+
"logical1": {
|
|
8122
|
+
"name": "邏輯表達式 1",
|
|
8123
|
+
"detail": "第一個想要測試且計算結果可為 TRUE 或 FALSE 的條件。 "
|
|
7862
8124
|
},
|
|
7863
|
-
"
|
|
7864
|
-
"name": "
|
|
7865
|
-
"detail": "
|
|
8125
|
+
"logical2": {
|
|
8126
|
+
"name": "邏輯表達式 2",
|
|
8127
|
+
"detail": "其他想要測試且計算結果可為 TRUE 或 FALSE 的條件(最多 255 個條件)。 "
|
|
7866
8128
|
}
|
|
7867
8129
|
}
|
|
7868
8130
|
},
|
|
@@ -7934,7 +8196,7 @@
|
|
|
7934
8196
|
"functionParameter": {
|
|
7935
8197
|
"value": {
|
|
7936
8198
|
"name": "值",
|
|
7937
|
-
"detail": "
|
|
8199
|
+
"detail": "指的是要測試的值。參數值可以是空白(空白儲存格)、錯誤值、邏輯值、文字、數字、參考值,或引用要測試的以上任意值的名稱。"
|
|
7938
8200
|
}
|
|
7939
8201
|
}
|
|
7940
8202
|
},
|
|
@@ -7950,7 +8212,7 @@
|
|
|
7950
8212
|
"functionParameter": {
|
|
7951
8213
|
"value": {
|
|
7952
8214
|
"name": "值",
|
|
7953
|
-
"detail": "
|
|
8215
|
+
"detail": "指的是要測試的值。參數值可以是空白(空白儲存格)、錯誤值、邏輯值、文字、數字、參考值,或引用要測試的以上任意值的名稱。"
|
|
7954
8216
|
}
|
|
7955
8217
|
}
|
|
7956
8218
|
},
|
|
@@ -7966,7 +8228,7 @@
|
|
|
7966
8228
|
"functionParameter": {
|
|
7967
8229
|
"value": {
|
|
7968
8230
|
"name": "值",
|
|
7969
|
-
"detail": "
|
|
8231
|
+
"detail": "指的是要測試的值。參數值可以是空白(空白儲存格)、錯誤值、邏輯值、文字、數字、參考值,或引用要測試的以上任意值的名稱。"
|
|
7970
8232
|
}
|
|
7971
8233
|
}
|
|
7972
8234
|
},
|
|
@@ -7982,7 +8244,7 @@
|
|
|
7982
8244
|
"functionParameter": {
|
|
7983
8245
|
"value": {
|
|
7984
8246
|
"name": "值",
|
|
7985
|
-
"detail": "
|
|
8247
|
+
"detail": "要測試的值。如果值不是整數,將被截尾取整。"
|
|
7986
8248
|
}
|
|
7987
8249
|
}
|
|
7988
8250
|
},
|
|
@@ -8018,7 +8280,7 @@
|
|
|
8018
8280
|
"functionParameter": {
|
|
8019
8281
|
"value": {
|
|
8020
8282
|
"name": "值",
|
|
8021
|
-
"detail": "
|
|
8283
|
+
"detail": "指的是要測試的值。參數值可以是空白(空白儲存格)、錯誤值、邏輯值、文字、數字、參考值,或引用要測試的以上任意值的名稱。"
|
|
8022
8284
|
}
|
|
8023
8285
|
}
|
|
8024
8286
|
},
|
|
@@ -8034,7 +8296,7 @@
|
|
|
8034
8296
|
"functionParameter": {
|
|
8035
8297
|
"value": {
|
|
8036
8298
|
"name": "值",
|
|
8037
|
-
"detail": "
|
|
8299
|
+
"detail": "指的是要測試的值。參數值可以是空白(空白儲存格)、錯誤值、邏輯值、文字、數字、參考值,或引用要測試的以上任意值的名稱。"
|
|
8038
8300
|
}
|
|
8039
8301
|
}
|
|
8040
8302
|
},
|
|
@@ -8050,7 +8312,7 @@
|
|
|
8050
8312
|
"functionParameter": {
|
|
8051
8313
|
"value": {
|
|
8052
8314
|
"name": "值",
|
|
8053
|
-
"detail": "
|
|
8315
|
+
"detail": "指的是要測試的值。參數值可以是空白(空白儲存格)、錯誤值、邏輯值、文字、數字、參考值,或引用要測試的以上任意值的名稱。"
|
|
8054
8316
|
}
|
|
8055
8317
|
}
|
|
8056
8318
|
},
|
|
@@ -8066,7 +8328,7 @@
|
|
|
8066
8328
|
"functionParameter": {
|
|
8067
8329
|
"value": {
|
|
8068
8330
|
"name": "值",
|
|
8069
|
-
"detail": "
|
|
8331
|
+
"detail": "指的是要測試的值。參數值可以是空白(空白儲存格)、錯誤值、邏輯值、文字、數字、參考值,或引用要測試的以上任意值的名稱。"
|
|
8070
8332
|
}
|
|
8071
8333
|
}
|
|
8072
8334
|
},
|
|
@@ -8082,7 +8344,7 @@
|
|
|
8082
8344
|
"functionParameter": {
|
|
8083
8345
|
"value": {
|
|
8084
8346
|
"name": "值",
|
|
8085
|
-
"detail": "
|
|
8347
|
+
"detail": "要測試的值。如果值不是整數,將被截尾取整。"
|
|
8086
8348
|
}
|
|
8087
8349
|
}
|
|
8088
8350
|
},
|
|
@@ -8118,7 +8380,7 @@
|
|
|
8118
8380
|
"functionParameter": {
|
|
8119
8381
|
"value": {
|
|
8120
8382
|
"name": "值",
|
|
8121
|
-
"detail": "
|
|
8383
|
+
"detail": " 指的是要測試的值。參數值可以是空白(空白儲存格)、錯誤值、邏輯值、文字、數字、參考值,或引用要測試的以上任意值的名稱。"
|
|
8122
8384
|
}
|
|
8123
8385
|
}
|
|
8124
8386
|
},
|
|
@@ -8134,7 +8396,7 @@
|
|
|
8134
8396
|
"functionParameter": {
|
|
8135
8397
|
"value": {
|
|
8136
8398
|
"name": "值",
|
|
8137
|
-
"detail": "
|
|
8399
|
+
"detail": "指的是要測試的值。參數值可以是空白(空白儲存格)、錯誤值、邏輯值、文字、數字、參考值,或引用要測試的以上任意值的名稱。"
|
|
8138
8400
|
}
|
|
8139
8401
|
}
|
|
8140
8402
|
},
|
|
@@ -8244,13 +8506,13 @@
|
|
|
8244
8506
|
}
|
|
8245
8507
|
],
|
|
8246
8508
|
"functionParameter": {
|
|
8247
|
-
"
|
|
8248
|
-
"name": "
|
|
8249
|
-
"detail": "
|
|
8509
|
+
"x": {
|
|
8510
|
+
"name": "X",
|
|
8511
|
+
"detail": "這是用於評估函數的值。"
|
|
8250
8512
|
},
|
|
8251
|
-
"
|
|
8252
|
-
"name": "
|
|
8253
|
-
"detail": "
|
|
8513
|
+
"n": {
|
|
8514
|
+
"name": "N",
|
|
8515
|
+
"detail": "這是Bessel函數的順序。如果n不是整數,則會取至整數。"
|
|
8254
8516
|
}
|
|
8255
8517
|
}
|
|
8256
8518
|
},
|
|
@@ -8264,13 +8526,13 @@
|
|
|
8264
8526
|
}
|
|
8265
8527
|
],
|
|
8266
8528
|
"functionParameter": {
|
|
8267
|
-
"
|
|
8268
|
-
"name": "
|
|
8269
|
-
"detail": "
|
|
8529
|
+
"x": {
|
|
8530
|
+
"name": "X",
|
|
8531
|
+
"detail": "這是用於評估函數的值。"
|
|
8270
8532
|
},
|
|
8271
|
-
"
|
|
8272
|
-
"name": "
|
|
8273
|
-
"detail": "
|
|
8533
|
+
"n": {
|
|
8534
|
+
"name": "N",
|
|
8535
|
+
"detail": "這是Bessel函數的順序。如果n不是整數,則會取至整數。"
|
|
8274
8536
|
}
|
|
8275
8537
|
}
|
|
8276
8538
|
},
|
|
@@ -8284,13 +8546,13 @@
|
|
|
8284
8546
|
}
|
|
8285
8547
|
],
|
|
8286
8548
|
"functionParameter": {
|
|
8287
|
-
"
|
|
8288
|
-
"name": "
|
|
8289
|
-
"detail": "
|
|
8549
|
+
"x": {
|
|
8550
|
+
"name": "X",
|
|
8551
|
+
"detail": "這是用於評估函數的值。"
|
|
8290
8552
|
},
|
|
8291
|
-
"
|
|
8292
|
-
"name": "
|
|
8293
|
-
"detail": "
|
|
8553
|
+
"n": {
|
|
8554
|
+
"name": "N",
|
|
8555
|
+
"detail": "這是Bessel函數的順序。如果n不是整數,則會取至整數。"
|
|
8294
8556
|
}
|
|
8295
8557
|
}
|
|
8296
8558
|
},
|
|
@@ -8304,13 +8566,13 @@
|
|
|
8304
8566
|
}
|
|
8305
8567
|
],
|
|
8306
8568
|
"functionParameter": {
|
|
8307
|
-
"
|
|
8308
|
-
"name": "
|
|
8309
|
-
"detail": "
|
|
8569
|
+
"x": {
|
|
8570
|
+
"name": "X",
|
|
8571
|
+
"detail": "這是用於評估函數的值。"
|
|
8310
8572
|
},
|
|
8311
|
-
"
|
|
8312
|
-
"name": "
|
|
8313
|
-
"detail": "
|
|
8573
|
+
"n": {
|
|
8574
|
+
"name": "N",
|
|
8575
|
+
"detail": "這是Bessel函數的順序。如果n不是整數,則會取至整數。"
|
|
8314
8576
|
}
|
|
8315
8577
|
}
|
|
8316
8578
|
},
|
|
@@ -8324,13 +8586,9 @@
|
|
|
8324
8586
|
}
|
|
8325
8587
|
],
|
|
8326
8588
|
"functionParameter": {
|
|
8327
|
-
"
|
|
8328
|
-
"name": "
|
|
8329
|
-
"detail": "
|
|
8330
|
-
},
|
|
8331
|
-
"number2": {
|
|
8332
|
-
"name": "number2",
|
|
8333
|
-
"detail": "second"
|
|
8589
|
+
"number": {
|
|
8590
|
+
"name": "二進制數",
|
|
8591
|
+
"detail": "您要轉換的二進制數。"
|
|
8334
8592
|
}
|
|
8335
8593
|
}
|
|
8336
8594
|
},
|
|
@@ -8344,13 +8602,13 @@
|
|
|
8344
8602
|
}
|
|
8345
8603
|
],
|
|
8346
8604
|
"functionParameter": {
|
|
8347
|
-
"
|
|
8348
|
-
"name": "
|
|
8349
|
-
"detail": "
|
|
8605
|
+
"number": {
|
|
8606
|
+
"name": "二進制數",
|
|
8607
|
+
"detail": "您要轉換的二進制數。"
|
|
8350
8608
|
},
|
|
8351
|
-
"
|
|
8352
|
-
"name": "
|
|
8353
|
-
"detail": "
|
|
8609
|
+
"places": {
|
|
8610
|
+
"name": "字元數",
|
|
8611
|
+
"detail": "這是要使用的字元數。"
|
|
8354
8612
|
}
|
|
8355
8613
|
}
|
|
8356
8614
|
},
|
|
@@ -8364,13 +8622,13 @@
|
|
|
8364
8622
|
}
|
|
8365
8623
|
],
|
|
8366
8624
|
"functionParameter": {
|
|
8367
|
-
"
|
|
8368
|
-
"name": "
|
|
8369
|
-
"detail": "
|
|
8625
|
+
"number": {
|
|
8626
|
+
"name": "二進制數",
|
|
8627
|
+
"detail": "您要轉換的二進制數。"
|
|
8370
8628
|
},
|
|
8371
|
-
"
|
|
8372
|
-
"name": "
|
|
8373
|
-
"detail": "
|
|
8629
|
+
"places": {
|
|
8630
|
+
"name": "字元數",
|
|
8631
|
+
"detail": "這是要使用的字元數。"
|
|
8374
8632
|
}
|
|
8375
8633
|
}
|
|
8376
8634
|
},
|
|
@@ -8385,12 +8643,12 @@
|
|
|
8385
8643
|
],
|
|
8386
8644
|
"functionParameter": {
|
|
8387
8645
|
"number1": {
|
|
8388
|
-
"name": "
|
|
8389
|
-
"detail": "
|
|
8646
|
+
"name": "數值1",
|
|
8647
|
+
"detail": "必須是十進位格式,且大於或等於 0。"
|
|
8390
8648
|
},
|
|
8391
8649
|
"number2": {
|
|
8392
|
-
"name": "
|
|
8393
|
-
"detail": "
|
|
8650
|
+
"name": "數值2",
|
|
8651
|
+
"detail": "必須是十進位格式,且大於或等於 0。"
|
|
8394
8652
|
}
|
|
8395
8653
|
}
|
|
8396
8654
|
},
|
|
@@ -8404,13 +8662,13 @@
|
|
|
8404
8662
|
}
|
|
8405
8663
|
],
|
|
8406
8664
|
"functionParameter": {
|
|
8407
|
-
"
|
|
8408
|
-
"name": "
|
|
8409
|
-
"detail": "
|
|
8665
|
+
"number": {
|
|
8666
|
+
"name": "數值",
|
|
8667
|
+
"detail": "必須是大於或等於 0 的整數。"
|
|
8410
8668
|
},
|
|
8411
|
-
"
|
|
8412
|
-
"name": "
|
|
8413
|
-
"detail": "
|
|
8669
|
+
"shiftAmount": {
|
|
8670
|
+
"name": "移位量",
|
|
8671
|
+
"detail": "必須是整數。"
|
|
8414
8672
|
}
|
|
8415
8673
|
}
|
|
8416
8674
|
},
|
|
@@ -8425,12 +8683,12 @@
|
|
|
8425
8683
|
],
|
|
8426
8684
|
"functionParameter": {
|
|
8427
8685
|
"number1": {
|
|
8428
|
-
"name": "
|
|
8429
|
-
"detail": "
|
|
8686
|
+
"name": "數值1",
|
|
8687
|
+
"detail": "必須是十進位格式,且大於或等於 0。"
|
|
8430
8688
|
},
|
|
8431
8689
|
"number2": {
|
|
8432
|
-
"name": "
|
|
8433
|
-
"detail": "
|
|
8690
|
+
"name": "數值2",
|
|
8691
|
+
"detail": "必須是十進位格式,且大於或等於 0。"
|
|
8434
8692
|
}
|
|
8435
8693
|
}
|
|
8436
8694
|
},
|
|
@@ -8444,13 +8702,13 @@
|
|
|
8444
8702
|
}
|
|
8445
8703
|
],
|
|
8446
8704
|
"functionParameter": {
|
|
8447
|
-
"
|
|
8448
|
-
"name": "
|
|
8449
|
-
"detail": "
|
|
8705
|
+
"number": {
|
|
8706
|
+
"name": "數值",
|
|
8707
|
+
"detail": "必須是大於或等於 0 的整數。"
|
|
8450
8708
|
},
|
|
8451
|
-
"
|
|
8452
|
-
"name": "
|
|
8453
|
-
"detail": "
|
|
8709
|
+
"shiftAmount": {
|
|
8710
|
+
"name": "移位量",
|
|
8711
|
+
"detail": "必須是整數。"
|
|
8454
8712
|
}
|
|
8455
8713
|
}
|
|
8456
8714
|
},
|
|
@@ -8465,12 +8723,12 @@
|
|
|
8465
8723
|
],
|
|
8466
8724
|
"functionParameter": {
|
|
8467
8725
|
"number1": {
|
|
8468
|
-
"name": "
|
|
8469
|
-
"detail": "
|
|
8726
|
+
"name": "數值1",
|
|
8727
|
+
"detail": "必須是十進位格式,且大於或等於 0。"
|
|
8470
8728
|
},
|
|
8471
8729
|
"number2": {
|
|
8472
|
-
"name": "
|
|
8473
|
-
"detail": "
|
|
8730
|
+
"name": "數值2",
|
|
8731
|
+
"detail": "必須是十進位格式,且大於或等於 0。"
|
|
8474
8732
|
}
|
|
8475
8733
|
}
|
|
8476
8734
|
},
|
|
@@ -8484,13 +8742,17 @@
|
|
|
8484
8742
|
}
|
|
8485
8743
|
],
|
|
8486
8744
|
"functionParameter": {
|
|
8487
|
-
"
|
|
8488
|
-
"name": "
|
|
8489
|
-
"detail": "
|
|
8745
|
+
"realNum": {
|
|
8746
|
+
"name": "實係數",
|
|
8747
|
+
"detail": "這是複數的實係數。"
|
|
8490
8748
|
},
|
|
8491
|
-
"
|
|
8492
|
-
"name": "
|
|
8493
|
-
"detail": "
|
|
8749
|
+
"iNum": {
|
|
8750
|
+
"name": "虛係數",
|
|
8751
|
+
"detail": "這是複數的虛係數。"
|
|
8752
|
+
},
|
|
8753
|
+
"suffix": {
|
|
8754
|
+
"name": "字尾",
|
|
8755
|
+
"detail": "這是複數虛數元件的字尾。如果省略,會將字尾假設為 \"i\"。"
|
|
8494
8756
|
}
|
|
8495
8757
|
}
|
|
8496
8758
|
},
|
|
@@ -8504,13 +8766,17 @@
|
|
|
8504
8766
|
}
|
|
8505
8767
|
],
|
|
8506
8768
|
"functionParameter": {
|
|
8507
|
-
"
|
|
8508
|
-
"name": "
|
|
8509
|
-
"detail": "
|
|
8769
|
+
"number": {
|
|
8770
|
+
"name": "數值",
|
|
8771
|
+
"detail": "要轉換的值。"
|
|
8510
8772
|
},
|
|
8511
|
-
"
|
|
8512
|
-
"name": "
|
|
8513
|
-
"detail": "
|
|
8773
|
+
"fromUnit": {
|
|
8774
|
+
"name": "轉換前單位",
|
|
8775
|
+
"detail": "這是數值的單位。"
|
|
8776
|
+
},
|
|
8777
|
+
"toUnit": {
|
|
8778
|
+
"name": "轉換后單位",
|
|
8779
|
+
"detail": "這是結果的單位。"
|
|
8514
8780
|
}
|
|
8515
8781
|
}
|
|
8516
8782
|
},
|
|
@@ -8524,13 +8790,13 @@
|
|
|
8524
8790
|
}
|
|
8525
8791
|
],
|
|
8526
8792
|
"functionParameter": {
|
|
8527
|
-
"
|
|
8528
|
-
"name": "
|
|
8529
|
-
"detail": "
|
|
8793
|
+
"number": {
|
|
8794
|
+
"name": "十進制數",
|
|
8795
|
+
"detail": "您要轉換的十進制數。"
|
|
8530
8796
|
},
|
|
8531
|
-
"
|
|
8532
|
-
"name": "
|
|
8533
|
-
"detail": "
|
|
8797
|
+
"places": {
|
|
8798
|
+
"name": "字元數",
|
|
8799
|
+
"detail": "這是要使用的字元數。"
|
|
8534
8800
|
}
|
|
8535
8801
|
}
|
|
8536
8802
|
},
|
|
@@ -8544,13 +8810,13 @@
|
|
|
8544
8810
|
}
|
|
8545
8811
|
],
|
|
8546
8812
|
"functionParameter": {
|
|
8547
|
-
"
|
|
8548
|
-
"name": "
|
|
8549
|
-
"detail": "
|
|
8813
|
+
"number": {
|
|
8814
|
+
"name": "十進制數",
|
|
8815
|
+
"detail": "您要轉換的十進制數。"
|
|
8550
8816
|
},
|
|
8551
|
-
"
|
|
8552
|
-
"name": "
|
|
8553
|
-
"detail": "
|
|
8817
|
+
"places": {
|
|
8818
|
+
"name": "字元數",
|
|
8819
|
+
"detail": "這是要使用的字元數。"
|
|
8554
8820
|
}
|
|
8555
8821
|
}
|
|
8556
8822
|
},
|
|
@@ -8564,13 +8830,13 @@
|
|
|
8564
8830
|
}
|
|
8565
8831
|
],
|
|
8566
8832
|
"functionParameter": {
|
|
8567
|
-
"
|
|
8568
|
-
"name": "
|
|
8569
|
-
"detail": "
|
|
8833
|
+
"number": {
|
|
8834
|
+
"name": "十進制數",
|
|
8835
|
+
"detail": "您要轉換的十進制數。"
|
|
8570
8836
|
},
|
|
8571
|
-
"
|
|
8572
|
-
"name": "
|
|
8573
|
-
"detail": "
|
|
8837
|
+
"places": {
|
|
8838
|
+
"name": "字元數",
|
|
8839
|
+
"detail": "這是要使用的字元數。"
|
|
8574
8840
|
}
|
|
8575
8841
|
}
|
|
8576
8842
|
},
|
|
@@ -8585,12 +8851,12 @@
|
|
|
8585
8851
|
],
|
|
8586
8852
|
"functionParameter": {
|
|
8587
8853
|
"number1": {
|
|
8588
|
-
"name": "
|
|
8589
|
-
"detail": "
|
|
8854
|
+
"name": "數值1",
|
|
8855
|
+
"detail": "這是第一個數值。"
|
|
8590
8856
|
},
|
|
8591
8857
|
"number2": {
|
|
8592
|
-
"name": "
|
|
8593
|
-
"detail": "
|
|
8858
|
+
"name": "數值2",
|
|
8859
|
+
"detail": "這是第二個數值。如果省略,會將數值2假設為零。"
|
|
8594
8860
|
}
|
|
8595
8861
|
}
|
|
8596
8862
|
},
|
|
@@ -8604,13 +8870,13 @@
|
|
|
8604
8870
|
}
|
|
8605
8871
|
],
|
|
8606
8872
|
"functionParameter": {
|
|
8607
|
-
"
|
|
8608
|
-
"name": "
|
|
8609
|
-
"detail": "
|
|
8873
|
+
"lowerLimit": {
|
|
8874
|
+
"name": "下限",
|
|
8875
|
+
"detail": "這是整合ERF的下限。"
|
|
8610
8876
|
},
|
|
8611
|
-
"
|
|
8612
|
-
"name": "
|
|
8613
|
-
"detail": "
|
|
8877
|
+
"upperLimit": {
|
|
8878
|
+
"name": "上限",
|
|
8879
|
+
"detail": "這是整合ERF的上限。如果省略,ERF會在零和下限之間整合。"
|
|
8614
8880
|
}
|
|
8615
8881
|
}
|
|
8616
8882
|
},
|
|
@@ -8624,13 +8890,9 @@
|
|
|
8624
8890
|
}
|
|
8625
8891
|
],
|
|
8626
8892
|
"functionParameter": {
|
|
8627
|
-
"
|
|
8628
|
-
"name": "
|
|
8629
|
-
"detail": "
|
|
8630
|
-
},
|
|
8631
|
-
"number2": {
|
|
8632
|
-
"name": "number2",
|
|
8633
|
-
"detail": "second"
|
|
8893
|
+
"x": {
|
|
8894
|
+
"name": "下限",
|
|
8895
|
+
"detail": "這是整合ERF.PRECISE的下限。"
|
|
8634
8896
|
}
|
|
8635
8897
|
}
|
|
8636
8898
|
},
|
|
@@ -8644,13 +8906,9 @@
|
|
|
8644
8906
|
}
|
|
8645
8907
|
],
|
|
8646
8908
|
"functionParameter": {
|
|
8647
|
-
"
|
|
8648
|
-
"name": "
|
|
8649
|
-
"detail": "
|
|
8650
|
-
},
|
|
8651
|
-
"number2": {
|
|
8652
|
-
"name": "number2",
|
|
8653
|
-
"detail": "second"
|
|
8909
|
+
"x": {
|
|
8910
|
+
"name": "下限",
|
|
8911
|
+
"detail": "這是整合ERFC的下限。"
|
|
8654
8912
|
}
|
|
8655
8913
|
}
|
|
8656
8914
|
},
|
|
@@ -8664,13 +8922,9 @@
|
|
|
8664
8922
|
}
|
|
8665
8923
|
],
|
|
8666
8924
|
"functionParameter": {
|
|
8667
|
-
"
|
|
8668
|
-
"name": "
|
|
8669
|
-
"detail": "
|
|
8670
|
-
},
|
|
8671
|
-
"number2": {
|
|
8672
|
-
"name": "number2",
|
|
8673
|
-
"detail": "second"
|
|
8925
|
+
"x": {
|
|
8926
|
+
"name": "下限",
|
|
8927
|
+
"detail": "這是整合ERFC.PRECISE的下限。"
|
|
8674
8928
|
}
|
|
8675
8929
|
}
|
|
8676
8930
|
},
|
|
@@ -8704,13 +8958,13 @@
|
|
|
8704
8958
|
}
|
|
8705
8959
|
],
|
|
8706
8960
|
"functionParameter": {
|
|
8707
|
-
"
|
|
8708
|
-
"name": "
|
|
8709
|
-
"detail": "
|
|
8961
|
+
"number": {
|
|
8962
|
+
"name": "十六進制數",
|
|
8963
|
+
"detail": "您要轉換的十六進制數。"
|
|
8710
8964
|
},
|
|
8711
|
-
"
|
|
8712
|
-
"name": "
|
|
8713
|
-
"detail": "
|
|
8965
|
+
"places": {
|
|
8966
|
+
"name": "字元數",
|
|
8967
|
+
"detail": "這是要使用的字元數。"
|
|
8714
8968
|
}
|
|
8715
8969
|
}
|
|
8716
8970
|
},
|
|
@@ -8724,13 +8978,9 @@
|
|
|
8724
8978
|
}
|
|
8725
8979
|
],
|
|
8726
8980
|
"functionParameter": {
|
|
8727
|
-
"
|
|
8728
|
-
"name": "
|
|
8729
|
-
"detail": "
|
|
8730
|
-
},
|
|
8731
|
-
"number2": {
|
|
8732
|
-
"name": "number2",
|
|
8733
|
-
"detail": "second"
|
|
8981
|
+
"number": {
|
|
8982
|
+
"name": "十六進制數",
|
|
8983
|
+
"detail": "您要轉換的十六進制數。"
|
|
8734
8984
|
}
|
|
8735
8985
|
}
|
|
8736
8986
|
},
|
|
@@ -8744,13 +8994,13 @@
|
|
|
8744
8994
|
}
|
|
8745
8995
|
],
|
|
8746
8996
|
"functionParameter": {
|
|
8747
|
-
"
|
|
8748
|
-
"name": "
|
|
8749
|
-
"detail": "
|
|
8997
|
+
"number": {
|
|
8998
|
+
"name": "十六進制數",
|
|
8999
|
+
"detail": "您要轉換的十六進制數。"
|
|
8750
9000
|
},
|
|
8751
|
-
"
|
|
8752
|
-
"name": "
|
|
8753
|
-
"detail": "
|
|
9001
|
+
"places": {
|
|
9002
|
+
"name": "字元數",
|
|
9003
|
+
"detail": "這是要使用的字元數。"
|
|
8754
9004
|
}
|
|
8755
9005
|
}
|
|
8756
9006
|
},
|
|
@@ -9264,13 +9514,13 @@
|
|
|
9264
9514
|
}
|
|
9265
9515
|
],
|
|
9266
9516
|
"functionParameter": {
|
|
9267
|
-
"
|
|
9268
|
-
"name": "
|
|
9269
|
-
"detail": "
|
|
9517
|
+
"number": {
|
|
9518
|
+
"name": "八進制數",
|
|
9519
|
+
"detail": "您要轉換的八進制數。"
|
|
9270
9520
|
},
|
|
9271
|
-
"
|
|
9272
|
-
"name": "
|
|
9273
|
-
"detail": "
|
|
9521
|
+
"places": {
|
|
9522
|
+
"name": "字元數",
|
|
9523
|
+
"detail": "這是要使用的字元數。"
|
|
9274
9524
|
}
|
|
9275
9525
|
}
|
|
9276
9526
|
},
|
|
@@ -9284,13 +9534,9 @@
|
|
|
9284
9534
|
}
|
|
9285
9535
|
],
|
|
9286
9536
|
"functionParameter": {
|
|
9287
|
-
"
|
|
9288
|
-
"name": "
|
|
9289
|
-
"detail": "
|
|
9290
|
-
},
|
|
9291
|
-
"number2": {
|
|
9292
|
-
"name": "number2",
|
|
9293
|
-
"detail": "second"
|
|
9537
|
+
"number": {
|
|
9538
|
+
"name": "八進制數",
|
|
9539
|
+
"detail": "您要轉換的八進制數。"
|
|
9294
9540
|
}
|
|
9295
9541
|
}
|
|
9296
9542
|
},
|
|
@@ -9304,13 +9550,13 @@
|
|
|
9304
9550
|
}
|
|
9305
9551
|
],
|
|
9306
9552
|
"functionParameter": {
|
|
9307
|
-
"
|
|
9308
|
-
"name": "
|
|
9309
|
-
"detail": "
|
|
9553
|
+
"number": {
|
|
9554
|
+
"name": "八進制數",
|
|
9555
|
+
"detail": "您要轉換的八進制數。"
|
|
9310
9556
|
},
|
|
9311
|
-
"
|
|
9312
|
-
"name": "
|
|
9313
|
-
"detail": "
|
|
9557
|
+
"places": {
|
|
9558
|
+
"name": "字元數",
|
|
9559
|
+
"detail": "這是要使用的字元數。"
|
|
9314
9560
|
}
|
|
9315
9561
|
}
|
|
9316
9562
|
},
|