@univerjs/sheets-formula 0.2.7 → 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.
Files changed (103) hide show
  1. package/lib/cjs/index.js +2 -2
  2. package/lib/es/index.js +880 -366
  3. package/lib/locale/en-US.json +616 -332
  4. package/lib/locale/ru-RU.json +616 -332
  5. package/lib/locale/vi-VN.json +624 -340
  6. package/lib/locale/zh-CN.json +624 -340
  7. package/lib/locale/zh-TW.json +624 -340
  8. package/lib/types/commands/commands/formula-clipboard.command.d.ts +0 -1
  9. package/lib/types/commands/commands/insert-function.command.d.ts +0 -1
  10. package/lib/types/commands/mutations/formula.mutation.d.ts +0 -1
  11. package/lib/types/commands/operations/__tests__/create-command-test-bed.d.ts +0 -1
  12. package/lib/types/commands/operations/editor-formula.operation.d.ts +0 -1
  13. package/lib/types/commands/operations/help-function.operation.d.ts +0 -1
  14. package/lib/types/commands/operations/insert-function.operation.d.ts +0 -1
  15. package/lib/types/commands/operations/more-functions.operation.d.ts +0 -1
  16. package/lib/types/commands/operations/reference-absolute.operation.d.ts +0 -1
  17. package/lib/types/commands/operations/search-function.operation.d.ts +0 -1
  18. package/lib/types/common/selection.d.ts +0 -1
  19. package/lib/types/controllers/__tests__/create-command-test-bed.d.ts +0 -1
  20. package/lib/types/controllers/active-dirty.controller.d.ts +0 -1
  21. package/lib/types/controllers/array-formula-display.controller.d.ts +0 -1
  22. package/lib/types/controllers/defined-name.controller.d.ts +0 -1
  23. package/lib/types/controllers/formula-alert-render.controller.d.ts +0 -1
  24. package/lib/types/controllers/formula-auto-fill.controller.d.ts +0 -1
  25. package/lib/types/controllers/formula-clipboard.controller.d.ts +0 -1
  26. package/lib/types/controllers/formula-editor-show.controller.d.ts +0 -1
  27. package/lib/types/controllers/formula-render.controller.d.ts +0 -1
  28. package/lib/types/controllers/formula-ui.controller.d.ts +0 -1
  29. package/lib/types/controllers/menu.d.ts +0 -1
  30. package/lib/types/controllers/prompt.controller.d.ts +4 -1
  31. package/lib/types/controllers/shortcuts/prompt.shortcut.d.ts +0 -1
  32. package/lib/types/controllers/trigger-calculation.controller.d.ts +0 -1
  33. package/lib/types/controllers/update-formula.controller.d.ts +0 -1
  34. package/lib/types/controllers/utils/offset-formula-data.d.ts +0 -1
  35. package/lib/types/controllers/utils/ref-range-formula.d.ts +0 -1
  36. package/lib/types/controllers/utils/utils.d.ts +0 -1
  37. package/lib/types/formula-ui-plugin.d.ts +0 -1
  38. package/lib/types/locale/en-US.d.ts +408 -124
  39. package/lib/types/locale/function-list/array/ru-RU.d.ts +0 -1
  40. package/lib/types/locale/function-list/compatibility/ru-RU.d.ts +0 -1
  41. package/lib/types/locale/function-list/date/ru-RU.d.ts +0 -1
  42. package/lib/types/locale/function-list/engineering/en-US.d.ts +50 -66
  43. package/lib/types/locale/function-list/engineering/ja-JP.d.ts +50 -66
  44. package/lib/types/locale/function-list/engineering/ru-RU.d.ts +0 -1
  45. package/lib/types/locale/function-list/engineering/vi-VN.d.ts +50 -66
  46. package/lib/types/locale/function-list/engineering/zh-CN.d.ts +50 -66
  47. package/lib/types/locale/function-list/engineering/zh-TW.d.ts +50 -66
  48. package/lib/types/locale/function-list/financial/en-US.d.ts +344 -56
  49. package/lib/types/locale/function-list/financial/ja-JP.d.ts +344 -56
  50. package/lib/types/locale/function-list/financial/ru-RU.d.ts +0 -1
  51. package/lib/types/locale/function-list/financial/vi-VN.d.ts +344 -56
  52. package/lib/types/locale/function-list/financial/zh-CN.d.ts +344 -56
  53. package/lib/types/locale/function-list/financial/zh-TW.d.ts +344 -56
  54. package/lib/types/locale/function-list/information/ru-RU.d.ts +0 -1
  55. package/lib/types/locale/function-list/logical/en-US.d.ts +14 -2
  56. package/lib/types/locale/function-list/logical/ja-JP.d.ts +14 -2
  57. package/lib/types/locale/function-list/logical/ru-RU.d.ts +0 -1
  58. package/lib/types/locale/function-list/logical/vi-VN.d.ts +14 -2
  59. package/lib/types/locale/function-list/logical/zh-CN.d.ts +14 -2
  60. package/lib/types/locale/function-list/logical/zh-TW.d.ts +14 -2
  61. package/lib/types/locale/function-list/lookup/ru-RU.d.ts +0 -1
  62. package/lib/types/locale/function-list/math/ru-RU.d.ts +0 -1
  63. package/lib/types/locale/function-list/statistical/ru-RU.d.ts +0 -1
  64. package/lib/types/locale/function-list/web/vi-VN.d.ts +0 -1
  65. package/lib/types/locale/ru-RU.d.ts +408 -124
  66. package/lib/types/locale/vi-VN.d.ts +408 -124
  67. package/lib/types/locale/zh-CN.d.ts +408 -124
  68. package/lib/types/locale/zh-TW.d.ts +408 -124
  69. package/lib/types/services/description.service.d.ts +0 -1
  70. package/lib/types/services/formula-common.d.ts +0 -1
  71. package/lib/types/services/formula-ref-range.service.d.ts +0 -1
  72. package/lib/types/services/function-list/array.d.ts +0 -1
  73. package/lib/types/services/function-list/compatibility.d.ts +0 -1
  74. package/lib/types/services/function-list/cube.d.ts +0 -1
  75. package/lib/types/services/function-list/database.d.ts +0 -1
  76. package/lib/types/services/function-list/date.d.ts +0 -1
  77. package/lib/types/services/function-list/engineering.d.ts +0 -1
  78. package/lib/types/services/function-list/financial.d.ts +0 -1
  79. package/lib/types/services/function-list/function-list.d.ts +0 -1
  80. package/lib/types/services/function-list/information.d.ts +0 -1
  81. package/lib/types/services/function-list/logical.d.ts +0 -1
  82. package/lib/types/services/function-list/lookup.d.ts +0 -1
  83. package/lib/types/services/function-list/math.d.ts +0 -1
  84. package/lib/types/services/function-list/statistical.d.ts +0 -1
  85. package/lib/types/services/function-list/text.d.ts +0 -1
  86. package/lib/types/services/function-list/univer.d.ts +0 -1
  87. package/lib/types/services/function-list/web.d.ts +0 -1
  88. package/lib/types/services/prompt.service.d.ts +0 -1
  89. package/lib/types/services/register-function.service.d.ts +0 -1
  90. package/lib/types/services/register-other-formula.service.d.ts +0 -1
  91. package/lib/types/services/remote/remote-register-function.service.d.ts +0 -1
  92. package/lib/types/services/render-services/ref-selections.render-service.d.ts +0 -1
  93. package/lib/types/services/utils.d.ts +0 -1
  94. package/lib/types/views/FormulaPromptContainer.d.ts +0 -1
  95. package/lib/types/views/more-functions/MoreFunctions.d.ts +0 -1
  96. package/lib/types/views/more-functions/function-help/FunctionHelp.d.ts +0 -1
  97. package/lib/types/views/more-functions/function-params/FunctionParams.d.ts +0 -1
  98. package/lib/types/views/more-functions/input-params/InputParams.d.ts +0 -1
  99. package/lib/types/views/more-functions/select-function/SelectFunction.d.ts +0 -1
  100. package/lib/types/views/prompt/help-function/HelpFunction.d.ts +0 -1
  101. package/lib/types/views/prompt/search-function/SearchFunction.d.ts +0 -1
  102. package/lib/umd/index.js +2 -2
  103. package/package.json +23 -23
package/lib/es/index.js CHANGED
@@ -3313,16 +3313,16 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
3313
3313
  abstract: "formula.functionList.BESSELI.abstract",
3314
3314
  functionParameter: [
3315
3315
  {
3316
- name: "formula.functionList.BESSELI.functionParameter.number1.name",
3317
- detail: "formula.functionList.BESSELI.functionParameter.number1.detail",
3318
- example: "A1:A20",
3316
+ name: "formula.functionList.BESSELI.functionParameter.x.name",
3317
+ detail: "formula.functionList.BESSELI.functionParameter.x.detail",
3318
+ example: "1.5",
3319
3319
  require: 1,
3320
3320
  repeat: 0
3321
3321
  },
3322
3322
  {
3323
- name: "formula.functionList.BESSELI.functionParameter.number2.name",
3324
- detail: "formula.functionList.BESSELI.functionParameter.number2.detail",
3325
- example: "A1:A20",
3323
+ name: "formula.functionList.BESSELI.functionParameter.n.name",
3324
+ detail: "formula.functionList.BESSELI.functionParameter.n.detail",
3325
+ example: "1",
3326
3326
  require: 1,
3327
3327
  repeat: 0
3328
3328
  }
@@ -3335,16 +3335,16 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
3335
3335
  abstract: "formula.functionList.BESSELJ.abstract",
3336
3336
  functionParameter: [
3337
3337
  {
3338
- name: "formula.functionList.BESSELJ.functionParameter.number1.name",
3339
- detail: "formula.functionList.BESSELJ.functionParameter.number1.detail",
3340
- example: "A1:A20",
3338
+ name: "formula.functionList.BESSELJ.functionParameter.x.name",
3339
+ detail: "formula.functionList.BESSELJ.functionParameter.x.detail",
3340
+ example: "1.5",
3341
3341
  require: 1,
3342
3342
  repeat: 0
3343
3343
  },
3344
3344
  {
3345
- name: "formula.functionList.BESSELJ.functionParameter.number2.name",
3346
- detail: "formula.functionList.BESSELJ.functionParameter.number2.detail",
3347
- example: "A1:A20",
3345
+ name: "formula.functionList.BESSELJ.functionParameter.n.name",
3346
+ detail: "formula.functionList.BESSELJ.functionParameter.n.detail",
3347
+ example: "1",
3348
3348
  require: 1,
3349
3349
  repeat: 0
3350
3350
  }
@@ -3357,16 +3357,16 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
3357
3357
  abstract: "formula.functionList.BESSELK.abstract",
3358
3358
  functionParameter: [
3359
3359
  {
3360
- name: "formula.functionList.BESSELK.functionParameter.number1.name",
3361
- detail: "formula.functionList.BESSELK.functionParameter.number1.detail",
3362
- example: "A1:A20",
3360
+ name: "formula.functionList.BESSELK.functionParameter.x.name",
3361
+ detail: "formula.functionList.BESSELK.functionParameter.x.detail",
3362
+ example: "1.5",
3363
3363
  require: 1,
3364
3364
  repeat: 0
3365
3365
  },
3366
3366
  {
3367
- name: "formula.functionList.BESSELK.functionParameter.number2.name",
3368
- detail: "formula.functionList.BESSELK.functionParameter.number2.detail",
3369
- example: "A1:A20",
3367
+ name: "formula.functionList.BESSELK.functionParameter.n.name",
3368
+ detail: "formula.functionList.BESSELK.functionParameter.n.detail",
3369
+ example: "1",
3370
3370
  require: 1,
3371
3371
  repeat: 0
3372
3372
  }
@@ -3379,16 +3379,16 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
3379
3379
  abstract: "formula.functionList.BESSELY.abstract",
3380
3380
  functionParameter: [
3381
3381
  {
3382
- name: "formula.functionList.BESSELY.functionParameter.number1.name",
3383
- detail: "formula.functionList.BESSELY.functionParameter.number1.detail",
3384
- example: "A1:A20",
3382
+ name: "formula.functionList.BESSELY.functionParameter.x.name",
3383
+ detail: "formula.functionList.BESSELY.functionParameter.x.detail",
3384
+ example: "1.5",
3385
3385
  require: 1,
3386
3386
  repeat: 0
3387
3387
  },
3388
3388
  {
3389
- name: "formula.functionList.BESSELY.functionParameter.number2.name",
3390
- detail: "formula.functionList.BESSELY.functionParameter.number2.detail",
3391
- example: "A1:A20",
3389
+ name: "formula.functionList.BESSELY.functionParameter.n.name",
3390
+ detail: "formula.functionList.BESSELY.functionParameter.n.detail",
3391
+ example: "1",
3392
3392
  require: 1,
3393
3393
  repeat: 0
3394
3394
  }
@@ -3401,16 +3401,9 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
3401
3401
  abstract: "formula.functionList.BIN2DEC.abstract",
3402
3402
  functionParameter: [
3403
3403
  {
3404
- name: "formula.functionList.BIN2DEC.functionParameter.number1.name",
3405
- detail: "formula.functionList.BIN2DEC.functionParameter.number1.detail",
3406
- example: "A1:A20",
3407
- require: 1,
3408
- repeat: 0
3409
- },
3410
- {
3411
- name: "formula.functionList.BIN2DEC.functionParameter.number2.name",
3412
- detail: "formula.functionList.BIN2DEC.functionParameter.number2.detail",
3413
- example: "A1:A20",
3404
+ name: "formula.functionList.BIN2DEC.functionParameter.number.name",
3405
+ detail: "formula.functionList.BIN2DEC.functionParameter.number.detail",
3406
+ example: "1100100",
3414
3407
  require: 1,
3415
3408
  repeat: 0
3416
3409
  }
@@ -3423,17 +3416,17 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
3423
3416
  abstract: "formula.functionList.BIN2HEX.abstract",
3424
3417
  functionParameter: [
3425
3418
  {
3426
- name: "formula.functionList.BIN2HEX.functionParameter.number1.name",
3427
- detail: "formula.functionList.BIN2HEX.functionParameter.number1.detail",
3428
- example: "A1:A20",
3419
+ name: "formula.functionList.BIN2HEX.functionParameter.number.name",
3420
+ detail: "formula.functionList.BIN2HEX.functionParameter.number.detail",
3421
+ example: "11111011",
3429
3422
  require: 1,
3430
3423
  repeat: 0
3431
3424
  },
3432
3425
  {
3433
- name: "formula.functionList.BIN2HEX.functionParameter.number2.name",
3434
- detail: "formula.functionList.BIN2HEX.functionParameter.number2.detail",
3435
- example: "A1:A20",
3436
- require: 1,
3426
+ name: "formula.functionList.BIN2HEX.functionParameter.places.name",
3427
+ detail: "formula.functionList.BIN2HEX.functionParameter.places.detail",
3428
+ example: "4",
3429
+ require: 0,
3437
3430
  repeat: 0
3438
3431
  }
3439
3432
  ]
@@ -3445,17 +3438,17 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
3445
3438
  abstract: "formula.functionList.BIN2OCT.abstract",
3446
3439
  functionParameter: [
3447
3440
  {
3448
- name: "formula.functionList.BIN2OCT.functionParameter.number1.name",
3449
- detail: "formula.functionList.BIN2OCT.functionParameter.number1.detail",
3450
- example: "A1:A20",
3441
+ name: "formula.functionList.BIN2OCT.functionParameter.number.name",
3442
+ detail: "formula.functionList.BIN2OCT.functionParameter.number.detail",
3443
+ example: "1001",
3451
3444
  require: 1,
3452
3445
  repeat: 0
3453
3446
  },
3454
3447
  {
3455
- name: "formula.functionList.BIN2OCT.functionParameter.number2.name",
3456
- detail: "formula.functionList.BIN2OCT.functionParameter.number2.detail",
3457
- example: "A1:A20",
3458
- require: 1,
3448
+ name: "formula.functionList.BIN2OCT.functionParameter.places.name",
3449
+ detail: "formula.functionList.BIN2OCT.functionParameter.places.detail",
3450
+ example: "3",
3451
+ require: 0,
3459
3452
  repeat: 0
3460
3453
  }
3461
3454
  ]
@@ -3469,14 +3462,14 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
3469
3462
  {
3470
3463
  name: "formula.functionList.BITAND.functionParameter.number1.name",
3471
3464
  detail: "formula.functionList.BITAND.functionParameter.number1.detail",
3472
- example: "A1:A20",
3465
+ example: "13",
3473
3466
  require: 1,
3474
3467
  repeat: 0
3475
3468
  },
3476
3469
  {
3477
3470
  name: "formula.functionList.BITAND.functionParameter.number2.name",
3478
3471
  detail: "formula.functionList.BITAND.functionParameter.number2.detail",
3479
- example: "A1:A20",
3472
+ example: "25",
3480
3473
  require: 1,
3481
3474
  repeat: 0
3482
3475
  }
@@ -3489,16 +3482,16 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
3489
3482
  abstract: "formula.functionList.BITLSHIFT.abstract",
3490
3483
  functionParameter: [
3491
3484
  {
3492
- name: "formula.functionList.BITLSHIFT.functionParameter.number1.name",
3493
- detail: "formula.functionList.BITLSHIFT.functionParameter.number1.detail",
3494
- example: "A1:A20",
3485
+ name: "formula.functionList.BITLSHIFT.functionParameter.number.name",
3486
+ detail: "formula.functionList.BITLSHIFT.functionParameter.number.detail",
3487
+ example: "4",
3495
3488
  require: 1,
3496
3489
  repeat: 0
3497
3490
  },
3498
3491
  {
3499
- name: "formula.functionList.BITLSHIFT.functionParameter.number2.name",
3500
- detail: "formula.functionList.BITLSHIFT.functionParameter.number2.detail",
3501
- example: "A1:A20",
3492
+ name: "formula.functionList.BITLSHIFT.functionParameter.shiftAmount.name",
3493
+ detail: "formula.functionList.BITLSHIFT.functionParameter.shiftAmount.detail",
3494
+ example: "2",
3502
3495
  require: 1,
3503
3496
  repeat: 0
3504
3497
  }
@@ -3513,14 +3506,14 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
3513
3506
  {
3514
3507
  name: "formula.functionList.BITOR.functionParameter.number1.name",
3515
3508
  detail: "formula.functionList.BITOR.functionParameter.number1.detail",
3516
- example: "A1:A20",
3509
+ example: "23",
3517
3510
  require: 1,
3518
3511
  repeat: 0
3519
3512
  },
3520
3513
  {
3521
3514
  name: "formula.functionList.BITOR.functionParameter.number2.name",
3522
3515
  detail: "formula.functionList.BITOR.functionParameter.number2.detail",
3523
- example: "A1:A20",
3516
+ example: "10",
3524
3517
  require: 1,
3525
3518
  repeat: 0
3526
3519
  }
@@ -3533,16 +3526,16 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
3533
3526
  abstract: "formula.functionList.BITRSHIFT.abstract",
3534
3527
  functionParameter: [
3535
3528
  {
3536
- name: "formula.functionList.BITRSHIFT.functionParameter.number1.name",
3537
- detail: "formula.functionList.BITRSHIFT.functionParameter.number1.detail",
3538
- example: "A1:A20",
3529
+ name: "formula.functionList.BITRSHIFT.functionParameter.number.name",
3530
+ detail: "formula.functionList.BITRSHIFT.functionParameter.number.detail",
3531
+ example: "13",
3539
3532
  require: 1,
3540
3533
  repeat: 0
3541
3534
  },
3542
3535
  {
3543
- name: "formula.functionList.BITRSHIFT.functionParameter.number2.name",
3544
- detail: "formula.functionList.BITRSHIFT.functionParameter.number2.detail",
3545
- example: "A1:A20",
3536
+ name: "formula.functionList.BITRSHIFT.functionParameter.shiftAmount.name",
3537
+ detail: "formula.functionList.BITRSHIFT.functionParameter.shiftAmount.detail",
3538
+ example: "2",
3546
3539
  require: 1,
3547
3540
  repeat: 0
3548
3541
  }
@@ -3557,14 +3550,14 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
3557
3550
  {
3558
3551
  name: "formula.functionList.BITXOR.functionParameter.number1.name",
3559
3552
  detail: "formula.functionList.BITXOR.functionParameter.number1.detail",
3560
- example: "A1:A20",
3553
+ example: "5",
3561
3554
  require: 1,
3562
3555
  repeat: 0
3563
3556
  },
3564
3557
  {
3565
3558
  name: "formula.functionList.BITXOR.functionParameter.number2.name",
3566
3559
  detail: "formula.functionList.BITXOR.functionParameter.number2.detail",
3567
- example: "A1:A20",
3560
+ example: "3",
3568
3561
  require: 1,
3569
3562
  repeat: 0
3570
3563
  }
@@ -3577,18 +3570,25 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
3577
3570
  abstract: "formula.functionList.COMPLEX.abstract",
3578
3571
  functionParameter: [
3579
3572
  {
3580
- name: "formula.functionList.COMPLEX.functionParameter.number1.name",
3581
- detail: "formula.functionList.COMPLEX.functionParameter.number1.detail",
3582
- example: "A1:A20",
3573
+ name: "formula.functionList.COMPLEX.functionParameter.realNum.name",
3574
+ detail: "formula.functionList.COMPLEX.functionParameter.realNum.detail",
3575
+ example: "3",
3583
3576
  require: 1,
3584
3577
  repeat: 0
3585
3578
  },
3586
3579
  {
3587
- name: "formula.functionList.COMPLEX.functionParameter.number2.name",
3588
- detail: "formula.functionList.COMPLEX.functionParameter.number2.detail",
3589
- example: "A1:A20",
3580
+ name: "formula.functionList.COMPLEX.functionParameter.iNum.name",
3581
+ detail: "formula.functionList.COMPLEX.functionParameter.iNum.detail",
3582
+ example: "4",
3590
3583
  require: 1,
3591
3584
  repeat: 0
3585
+ },
3586
+ {
3587
+ name: "formula.functionList.COMPLEX.functionParameter.suffix.name",
3588
+ detail: "formula.functionList.COMPLEX.functionParameter.suffix.detail",
3589
+ example: '"i"',
3590
+ require: 0,
3591
+ repeat: 0
3592
3592
  }
3593
3593
  ]
3594
3594
  },
@@ -3599,16 +3599,23 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
3599
3599
  abstract: "formula.functionList.CONVERT.abstract",
3600
3600
  functionParameter: [
3601
3601
  {
3602
- name: "formula.functionList.CONVERT.functionParameter.number1.name",
3603
- detail: "formula.functionList.CONVERT.functionParameter.number1.detail",
3604
- example: "A1:A20",
3602
+ name: "formula.functionList.CONVERT.functionParameter.number.name",
3603
+ detail: "formula.functionList.CONVERT.functionParameter.number.detail",
3604
+ example: "1",
3605
3605
  require: 1,
3606
3606
  repeat: 0
3607
3607
  },
3608
3608
  {
3609
- name: "formula.functionList.CONVERT.functionParameter.number2.name",
3610
- detail: "formula.functionList.CONVERT.functionParameter.number2.detail",
3611
- example: "A1:A20",
3609
+ name: "formula.functionList.CONVERT.functionParameter.fromUnit.name",
3610
+ detail: "formula.functionList.CONVERT.functionParameter.fromUnit.detail",
3611
+ example: '"lbm"',
3612
+ require: 1,
3613
+ repeat: 0
3614
+ },
3615
+ {
3616
+ name: "formula.functionList.CONVERT.functionParameter.toUnit.name",
3617
+ detail: "formula.functionList.CONVERT.functionParameter.toUnit.detail",
3618
+ example: '"kg"',
3612
3619
  require: 1,
3613
3620
  repeat: 0
3614
3621
  }
@@ -3621,17 +3628,17 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
3621
3628
  abstract: "formula.functionList.DEC2BIN.abstract",
3622
3629
  functionParameter: [
3623
3630
  {
3624
- name: "formula.functionList.DEC2BIN.functionParameter.number1.name",
3625
- detail: "formula.functionList.DEC2BIN.functionParameter.number1.detail",
3626
- example: "A1:A20",
3631
+ name: "formula.functionList.DEC2BIN.functionParameter.number.name",
3632
+ detail: "formula.functionList.DEC2BIN.functionParameter.number.detail",
3633
+ example: "9",
3627
3634
  require: 1,
3628
3635
  repeat: 0
3629
3636
  },
3630
3637
  {
3631
- name: "formula.functionList.DEC2BIN.functionParameter.number2.name",
3632
- detail: "formula.functionList.DEC2BIN.functionParameter.number2.detail",
3633
- example: "A1:A20",
3634
- require: 1,
3638
+ name: "formula.functionList.DEC2BIN.functionParameter.places.name",
3639
+ detail: "formula.functionList.DEC2BIN.functionParameter.places.detail",
3640
+ example: "4",
3641
+ require: 0,
3635
3642
  repeat: 0
3636
3643
  }
3637
3644
  ]
@@ -3643,17 +3650,17 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
3643
3650
  abstract: "formula.functionList.DEC2HEX.abstract",
3644
3651
  functionParameter: [
3645
3652
  {
3646
- name: "formula.functionList.DEC2HEX.functionParameter.number1.name",
3647
- detail: "formula.functionList.DEC2HEX.functionParameter.number1.detail",
3648
- example: "A1:A20",
3653
+ name: "formula.functionList.DEC2HEX.functionParameter.number.name",
3654
+ detail: "formula.functionList.DEC2HEX.functionParameter.number.detail",
3655
+ example: "100",
3649
3656
  require: 1,
3650
3657
  repeat: 0
3651
3658
  },
3652
3659
  {
3653
- name: "formula.functionList.DEC2HEX.functionParameter.number2.name",
3654
- detail: "formula.functionList.DEC2HEX.functionParameter.number2.detail",
3655
- example: "A1:A20",
3656
- require: 1,
3660
+ name: "formula.functionList.DEC2HEX.functionParameter.places.name",
3661
+ detail: "formula.functionList.DEC2HEX.functionParameter.places.detail",
3662
+ example: "4",
3663
+ require: 0,
3657
3664
  repeat: 0
3658
3665
  }
3659
3666
  ]
@@ -3665,17 +3672,17 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
3665
3672
  abstract: "formula.functionList.DEC2OCT.abstract",
3666
3673
  functionParameter: [
3667
3674
  {
3668
- name: "formula.functionList.DEC2OCT.functionParameter.number1.name",
3669
- detail: "formula.functionList.DEC2OCT.functionParameter.number1.detail",
3670
- example: "A1:A20",
3675
+ name: "formula.functionList.DEC2OCT.functionParameter.number.name",
3676
+ detail: "formula.functionList.DEC2OCT.functionParameter.number.detail",
3677
+ example: "58",
3671
3678
  require: 1,
3672
3679
  repeat: 0
3673
3680
  },
3674
3681
  {
3675
- name: "formula.functionList.DEC2OCT.functionParameter.number2.name",
3676
- detail: "formula.functionList.DEC2OCT.functionParameter.number2.detail",
3677
- example: "A1:A20",
3678
- require: 1,
3682
+ name: "formula.functionList.DEC2OCT.functionParameter.places.name",
3683
+ detail: "formula.functionList.DEC2OCT.functionParameter.places.detail",
3684
+ example: "3",
3685
+ require: 0,
3679
3686
  repeat: 0
3680
3687
  }
3681
3688
  ]
@@ -3689,15 +3696,15 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
3689
3696
  {
3690
3697
  name: "formula.functionList.DELTA.functionParameter.number1.name",
3691
3698
  detail: "formula.functionList.DELTA.functionParameter.number1.detail",
3692
- example: "A1:A20",
3699
+ example: "5",
3693
3700
  require: 1,
3694
3701
  repeat: 0
3695
3702
  },
3696
3703
  {
3697
3704
  name: "formula.functionList.DELTA.functionParameter.number2.name",
3698
3705
  detail: "formula.functionList.DELTA.functionParameter.number2.detail",
3699
- example: "A1:A20",
3700
- require: 1,
3706
+ example: "4",
3707
+ require: 0,
3701
3708
  repeat: 0
3702
3709
  }
3703
3710
  ]
@@ -3709,17 +3716,17 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
3709
3716
  abstract: "formula.functionList.ERF.abstract",
3710
3717
  functionParameter: [
3711
3718
  {
3712
- name: "formula.functionList.ERF.functionParameter.number1.name",
3713
- detail: "formula.functionList.ERF.functionParameter.number1.detail",
3714
- example: "A1:A20",
3719
+ name: "formula.functionList.ERF.functionParameter.lowerLimit.name",
3720
+ detail: "formula.functionList.ERF.functionParameter.lowerLimit.detail",
3721
+ example: "0.745",
3715
3722
  require: 1,
3716
3723
  repeat: 0
3717
3724
  },
3718
3725
  {
3719
- name: "formula.functionList.ERF.functionParameter.number2.name",
3720
- detail: "formula.functionList.ERF.functionParameter.number2.detail",
3721
- example: "A1:A20",
3722
- require: 1,
3726
+ name: "formula.functionList.ERF.functionParameter.upperLimit.name",
3727
+ detail: "formula.functionList.ERF.functionParameter.upperLimit.detail",
3728
+ example: "2",
3729
+ require: 0,
3723
3730
  repeat: 0
3724
3731
  }
3725
3732
  ]
@@ -3731,16 +3738,9 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
3731
3738
  abstract: "formula.functionList.ERF_PRECISE.abstract",
3732
3739
  functionParameter: [
3733
3740
  {
3734
- name: "formula.functionList.ERF_PRECISE.functionParameter.number1.name",
3735
- detail: "formula.functionList.ERF_PRECISE.functionParameter.number1.detail",
3736
- example: "A1:A20",
3737
- require: 1,
3738
- repeat: 0
3739
- },
3740
- {
3741
- name: "formula.functionList.ERF_PRECISE.functionParameter.number2.name",
3742
- detail: "formula.functionList.ERF_PRECISE.functionParameter.number2.detail",
3743
- example: "A1:A20",
3741
+ name: "formula.functionList.ERF_PRECISE.functionParameter.x.name",
3742
+ detail: "formula.functionList.ERF_PRECISE.functionParameter.x.detail",
3743
+ example: "1",
3744
3744
  require: 1,
3745
3745
  repeat: 0
3746
3746
  }
@@ -3753,16 +3753,9 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
3753
3753
  abstract: "formula.functionList.ERFC.abstract",
3754
3754
  functionParameter: [
3755
3755
  {
3756
- name: "formula.functionList.ERFC.functionParameter.number1.name",
3757
- detail: "formula.functionList.ERFC.functionParameter.number1.detail",
3758
- example: "A1:A20",
3759
- require: 1,
3760
- repeat: 0
3761
- },
3762
- {
3763
- name: "formula.functionList.ERFC.functionParameter.number2.name",
3764
- detail: "formula.functionList.ERFC.functionParameter.number2.detail",
3765
- example: "A1:A20",
3756
+ name: "formula.functionList.ERFC.functionParameter.x.name",
3757
+ detail: "formula.functionList.ERFC.functionParameter.x.detail",
3758
+ example: "1",
3766
3759
  require: 1,
3767
3760
  repeat: 0
3768
3761
  }
@@ -3775,16 +3768,9 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
3775
3768
  abstract: "formula.functionList.ERFC_PRECISE.abstract",
3776
3769
  functionParameter: [
3777
3770
  {
3778
- name: "formula.functionList.ERFC_PRECISE.functionParameter.number1.name",
3779
- detail: "formula.functionList.ERFC_PRECISE.functionParameter.number1.detail",
3780
- example: "A1:A20",
3781
- require: 1,
3782
- repeat: 0
3783
- },
3784
- {
3785
- name: "formula.functionList.ERFC_PRECISE.functionParameter.number2.name",
3786
- detail: "formula.functionList.ERFC_PRECISE.functionParameter.number2.detail",
3787
- example: "A1:A20",
3771
+ name: "formula.functionList.ERFC_PRECISE.functionParameter.x.name",
3772
+ detail: "formula.functionList.ERFC_PRECISE.functionParameter.x.detail",
3773
+ example: "1",
3788
3774
  require: 1,
3789
3775
  repeat: 0
3790
3776
  }
@@ -3819,17 +3805,17 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
3819
3805
  abstract: "formula.functionList.HEX2BIN.abstract",
3820
3806
  functionParameter: [
3821
3807
  {
3822
- name: "formula.functionList.HEX2BIN.functionParameter.number1.name",
3823
- detail: "formula.functionList.HEX2BIN.functionParameter.number1.detail",
3824
- example: "A1:A20",
3808
+ name: "formula.functionList.HEX2BIN.functionParameter.number.name",
3809
+ detail: "formula.functionList.HEX2BIN.functionParameter.number.detail",
3810
+ example: '"F"',
3825
3811
  require: 1,
3826
3812
  repeat: 0
3827
3813
  },
3828
3814
  {
3829
- name: "formula.functionList.HEX2BIN.functionParameter.number2.name",
3830
- detail: "formula.functionList.HEX2BIN.functionParameter.number2.detail",
3831
- example: "A1:A20",
3832
- require: 1,
3815
+ name: "formula.functionList.HEX2BIN.functionParameter.places.name",
3816
+ detail: "formula.functionList.HEX2BIN.functionParameter.places.detail",
3817
+ example: "8",
3818
+ require: 0,
3833
3819
  repeat: 0
3834
3820
  }
3835
3821
  ]
@@ -3841,16 +3827,9 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
3841
3827
  abstract: "formula.functionList.HEX2DEC.abstract",
3842
3828
  functionParameter: [
3843
3829
  {
3844
- name: "formula.functionList.HEX2DEC.functionParameter.number1.name",
3845
- detail: "formula.functionList.HEX2DEC.functionParameter.number1.detail",
3846
- example: "A1:A20",
3847
- require: 1,
3848
- repeat: 0
3849
- },
3850
- {
3851
- name: "formula.functionList.HEX2DEC.functionParameter.number2.name",
3852
- detail: "formula.functionList.HEX2DEC.functionParameter.number2.detail",
3853
- example: "A1:A20",
3830
+ name: "formula.functionList.HEX2DEC.functionParameter.number.name",
3831
+ detail: "formula.functionList.HEX2DEC.functionParameter.number.detail",
3832
+ example: '"A5"',
3854
3833
  require: 1,
3855
3834
  repeat: 0
3856
3835
  }
@@ -3863,17 +3842,17 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
3863
3842
  abstract: "formula.functionList.HEX2OCT.abstract",
3864
3843
  functionParameter: [
3865
3844
  {
3866
- name: "formula.functionList.HEX2OCT.functionParameter.number1.name",
3867
- detail: "formula.functionList.HEX2OCT.functionParameter.number1.detail",
3868
- example: "A1:A20",
3845
+ name: "formula.functionList.HEX2OCT.functionParameter.number.name",
3846
+ detail: "formula.functionList.HEX2OCT.functionParameter.number.detail",
3847
+ example: '"F"',
3869
3848
  require: 1,
3870
3849
  repeat: 0
3871
3850
  },
3872
3851
  {
3873
- name: "formula.functionList.HEX2OCT.functionParameter.number2.name",
3874
- detail: "formula.functionList.HEX2OCT.functionParameter.number2.detail",
3875
- example: "A1:A20",
3876
- require: 1,
3852
+ name: "formula.functionList.HEX2OCT.functionParameter.places.name",
3853
+ detail: "formula.functionList.HEX2OCT.functionParameter.places.detail",
3854
+ example: "3",
3855
+ require: 0,
3877
3856
  repeat: 0
3878
3857
  }
3879
3858
  ]
@@ -4435,17 +4414,17 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
4435
4414
  abstract: "formula.functionList.OCT2BIN.abstract",
4436
4415
  functionParameter: [
4437
4416
  {
4438
- name: "formula.functionList.OCT2BIN.functionParameter.number1.name",
4439
- detail: "formula.functionList.OCT2BIN.functionParameter.number1.detail",
4440
- example: "A1:A20",
4417
+ name: "formula.functionList.OCT2BIN.functionParameter.number.name",
4418
+ detail: "formula.functionList.OCT2BIN.functionParameter.number.detail",
4419
+ example: "3",
4441
4420
  require: 1,
4442
4421
  repeat: 0
4443
4422
  },
4444
4423
  {
4445
- name: "formula.functionList.OCT2BIN.functionParameter.number2.name",
4446
- detail: "formula.functionList.OCT2BIN.functionParameter.number2.detail",
4447
- example: "A1:A20",
4448
- require: 1,
4424
+ name: "formula.functionList.OCT2BIN.functionParameter.places.name",
4425
+ detail: "formula.functionList.OCT2BIN.functionParameter.places.detail",
4426
+ example: "3",
4427
+ require: 0,
4449
4428
  repeat: 0
4450
4429
  }
4451
4430
  ]
@@ -4457,16 +4436,9 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
4457
4436
  abstract: "formula.functionList.OCT2DEC.abstract",
4458
4437
  functionParameter: [
4459
4438
  {
4460
- name: "formula.functionList.OCT2DEC.functionParameter.number1.name",
4461
- detail: "formula.functionList.OCT2DEC.functionParameter.number1.detail",
4462
- example: "A1:A20",
4463
- require: 1,
4464
- repeat: 0
4465
- },
4466
- {
4467
- name: "formula.functionList.OCT2DEC.functionParameter.number2.name",
4468
- detail: "formula.functionList.OCT2DEC.functionParameter.number2.detail",
4469
- example: "A1:A20",
4439
+ name: "formula.functionList.OCT2DEC.functionParameter.number.name",
4440
+ detail: "formula.functionList.OCT2DEC.functionParameter.number.detail",
4441
+ example: "54",
4470
4442
  require: 1,
4471
4443
  repeat: 0
4472
4444
  }
@@ -4479,17 +4451,17 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
4479
4451
  abstract: "formula.functionList.OCT2HEX.abstract",
4480
4452
  functionParameter: [
4481
4453
  {
4482
- name: "formula.functionList.OCT2HEX.functionParameter.number1.name",
4483
- detail: "formula.functionList.OCT2HEX.functionParameter.number1.detail",
4484
- example: "A1:A20",
4454
+ name: "formula.functionList.OCT2HEX.functionParameter.number.name",
4455
+ detail: "formula.functionList.OCT2HEX.functionParameter.number.detail",
4456
+ example: "100",
4485
4457
  require: 1,
4486
4458
  repeat: 0
4487
4459
  },
4488
4460
  {
4489
- name: "formula.functionList.OCT2HEX.functionParameter.number2.name",
4490
- detail: "formula.functionList.OCT2HEX.functionParameter.number2.detail",
4491
- example: "A1:A20",
4492
- require: 1,
4461
+ name: "formula.functionList.OCT2HEX.functionParameter.places.name",
4462
+ detail: "formula.functionList.OCT2HEX.functionParameter.places.detail",
4463
+ example: "4",
4464
+ require: 0,
4493
4465
  repeat: 0
4494
4466
  }
4495
4467
  ]
@@ -4502,18 +4474,60 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
4502
4474
  abstract: "formula.functionList.ACCRINT.abstract",
4503
4475
  functionParameter: [
4504
4476
  {
4505
- name: "formula.functionList.ACCRINT.functionParameter.number1.name",
4506
- detail: "formula.functionList.ACCRINT.functionParameter.number1.detail",
4507
- example: "A1:A20",
4477
+ name: "formula.functionList.ACCRINT.functionParameter.issue.name",
4478
+ detail: "formula.functionList.ACCRINT.functionParameter.issue.detail",
4479
+ example: "39508",
4508
4480
  require: 1,
4509
4481
  repeat: 0
4510
4482
  },
4511
4483
  {
4512
- name: "formula.functionList.ACCRINT.functionParameter.number2.name",
4513
- detail: "formula.functionList.ACCRINT.functionParameter.number2.detail",
4514
- example: "A1:A20",
4484
+ name: "formula.functionList.ACCRINT.functionParameter.firstInterest.name",
4485
+ detail: "formula.functionList.ACCRINT.functionParameter.firstInterest.detail",
4486
+ example: "39691",
4487
+ require: 1,
4488
+ repeat: 0
4489
+ },
4490
+ {
4491
+ name: "formula.functionList.ACCRINT.functionParameter.settlement.name",
4492
+ detail: "formula.functionList.ACCRINT.functionParameter.settlement.detail",
4493
+ example: "39569",
4494
+ require: 1,
4495
+ repeat: 0
4496
+ },
4497
+ {
4498
+ name: "formula.functionList.ACCRINT.functionParameter.rate.name",
4499
+ detail: "formula.functionList.ACCRINT.functionParameter.rate.detail",
4500
+ example: "0.1",
4501
+ require: 1,
4502
+ repeat: 0
4503
+ },
4504
+ {
4505
+ name: "formula.functionList.ACCRINT.functionParameter.par.name",
4506
+ detail: "formula.functionList.ACCRINT.functionParameter.par.detail",
4507
+ example: "1000",
4515
4508
  require: 1,
4516
4509
  repeat: 0
4510
+ },
4511
+ {
4512
+ name: "formula.functionList.ACCRINT.functionParameter.frequency.name",
4513
+ detail: "formula.functionList.ACCRINT.functionParameter.frequency.detail",
4514
+ example: "2",
4515
+ require: 1,
4516
+ repeat: 0
4517
+ },
4518
+ {
4519
+ name: "formula.functionList.ACCRINT.functionParameter.basis.name",
4520
+ detail: "formula.functionList.ACCRINT.functionParameter.basis.detail",
4521
+ example: "0",
4522
+ require: 0,
4523
+ repeat: 0
4524
+ },
4525
+ {
4526
+ name: "formula.functionList.ACCRINT.functionParameter.calcMethod.name",
4527
+ detail: "formula.functionList.ACCRINT.functionParameter.calcMethod.detail",
4528
+ example: "true",
4529
+ require: 0,
4530
+ repeat: 0
4517
4531
  }
4518
4532
  ]
4519
4533
  },
@@ -4524,18 +4538,39 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
4524
4538
  abstract: "formula.functionList.ACCRINTM.abstract",
4525
4539
  functionParameter: [
4526
4540
  {
4527
- name: "formula.functionList.ACCRINTM.functionParameter.number1.name",
4528
- detail: "formula.functionList.ACCRINTM.functionParameter.number1.detail",
4529
- example: "A1:A20",
4541
+ name: "formula.functionList.ACCRINTM.functionParameter.issue.name",
4542
+ detail: "formula.functionList.ACCRINTM.functionParameter.issue.detail",
4543
+ example: '"2008-4-1"',
4530
4544
  require: 1,
4531
4545
  repeat: 0
4532
4546
  },
4533
4547
  {
4534
- name: "formula.functionList.ACCRINTM.functionParameter.number2.name",
4535
- detail: "formula.functionList.ACCRINTM.functionParameter.number2.detail",
4536
- example: "A1:A20",
4548
+ name: "formula.functionList.ACCRINTM.functionParameter.settlement.name",
4549
+ detail: "formula.functionList.ACCRINTM.functionParameter.settlement.detail",
4550
+ example: '"2008-6-15"',
4551
+ require: 1,
4552
+ repeat: 0
4553
+ },
4554
+ {
4555
+ name: "formula.functionList.ACCRINTM.functionParameter.rate.name",
4556
+ detail: "formula.functionList.ACCRINTM.functionParameter.rate.detail",
4557
+ example: "0.1",
4558
+ require: 1,
4559
+ repeat: 0
4560
+ },
4561
+ {
4562
+ name: "formula.functionList.ACCRINTM.functionParameter.par.name",
4563
+ detail: "formula.functionList.ACCRINTM.functionParameter.par.detail",
4564
+ example: "1000",
4537
4565
  require: 1,
4538
4566
  repeat: 0
4567
+ },
4568
+ {
4569
+ name: "formula.functionList.ACCRINTM.functionParameter.basis.name",
4570
+ detail: "formula.functionList.ACCRINTM.functionParameter.basis.detail",
4571
+ example: "3",
4572
+ require: 0,
4573
+ repeat: 0
4539
4574
  }
4540
4575
  ]
4541
4576
  },
@@ -4568,18 +4603,53 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
4568
4603
  abstract: "formula.functionList.AMORLINC.abstract",
4569
4604
  functionParameter: [
4570
4605
  {
4571
- name: "formula.functionList.AMORLINC.functionParameter.number1.name",
4572
- detail: "formula.functionList.AMORLINC.functionParameter.number1.detail",
4573
- example: "A1:A20",
4606
+ name: "formula.functionList.AMORLINC.functionParameter.cost.name",
4607
+ detail: "formula.functionList.AMORLINC.functionParameter.cost.detail",
4608
+ example: "2400",
4574
4609
  require: 1,
4575
4610
  repeat: 0
4576
4611
  },
4577
4612
  {
4578
- name: "formula.functionList.AMORLINC.functionParameter.number2.name",
4579
- detail: "formula.functionList.AMORLINC.functionParameter.number2.detail",
4580
- example: "A1:A20",
4613
+ name: "formula.functionList.AMORLINC.functionParameter.datePurchased.name",
4614
+ detail: "formula.functionList.AMORLINC.functionParameter.datePurchased.detail",
4615
+ example: "39679",
4616
+ require: 1,
4617
+ repeat: 0
4618
+ },
4619
+ {
4620
+ name: "formula.functionList.AMORLINC.functionParameter.firstPeriod.name",
4621
+ detail: "formula.functionList.AMORLINC.functionParameter.firstPeriod.detail",
4622
+ example: "39813",
4623
+ require: 1,
4624
+ repeat: 0
4625
+ },
4626
+ {
4627
+ name: "formula.functionList.AMORLINC.functionParameter.salvage.name",
4628
+ detail: "formula.functionList.AMORLINC.functionParameter.salvage.detail",
4629
+ example: "300",
4581
4630
  require: 1,
4582
4631
  repeat: 0
4632
+ },
4633
+ {
4634
+ name: "formula.functionList.AMORLINC.functionParameter.period.name",
4635
+ detail: "formula.functionList.AMORLINC.functionParameter.period.detail",
4636
+ example: "1",
4637
+ require: 1,
4638
+ repeat: 0
4639
+ },
4640
+ {
4641
+ name: "formula.functionList.AMORLINC.functionParameter.rate.name",
4642
+ detail: "formula.functionList.AMORLINC.functionParameter.rate.detail",
4643
+ example: "0.15",
4644
+ require: 1,
4645
+ repeat: 0
4646
+ },
4647
+ {
4648
+ name: "formula.functionList.AMORLINC.functionParameter.basis.name",
4649
+ detail: "formula.functionList.AMORLINC.functionParameter.basis.detail",
4650
+ example: "0",
4651
+ require: 0,
4652
+ repeat: 0
4583
4653
  }
4584
4654
  ]
4585
4655
  },
@@ -4590,18 +4660,32 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
4590
4660
  abstract: "formula.functionList.COUPDAYBS.abstract",
4591
4661
  functionParameter: [
4592
4662
  {
4593
- name: "formula.functionList.COUPDAYBS.functionParameter.number1.name",
4594
- detail: "formula.functionList.COUPDAYBS.functionParameter.number1.detail",
4595
- example: "A1:A20",
4663
+ name: "formula.functionList.COUPDAYBS.functionParameter.settlement.name",
4664
+ detail: "formula.functionList.COUPDAYBS.functionParameter.settlement.detail",
4665
+ example: '"2011-1-25"',
4596
4666
  require: 1,
4597
4667
  repeat: 0
4598
4668
  },
4599
4669
  {
4600
- name: "formula.functionList.COUPDAYBS.functionParameter.number2.name",
4601
- detail: "formula.functionList.COUPDAYBS.functionParameter.number2.detail",
4602
- example: "A1:A20",
4670
+ name: "formula.functionList.COUPDAYBS.functionParameter.maturity.name",
4671
+ detail: "formula.functionList.COUPDAYBS.functionParameter.maturity.detail",
4672
+ example: '"2011-11-15"',
4673
+ require: 1,
4674
+ repeat: 0
4675
+ },
4676
+ {
4677
+ name: "formula.functionList.COUPDAYBS.functionParameter.frequency.name",
4678
+ detail: "formula.functionList.COUPDAYBS.functionParameter.frequency.detail",
4679
+ example: "2",
4603
4680
  require: 1,
4604
4681
  repeat: 0
4682
+ },
4683
+ {
4684
+ name: "formula.functionList.COUPDAYBS.functionParameter.basis.name",
4685
+ detail: "formula.functionList.COUPDAYBS.functionParameter.basis.detail",
4686
+ example: "1",
4687
+ require: 0,
4688
+ repeat: 0
4605
4689
  }
4606
4690
  ]
4607
4691
  },
@@ -4612,18 +4696,32 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
4612
4696
  abstract: "formula.functionList.COUPDAYS.abstract",
4613
4697
  functionParameter: [
4614
4698
  {
4615
- name: "formula.functionList.COUPDAYS.functionParameter.number1.name",
4616
- detail: "formula.functionList.COUPDAYS.functionParameter.number1.detail",
4617
- example: "A1:A20",
4699
+ name: "formula.functionList.COUPDAYS.functionParameter.settlement.name",
4700
+ detail: "formula.functionList.COUPDAYS.functionParameter.settlement.detail",
4701
+ example: '"2011-1-25"',
4618
4702
  require: 1,
4619
4703
  repeat: 0
4620
4704
  },
4621
4705
  {
4622
- name: "formula.functionList.COUPDAYS.functionParameter.number2.name",
4623
- detail: "formula.functionList.COUPDAYS.functionParameter.number2.detail",
4624
- example: "A1:A20",
4706
+ name: "formula.functionList.COUPDAYS.functionParameter.maturity.name",
4707
+ detail: "formula.functionList.COUPDAYS.functionParameter.maturity.detail",
4708
+ example: '"2011-11-15"',
4709
+ require: 1,
4710
+ repeat: 0
4711
+ },
4712
+ {
4713
+ name: "formula.functionList.COUPDAYS.functionParameter.frequency.name",
4714
+ detail: "formula.functionList.COUPDAYS.functionParameter.frequency.detail",
4715
+ example: "2",
4625
4716
  require: 1,
4626
4717
  repeat: 0
4718
+ },
4719
+ {
4720
+ name: "formula.functionList.COUPDAYS.functionParameter.basis.name",
4721
+ detail: "formula.functionList.COUPDAYS.functionParameter.basis.detail",
4722
+ example: "1",
4723
+ require: 0,
4724
+ repeat: 0
4627
4725
  }
4628
4726
  ]
4629
4727
  },
@@ -4634,18 +4732,32 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
4634
4732
  abstract: "formula.functionList.COUPDAYSNC.abstract",
4635
4733
  functionParameter: [
4636
4734
  {
4637
- name: "formula.functionList.COUPDAYSNC.functionParameter.number1.name",
4638
- detail: "formula.functionList.COUPDAYSNC.functionParameter.number1.detail",
4639
- example: "A1:A20",
4735
+ name: "formula.functionList.COUPDAYSNC.functionParameter.settlement.name",
4736
+ detail: "formula.functionList.COUPDAYSNC.functionParameter.settlement.detail",
4737
+ example: '"2011-1-25"',
4640
4738
  require: 1,
4641
4739
  repeat: 0
4642
4740
  },
4643
4741
  {
4644
- name: "formula.functionList.COUPDAYSNC.functionParameter.number2.name",
4645
- detail: "formula.functionList.COUPDAYSNC.functionParameter.number2.detail",
4646
- example: "A1:A20",
4742
+ name: "formula.functionList.COUPDAYSNC.functionParameter.maturity.name",
4743
+ detail: "formula.functionList.COUPDAYSNC.functionParameter.maturity.detail",
4744
+ example: '"2011-11-15"',
4647
4745
  require: 1,
4648
4746
  repeat: 0
4747
+ },
4748
+ {
4749
+ name: "formula.functionList.COUPDAYSNC.functionParameter.frequency.name",
4750
+ detail: "formula.functionList.COUPDAYSNC.functionParameter.frequency.detail",
4751
+ example: "2",
4752
+ require: 1,
4753
+ repeat: 0
4754
+ },
4755
+ {
4756
+ name: "formula.functionList.COUPDAYSNC.functionParameter.basis.name",
4757
+ detail: "formula.functionList.COUPDAYSNC.functionParameter.basis.detail",
4758
+ example: "1",
4759
+ require: 0,
4760
+ repeat: 0
4649
4761
  }
4650
4762
  ]
4651
4763
  },
@@ -4656,18 +4768,32 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
4656
4768
  abstract: "formula.functionList.COUPNCD.abstract",
4657
4769
  functionParameter: [
4658
4770
  {
4659
- name: "formula.functionList.COUPNCD.functionParameter.number1.name",
4660
- detail: "formula.functionList.COUPNCD.functionParameter.number1.detail",
4661
- example: "A1:A20",
4771
+ name: "formula.functionList.COUPNCD.functionParameter.settlement.name",
4772
+ detail: "formula.functionList.COUPNCD.functionParameter.settlement.detail",
4773
+ example: '"2011-1-25"',
4662
4774
  require: 1,
4663
4775
  repeat: 0
4664
4776
  },
4665
4777
  {
4666
- name: "formula.functionList.COUPNCD.functionParameter.number2.name",
4667
- detail: "formula.functionList.COUPNCD.functionParameter.number2.detail",
4668
- example: "A1:A20",
4778
+ name: "formula.functionList.COUPNCD.functionParameter.maturity.name",
4779
+ detail: "formula.functionList.COUPNCD.functionParameter.maturity.detail",
4780
+ example: '"2011-11-15"',
4781
+ require: 1,
4782
+ repeat: 0
4783
+ },
4784
+ {
4785
+ name: "formula.functionList.COUPNCD.functionParameter.frequency.name",
4786
+ detail: "formula.functionList.COUPNCD.functionParameter.frequency.detail",
4787
+ example: "2",
4669
4788
  require: 1,
4670
4789
  repeat: 0
4790
+ },
4791
+ {
4792
+ name: "formula.functionList.COUPNCD.functionParameter.basis.name",
4793
+ detail: "formula.functionList.COUPNCD.functionParameter.basis.detail",
4794
+ example: "1",
4795
+ require: 0,
4796
+ repeat: 0
4671
4797
  }
4672
4798
  ]
4673
4799
  },
@@ -4678,18 +4804,32 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
4678
4804
  abstract: "formula.functionList.COUPNUM.abstract",
4679
4805
  functionParameter: [
4680
4806
  {
4681
- name: "formula.functionList.COUPNUM.functionParameter.number1.name",
4682
- detail: "formula.functionList.COUPNUM.functionParameter.number1.detail",
4683
- example: "A1:A20",
4807
+ name: "formula.functionList.COUPNUM.functionParameter.settlement.name",
4808
+ detail: "formula.functionList.COUPNUM.functionParameter.settlement.detail",
4809
+ example: '"2011-1-25"',
4684
4810
  require: 1,
4685
4811
  repeat: 0
4686
4812
  },
4687
4813
  {
4688
- name: "formula.functionList.COUPNUM.functionParameter.number2.name",
4689
- detail: "formula.functionList.COUPNUM.functionParameter.number2.detail",
4690
- example: "A1:A20",
4814
+ name: "formula.functionList.COUPNUM.functionParameter.maturity.name",
4815
+ detail: "formula.functionList.COUPNUM.functionParameter.maturity.detail",
4816
+ example: '"2011-11-15"',
4817
+ require: 1,
4818
+ repeat: 0
4819
+ },
4820
+ {
4821
+ name: "formula.functionList.COUPNUM.functionParameter.frequency.name",
4822
+ detail: "formula.functionList.COUPNUM.functionParameter.frequency.detail",
4823
+ example: "2",
4691
4824
  require: 1,
4692
4825
  repeat: 0
4826
+ },
4827
+ {
4828
+ name: "formula.functionList.COUPNUM.functionParameter.basis.name",
4829
+ detail: "formula.functionList.COUPNUM.functionParameter.basis.detail",
4830
+ example: "1",
4831
+ require: 0,
4832
+ repeat: 0
4693
4833
  }
4694
4834
  ]
4695
4835
  },
@@ -4700,18 +4840,32 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
4700
4840
  abstract: "formula.functionList.COUPPCD.abstract",
4701
4841
  functionParameter: [
4702
4842
  {
4703
- name: "formula.functionList.COUPPCD.functionParameter.number1.name",
4704
- detail: "formula.functionList.COUPPCD.functionParameter.number1.detail",
4705
- example: "A1:A20",
4843
+ name: "formula.functionList.COUPPCD.functionParameter.settlement.name",
4844
+ detail: "formula.functionList.COUPPCD.functionParameter.settlement.detail",
4845
+ example: '"2011-1-25"',
4706
4846
  require: 1,
4707
4847
  repeat: 0
4708
4848
  },
4709
4849
  {
4710
- name: "formula.functionList.COUPPCD.functionParameter.number2.name",
4711
- detail: "formula.functionList.COUPPCD.functionParameter.number2.detail",
4712
- example: "A1:A20",
4850
+ name: "formula.functionList.COUPPCD.functionParameter.maturity.name",
4851
+ detail: "formula.functionList.COUPPCD.functionParameter.maturity.detail",
4852
+ example: '"2011-11-15"',
4713
4853
  require: 1,
4714
4854
  repeat: 0
4855
+ },
4856
+ {
4857
+ name: "formula.functionList.COUPPCD.functionParameter.frequency.name",
4858
+ detail: "formula.functionList.COUPPCD.functionParameter.frequency.detail",
4859
+ example: "2",
4860
+ require: 1,
4861
+ repeat: 0
4862
+ },
4863
+ {
4864
+ name: "formula.functionList.COUPPCD.functionParameter.basis.name",
4865
+ detail: "formula.functionList.COUPPCD.functionParameter.basis.detail",
4866
+ example: "1",
4867
+ require: 0,
4868
+ repeat: 0
4715
4869
  }
4716
4870
  ]
4717
4871
  },
@@ -4722,16 +4876,44 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
4722
4876
  abstract: "formula.functionList.CUMIPMT.abstract",
4723
4877
  functionParameter: [
4724
4878
  {
4725
- name: "formula.functionList.CUMIPMT.functionParameter.number1.name",
4726
- detail: "formula.functionList.CUMIPMT.functionParameter.number1.detail",
4727
- example: "A1:A20",
4879
+ name: "formula.functionList.CUMIPMT.functionParameter.rate.name",
4880
+ detail: "formula.functionList.CUMIPMT.functionParameter.rate.detail",
4881
+ example: "0.09/12",
4728
4882
  require: 1,
4729
4883
  repeat: 0
4730
4884
  },
4731
4885
  {
4732
- name: "formula.functionList.CUMIPMT.functionParameter.number2.name",
4733
- detail: "formula.functionList.CUMIPMT.functionParameter.number2.detail",
4734
- example: "A1:A20",
4886
+ name: "formula.functionList.CUMIPMT.functionParameter.nper.name",
4887
+ detail: "formula.functionList.CUMIPMT.functionParameter.nper.detail",
4888
+ example: "30*12",
4889
+ require: 1,
4890
+ repeat: 0
4891
+ },
4892
+ {
4893
+ name: "formula.functionList.CUMIPMT.functionParameter.pv.name",
4894
+ detail: "formula.functionList.CUMIPMT.functionParameter.pv.detail",
4895
+ example: "125000",
4896
+ require: 1,
4897
+ repeat: 0
4898
+ },
4899
+ {
4900
+ name: "formula.functionList.CUMIPMT.functionParameter.startPeriod.name",
4901
+ detail: "formula.functionList.CUMIPMT.functionParameter.startPeriod.detail",
4902
+ example: "13",
4903
+ require: 1,
4904
+ repeat: 0
4905
+ },
4906
+ {
4907
+ name: "formula.functionList.CUMIPMT.functionParameter.endPeriod.name",
4908
+ detail: "formula.functionList.CUMIPMT.functionParameter.endPeriod.detail",
4909
+ example: "24",
4910
+ require: 1,
4911
+ repeat: 0
4912
+ },
4913
+ {
4914
+ name: "formula.functionList.CUMIPMT.functionParameter.type.name",
4915
+ detail: "formula.functionList.CUMIPMT.functionParameter.type.detail",
4916
+ example: "0",
4735
4917
  require: 1,
4736
4918
  repeat: 0
4737
4919
  }
@@ -4744,16 +4926,44 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
4744
4926
  abstract: "formula.functionList.CUMPRINC.abstract",
4745
4927
  functionParameter: [
4746
4928
  {
4747
- name: "formula.functionList.CUMPRINC.functionParameter.number1.name",
4748
- detail: "formula.functionList.CUMPRINC.functionParameter.number1.detail",
4749
- example: "A1:A20",
4929
+ name: "formula.functionList.CUMPRINC.functionParameter.rate.name",
4930
+ detail: "formula.functionList.CUMPRINC.functionParameter.rate.detail",
4931
+ example: "0.09/12",
4932
+ require: 1,
4933
+ repeat: 0
4934
+ },
4935
+ {
4936
+ name: "formula.functionList.CUMPRINC.functionParameter.nper.name",
4937
+ detail: "formula.functionList.CUMPRINC.functionParameter.nper.detail",
4938
+ example: "30*12",
4939
+ require: 1,
4940
+ repeat: 0
4941
+ },
4942
+ {
4943
+ name: "formula.functionList.CUMPRINC.functionParameter.pv.name",
4944
+ detail: "formula.functionList.CUMPRINC.functionParameter.pv.detail",
4945
+ example: "125000",
4946
+ require: 1,
4947
+ repeat: 0
4948
+ },
4949
+ {
4950
+ name: "formula.functionList.CUMPRINC.functionParameter.startPeriod.name",
4951
+ detail: "formula.functionList.CUMPRINC.functionParameter.startPeriod.detail",
4952
+ example: "13",
4953
+ require: 1,
4954
+ repeat: 0
4955
+ },
4956
+ {
4957
+ name: "formula.functionList.CUMPRINC.functionParameter.endPeriod.name",
4958
+ detail: "formula.functionList.CUMPRINC.functionParameter.endPeriod.detail",
4959
+ example: "24",
4750
4960
  require: 1,
4751
4961
  repeat: 0
4752
4962
  },
4753
4963
  {
4754
- name: "formula.functionList.CUMPRINC.functionParameter.number2.name",
4755
- detail: "formula.functionList.CUMPRINC.functionParameter.number2.detail",
4756
- example: "A1:A20",
4964
+ name: "formula.functionList.CUMPRINC.functionParameter.type.name",
4965
+ detail: "formula.functionList.CUMPRINC.functionParameter.type.detail",
4966
+ example: "0",
4757
4967
  require: 1,
4758
4968
  repeat: 0
4759
4969
  }
@@ -4766,18 +4976,39 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
4766
4976
  abstract: "formula.functionList.DB.abstract",
4767
4977
  functionParameter: [
4768
4978
  {
4769
- name: "formula.functionList.DB.functionParameter.number1.name",
4770
- detail: "formula.functionList.DB.functionParameter.number1.detail",
4771
- example: "A1:A20",
4979
+ name: "formula.functionList.DB.functionParameter.cost.name",
4980
+ detail: "formula.functionList.DB.functionParameter.cost.detail",
4981
+ example: "10000000",
4772
4982
  require: 1,
4773
4983
  repeat: 0
4774
4984
  },
4775
4985
  {
4776
- name: "formula.functionList.DB.functionParameter.number2.name",
4777
- detail: "formula.functionList.DB.functionParameter.number2.detail",
4778
- example: "A1:A20",
4986
+ name: "formula.functionList.DB.functionParameter.salvage.name",
4987
+ detail: "formula.functionList.DB.functionParameter.salvage.detail",
4988
+ example: "1000000",
4989
+ require: 1,
4990
+ repeat: 0
4991
+ },
4992
+ {
4993
+ name: "formula.functionList.DB.functionParameter.life.name",
4994
+ detail: "formula.functionList.DB.functionParameter.life.detail",
4995
+ example: "6",
4996
+ require: 1,
4997
+ repeat: 0
4998
+ },
4999
+ {
5000
+ name: "formula.functionList.DB.functionParameter.period.name",
5001
+ detail: "formula.functionList.DB.functionParameter.period.detail",
5002
+ example: "1",
4779
5003
  require: 1,
4780
5004
  repeat: 0
5005
+ },
5006
+ {
5007
+ name: "formula.functionList.DB.functionParameter.month.name",
5008
+ detail: "formula.functionList.DB.functionParameter.month.detail",
5009
+ example: "7",
5010
+ require: 0,
5011
+ repeat: 0
4781
5012
  }
4782
5013
  ]
4783
5014
  },
@@ -4788,18 +5019,39 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
4788
5019
  abstract: "formula.functionList.DDB.abstract",
4789
5020
  functionParameter: [
4790
5021
  {
4791
- name: "formula.functionList.DDB.functionParameter.number1.name",
4792
- detail: "formula.functionList.DDB.functionParameter.number1.detail",
4793
- example: "A1:A20",
5022
+ name: "formula.functionList.DDB.functionParameter.cost.name",
5023
+ detail: "formula.functionList.DDB.functionParameter.cost.detail",
5024
+ example: "24000",
4794
5025
  require: 1,
4795
5026
  repeat: 0
4796
5027
  },
4797
5028
  {
4798
- name: "formula.functionList.DDB.functionParameter.number2.name",
4799
- detail: "formula.functionList.DDB.functionParameter.number2.detail",
4800
- example: "A1:A20",
5029
+ name: "formula.functionList.DDB.functionParameter.salvage.name",
5030
+ detail: "formula.functionList.DDB.functionParameter.salvage.detail",
5031
+ example: "3000",
5032
+ require: 1,
5033
+ repeat: 0
5034
+ },
5035
+ {
5036
+ name: "formula.functionList.DDB.functionParameter.life.name",
5037
+ detail: "formula.functionList.DDB.functionParameter.life.detail",
5038
+ example: "10",
5039
+ require: 1,
5040
+ repeat: 0
5041
+ },
5042
+ {
5043
+ name: "formula.functionList.DDB.functionParameter.period.name",
5044
+ detail: "formula.functionList.DDB.functionParameter.period.detail",
5045
+ example: "1",
4801
5046
  require: 1,
4802
5047
  repeat: 0
5048
+ },
5049
+ {
5050
+ name: "formula.functionList.DDB.functionParameter.factor.name",
5051
+ detail: "formula.functionList.DDB.functionParameter.factor.detail",
5052
+ example: "2",
5053
+ require: 0,
5054
+ repeat: 0
4803
5055
  }
4804
5056
  ]
4805
5057
  },
@@ -4810,18 +5062,39 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
4810
5062
  abstract: "formula.functionList.DISC.abstract",
4811
5063
  functionParameter: [
4812
5064
  {
4813
- name: "formula.functionList.DISC.functionParameter.number1.name",
4814
- detail: "formula.functionList.DISC.functionParameter.number1.detail",
4815
- example: "A1:A20",
5065
+ name: "formula.functionList.DISC.functionParameter.settlement.name",
5066
+ detail: "formula.functionList.DISC.functionParameter.settlement.detail",
5067
+ example: '"2018-7-1"',
4816
5068
  require: 1,
4817
5069
  repeat: 0
4818
5070
  },
4819
5071
  {
4820
- name: "formula.functionList.DISC.functionParameter.number2.name",
4821
- detail: "formula.functionList.DISC.functionParameter.number2.detail",
4822
- example: "A1:A20",
5072
+ name: "formula.functionList.DISC.functionParameter.maturity.name",
5073
+ detail: "formula.functionList.DISC.functionParameter.maturity.detail",
5074
+ example: '"2048-1-1"',
5075
+ require: 1,
5076
+ repeat: 0
5077
+ },
5078
+ {
5079
+ name: "formula.functionList.DISC.functionParameter.pr.name",
5080
+ detail: "formula.functionList.DISC.functionParameter.pr.detail",
5081
+ example: "97.975",
5082
+ require: 1,
5083
+ repeat: 0
5084
+ },
5085
+ {
5086
+ name: "formula.functionList.DISC.functionParameter.redemption.name",
5087
+ detail: "formula.functionList.DISC.functionParameter.redemption.detail",
5088
+ example: "100",
4823
5089
  require: 1,
4824
5090
  repeat: 0
5091
+ },
5092
+ {
5093
+ name: "formula.functionList.DISC.functionParameter.basis.name",
5094
+ detail: "formula.functionList.DISC.functionParameter.basis.detail",
5095
+ example: "1",
5096
+ require: 0,
5097
+ repeat: 0
4825
5098
  }
4826
5099
  ]
4827
5100
  },
@@ -4832,16 +5105,16 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
4832
5105
  abstract: "formula.functionList.DOLLARDE.abstract",
4833
5106
  functionParameter: [
4834
5107
  {
4835
- name: "formula.functionList.DOLLARDE.functionParameter.number1.name",
4836
- detail: "formula.functionList.DOLLARDE.functionParameter.number1.detail",
4837
- example: "A1:A20",
5108
+ name: "formula.functionList.DOLLARDE.functionParameter.fractionalDollar.name",
5109
+ detail: "formula.functionList.DOLLARDE.functionParameter.fractionalDollar.detail",
5110
+ example: "1.02",
4838
5111
  require: 1,
4839
5112
  repeat: 0
4840
5113
  },
4841
5114
  {
4842
- name: "formula.functionList.DOLLARDE.functionParameter.number2.name",
4843
- detail: "formula.functionList.DOLLARDE.functionParameter.number2.detail",
4844
- example: "A1:A20",
5115
+ name: "formula.functionList.DOLLARDE.functionParameter.fraction.name",
5116
+ detail: "formula.functionList.DOLLARDE.functionParameter.fraction.detail",
5117
+ example: "16",
4845
5118
  require: 1,
4846
5119
  repeat: 0
4847
5120
  }
@@ -4854,16 +5127,16 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
4854
5127
  abstract: "formula.functionList.DOLLARFR.abstract",
4855
5128
  functionParameter: [
4856
5129
  {
4857
- name: "formula.functionList.DOLLARFR.functionParameter.number1.name",
4858
- detail: "formula.functionList.DOLLARFR.functionParameter.number1.detail",
4859
- example: "A1:A20",
5130
+ name: "formula.functionList.DOLLARFR.functionParameter.decimalDollar.name",
5131
+ detail: "formula.functionList.DOLLARFR.functionParameter.decimalDollar.detail",
5132
+ example: "1.125",
4860
5133
  require: 1,
4861
5134
  repeat: 0
4862
5135
  },
4863
5136
  {
4864
- name: "formula.functionList.DOLLARFR.functionParameter.number2.name",
4865
- detail: "formula.functionList.DOLLARFR.functionParameter.number2.detail",
4866
- example: "A1:A20",
5137
+ name: "formula.functionList.DOLLARFR.functionParameter.fraction.name",
5138
+ detail: "formula.functionList.DOLLARFR.functionParameter.fraction.detail",
5139
+ example: "16",
4867
5140
  require: 1,
4868
5141
  repeat: 0
4869
5142
  }
@@ -4898,16 +5171,16 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
4898
5171
  abstract: "formula.functionList.EFFECT.abstract",
4899
5172
  functionParameter: [
4900
5173
  {
4901
- name: "formula.functionList.EFFECT.functionParameter.number1.name",
4902
- detail: "formula.functionList.EFFECT.functionParameter.number1.detail",
4903
- example: "A1:A20",
5174
+ name: "formula.functionList.EFFECT.functionParameter.nominalRate.name",
5175
+ detail: "formula.functionList.EFFECT.functionParameter.nominalRate.detail",
5176
+ example: "0.0525",
4904
5177
  require: 1,
4905
5178
  repeat: 0
4906
5179
  },
4907
5180
  {
4908
- name: "formula.functionList.EFFECT.functionParameter.number2.name",
4909
- detail: "formula.functionList.EFFECT.functionParameter.number2.detail",
4910
- example: "A1:A20",
5181
+ name: "formula.functionList.EFFECT.functionParameter.npery.name",
5182
+ detail: "formula.functionList.EFFECT.functionParameter.npery.detail",
5183
+ example: "4",
4911
5184
  require: 1,
4912
5185
  repeat: 0
4913
5186
  }
@@ -4920,18 +5193,39 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
4920
5193
  abstract: "formula.functionList.FV.abstract",
4921
5194
  functionParameter: [
4922
5195
  {
4923
- name: "formula.functionList.FV.functionParameter.number1.name",
4924
- detail: "formula.functionList.FV.functionParameter.number1.detail",
4925
- example: "A1:A20",
5196
+ name: "formula.functionList.FV.functionParameter.rate.name",
5197
+ detail: "formula.functionList.FV.functionParameter.rate.detail",
5198
+ example: "0.06/12",
4926
5199
  require: 1,
4927
5200
  repeat: 0
4928
5201
  },
4929
5202
  {
4930
- name: "formula.functionList.FV.functionParameter.number2.name",
4931
- detail: "formula.functionList.FV.functionParameter.number2.detail",
4932
- example: "A1:A20",
5203
+ name: "formula.functionList.FV.functionParameter.nper.name",
5204
+ detail: "formula.functionList.FV.functionParameter.nper.detail",
5205
+ example: "10",
5206
+ require: 1,
5207
+ repeat: 0
5208
+ },
5209
+ {
5210
+ name: "formula.functionList.FV.functionParameter.pmt.name",
5211
+ detail: "formula.functionList.FV.functionParameter.pmt.detail",
5212
+ example: "-200",
4933
5213
  require: 1,
4934
5214
  repeat: 0
5215
+ },
5216
+ {
5217
+ name: "formula.functionList.FV.functionParameter.pv.name",
5218
+ detail: "formula.functionList.FV.functionParameter.pv.detail",
5219
+ example: "-500",
5220
+ require: 0,
5221
+ repeat: 0
5222
+ },
5223
+ {
5224
+ name: "formula.functionList.FV.functionParameter.type.name",
5225
+ detail: "formula.functionList.FV.functionParameter.type.detail",
5226
+ example: "1",
5227
+ require: 0,
5228
+ repeat: 0
4935
5229
  }
4936
5230
  ]
4937
5231
  },
@@ -4942,16 +5236,16 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
4942
5236
  abstract: "formula.functionList.FVSCHEDULE.abstract",
4943
5237
  functionParameter: [
4944
5238
  {
4945
- name: "formula.functionList.FVSCHEDULE.functionParameter.number1.name",
4946
- detail: "formula.functionList.FVSCHEDULE.functionParameter.number1.detail",
4947
- example: "A1:A20",
5239
+ name: "formula.functionList.FVSCHEDULE.functionParameter.principal.name",
5240
+ detail: "formula.functionList.FVSCHEDULE.functionParameter.principal.detail",
5241
+ example: "1",
4948
5242
  require: 1,
4949
5243
  repeat: 0
4950
5244
  },
4951
5245
  {
4952
- name: "formula.functionList.FVSCHEDULE.functionParameter.number2.name",
4953
- detail: "formula.functionList.FVSCHEDULE.functionParameter.number2.detail",
4954
- example: "A1:A20",
5246
+ name: "formula.functionList.FVSCHEDULE.functionParameter.schedule.name",
5247
+ detail: "formula.functionList.FVSCHEDULE.functionParameter.schedule.detail",
5248
+ example: "{0.09,0.11,0.1}",
4955
5249
  require: 1,
4956
5250
  repeat: 0
4957
5251
  }
@@ -4964,18 +5258,39 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
4964
5258
  abstract: "formula.functionList.INTRATE.abstract",
4965
5259
  functionParameter: [
4966
5260
  {
4967
- name: "formula.functionList.INTRATE.functionParameter.number1.name",
4968
- detail: "formula.functionList.INTRATE.functionParameter.number1.detail",
4969
- example: "A1:A20",
5261
+ name: "formula.functionList.INTRATE.functionParameter.settlement.name",
5262
+ detail: "formula.functionList.INTRATE.functionParameter.settlement.detail",
5263
+ example: '"2008-2-15"',
4970
5264
  require: 1,
4971
5265
  repeat: 0
4972
5266
  },
4973
5267
  {
4974
- name: "formula.functionList.INTRATE.functionParameter.number2.name",
4975
- detail: "formula.functionList.INTRATE.functionParameter.number2.detail",
4976
- example: "A1:A20",
5268
+ name: "formula.functionList.INTRATE.functionParameter.maturity.name",
5269
+ detail: "formula.functionList.INTRATE.functionParameter.maturity.detail",
5270
+ example: '"2008-5-15"',
5271
+ require: 1,
5272
+ repeat: 0
5273
+ },
5274
+ {
5275
+ name: "formula.functionList.INTRATE.functionParameter.investment.name",
5276
+ detail: "formula.functionList.INTRATE.functionParameter.investment.detail",
5277
+ example: "10000000",
5278
+ require: 1,
5279
+ repeat: 0
5280
+ },
5281
+ {
5282
+ name: "formula.functionList.INTRATE.functionParameter.redemption.name",
5283
+ detail: "formula.functionList.INTRATE.functionParameter.redemption.detail",
5284
+ example: "10144200",
4977
5285
  require: 1,
4978
5286
  repeat: 0
5287
+ },
5288
+ {
5289
+ name: "formula.functionList.INTRATE.functionParameter.basis.name",
5290
+ detail: "formula.functionList.INTRATE.functionParameter.basis.detail",
5291
+ example: "2",
5292
+ require: 0,
5293
+ repeat: 0
4979
5294
  }
4980
5295
  ]
4981
5296
  },
@@ -4986,18 +5301,46 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
4986
5301
  abstract: "formula.functionList.IPMT.abstract",
4987
5302
  functionParameter: [
4988
5303
  {
4989
- name: "formula.functionList.IPMT.functionParameter.number1.name",
4990
- detail: "formula.functionList.IPMT.functionParameter.number1.detail",
4991
- example: "A1:A20",
5304
+ name: "formula.functionList.IPMT.functionParameter.rate.name",
5305
+ detail: "formula.functionList.IPMT.functionParameter.rate.detail",
5306
+ example: "0.1/12",
4992
5307
  require: 1,
4993
5308
  repeat: 0
4994
5309
  },
4995
5310
  {
4996
- name: "formula.functionList.IPMT.functionParameter.number2.name",
4997
- detail: "formula.functionList.IPMT.functionParameter.number2.detail",
4998
- example: "A1:A20",
5311
+ name: "formula.functionList.IPMT.functionParameter.per.name",
5312
+ detail: "formula.functionList.IPMT.functionParameter.per.detail",
5313
+ example: "1",
5314
+ require: 1,
5315
+ repeat: 0
5316
+ },
5317
+ {
5318
+ name: "formula.functionList.IPMT.functionParameter.nper.name",
5319
+ detail: "formula.functionList.IPMT.functionParameter.nper.detail",
5320
+ example: "3*12",
5321
+ require: 1,
5322
+ repeat: 0
5323
+ },
5324
+ {
5325
+ name: "formula.functionList.IPMT.functionParameter.pv.name",
5326
+ detail: "formula.functionList.IPMT.functionParameter.pv.detail",
5327
+ example: "80000",
4999
5328
  require: 1,
5000
5329
  repeat: 0
5330
+ },
5331
+ {
5332
+ name: "formula.functionList.IPMT.functionParameter.fv.name",
5333
+ detail: "formula.functionList.IPMT.functionParameter.fv.detail",
5334
+ example: "0",
5335
+ require: 0,
5336
+ repeat: 0
5337
+ },
5338
+ {
5339
+ name: "formula.functionList.IPMT.functionParameter.type.name",
5340
+ detail: "formula.functionList.IPMT.functionParameter.type.detail",
5341
+ example: "0",
5342
+ require: 0,
5343
+ repeat: 0
5001
5344
  }
5002
5345
  ]
5003
5346
  },
@@ -5030,16 +5373,30 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
5030
5373
  abstract: "formula.functionList.ISPMT.abstract",
5031
5374
  functionParameter: [
5032
5375
  {
5033
- name: "formula.functionList.ISPMT.functionParameter.number1.name",
5034
- detail: "formula.functionList.ISPMT.functionParameter.number1.detail",
5035
- example: "A1:A20",
5376
+ name: "formula.functionList.ISPMT.functionParameter.rate.name",
5377
+ detail: "formula.functionList.ISPMT.functionParameter.rate.detail",
5378
+ example: "0.1",
5036
5379
  require: 1,
5037
5380
  repeat: 0
5038
5381
  },
5039
5382
  {
5040
- name: "formula.functionList.ISPMT.functionParameter.number2.name",
5041
- detail: "formula.functionList.ISPMT.functionParameter.number2.detail",
5042
- example: "A1:A20",
5383
+ name: "formula.functionList.ISPMT.functionParameter.per.name",
5384
+ detail: "formula.functionList.ISPMT.functionParameter.per.detail",
5385
+ example: "2",
5386
+ require: 1,
5387
+ repeat: 0
5388
+ },
5389
+ {
5390
+ name: "formula.functionList.ISPMT.functionParameter.nper.name",
5391
+ detail: "formula.functionList.ISPMT.functionParameter.nper.detail",
5392
+ example: "5",
5393
+ require: 1,
5394
+ repeat: 0
5395
+ },
5396
+ {
5397
+ name: "formula.functionList.ISPMT.functionParameter.pv.name",
5398
+ detail: "formula.functionList.ISPMT.functionParameter.pv.detail",
5399
+ example: "1000",
5043
5400
  require: 1,
5044
5401
  repeat: 0
5045
5402
  }
@@ -5096,16 +5453,16 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
5096
5453
  abstract: "formula.functionList.NOMINAL.abstract",
5097
5454
  functionParameter: [
5098
5455
  {
5099
- name: "formula.functionList.NOMINAL.functionParameter.number1.name",
5100
- detail: "formula.functionList.NOMINAL.functionParameter.number1.detail",
5101
- example: "A1:A20",
5456
+ name: "formula.functionList.NOMINAL.functionParameter.effectRate.name",
5457
+ detail: "formula.functionList.NOMINAL.functionParameter.effectRate.detail",
5458
+ example: "0.053543",
5102
5459
  require: 1,
5103
5460
  repeat: 0
5104
5461
  },
5105
5462
  {
5106
- name: "formula.functionList.NOMINAL.functionParameter.number2.name",
5107
- detail: "formula.functionList.NOMINAL.functionParameter.number2.detail",
5108
- example: "A1:A20",
5463
+ name: "formula.functionList.NOMINAL.functionParameter.npery.name",
5464
+ detail: "formula.functionList.NOMINAL.functionParameter.npery.detail",
5465
+ example: "4",
5109
5466
  require: 1,
5110
5467
  repeat: 0
5111
5468
  }
@@ -5118,18 +5475,39 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
5118
5475
  abstract: "formula.functionList.NPER.abstract",
5119
5476
  functionParameter: [
5120
5477
  {
5121
- name: "formula.functionList.NPER.functionParameter.number1.name",
5122
- detail: "formula.functionList.NPER.functionParameter.number1.detail",
5123
- example: "A1:A20",
5478
+ name: "formula.functionList.NPER.functionParameter.rate.name",
5479
+ detail: "formula.functionList.NPER.functionParameter.rate.detail",
5480
+ example: "0.12/12",
5124
5481
  require: 1,
5125
5482
  repeat: 0
5126
5483
  },
5127
5484
  {
5128
- name: "formula.functionList.NPER.functionParameter.number2.name",
5129
- detail: "formula.functionList.NPER.functionParameter.number2.detail",
5130
- example: "A1:A20",
5485
+ name: "formula.functionList.NPER.functionParameter.pmt.name",
5486
+ detail: "formula.functionList.NPER.functionParameter.pmt.detail",
5487
+ example: "-100",
5488
+ require: 1,
5489
+ repeat: 0
5490
+ },
5491
+ {
5492
+ name: "formula.functionList.NPER.functionParameter.pv.name",
5493
+ detail: "formula.functionList.NPER.functionParameter.pv.detail",
5494
+ example: "-1000",
5131
5495
  require: 1,
5132
5496
  repeat: 0
5497
+ },
5498
+ {
5499
+ name: "formula.functionList.NPER.functionParameter.fv.name",
5500
+ detail: "formula.functionList.NPER.functionParameter.fv.detail",
5501
+ example: "10000",
5502
+ require: 0,
5503
+ repeat: 0
5504
+ },
5505
+ {
5506
+ name: "formula.functionList.NPER.functionParameter.type.name",
5507
+ detail: "formula.functionList.NPER.functionParameter.type.detail",
5508
+ example: "1",
5509
+ require: 0,
5510
+ repeat: 0
5133
5511
  }
5134
5512
  ]
5135
5513
  },
@@ -5272,18 +5650,39 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
5272
5650
  abstract: "formula.functionList.PMT.abstract",
5273
5651
  functionParameter: [
5274
5652
  {
5275
- name: "formula.functionList.PMT.functionParameter.number1.name",
5276
- detail: "formula.functionList.PMT.functionParameter.number1.detail",
5277
- example: "A1:A20",
5653
+ name: "formula.functionList.PMT.functionParameter.rate.name",
5654
+ detail: "formula.functionList.PMT.functionParameter.rate.detail",
5655
+ example: "0.08/12",
5278
5656
  require: 1,
5279
5657
  repeat: 0
5280
5658
  },
5281
5659
  {
5282
- name: "formula.functionList.PMT.functionParameter.number2.name",
5283
- detail: "formula.functionList.PMT.functionParameter.number2.detail",
5284
- example: "A1:A20",
5660
+ name: "formula.functionList.PMT.functionParameter.nper.name",
5661
+ detail: "formula.functionList.PMT.functionParameter.nper.detail",
5662
+ example: "10",
5663
+ require: 1,
5664
+ repeat: 0
5665
+ },
5666
+ {
5667
+ name: "formula.functionList.PMT.functionParameter.pv.name",
5668
+ detail: "formula.functionList.PMT.functionParameter.pv.detail",
5669
+ example: "10000",
5285
5670
  require: 1,
5286
5671
  repeat: 0
5672
+ },
5673
+ {
5674
+ name: "formula.functionList.PMT.functionParameter.fv.name",
5675
+ detail: "formula.functionList.PMT.functionParameter.fv.detail",
5676
+ example: "0",
5677
+ require: 0,
5678
+ repeat: 0
5679
+ },
5680
+ {
5681
+ name: "formula.functionList.PMT.functionParameter.type.name",
5682
+ detail: "formula.functionList.PMT.functionParameter.type.detail",
5683
+ example: "0",
5684
+ require: 0,
5685
+ repeat: 0
5287
5686
  }
5288
5687
  ]
5289
5688
  },
@@ -5294,18 +5693,46 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
5294
5693
  abstract: "formula.functionList.PPMT.abstract",
5295
5694
  functionParameter: [
5296
5695
  {
5297
- name: "formula.functionList.PPMT.functionParameter.number1.name",
5298
- detail: "formula.functionList.PPMT.functionParameter.number1.detail",
5299
- example: "A1:A20",
5696
+ name: "formula.functionList.PPMT.functionParameter.rate.name",
5697
+ detail: "formula.functionList.PPMT.functionParameter.rate.detail",
5698
+ example: "0.1/12",
5300
5699
  require: 1,
5301
5700
  repeat: 0
5302
5701
  },
5303
5702
  {
5304
- name: "formula.functionList.PPMT.functionParameter.number2.name",
5305
- detail: "formula.functionList.PPMT.functionParameter.number2.detail",
5306
- example: "A1:A20",
5703
+ name: "formula.functionList.PPMT.functionParameter.per.name",
5704
+ detail: "formula.functionList.PPMT.functionParameter.per.detail",
5705
+ example: "1",
5706
+ require: 1,
5707
+ repeat: 0
5708
+ },
5709
+ {
5710
+ name: "formula.functionList.PPMT.functionParameter.nper.name",
5711
+ detail: "formula.functionList.PPMT.functionParameter.nper.detail",
5712
+ example: "3*12",
5713
+ require: 1,
5714
+ repeat: 0
5715
+ },
5716
+ {
5717
+ name: "formula.functionList.PPMT.functionParameter.pv.name",
5718
+ detail: "formula.functionList.PPMT.functionParameter.pv.detail",
5719
+ example: "80000",
5307
5720
  require: 1,
5308
5721
  repeat: 0
5722
+ },
5723
+ {
5724
+ name: "formula.functionList.PPMT.functionParameter.fv.name",
5725
+ detail: "formula.functionList.PPMT.functionParameter.fv.detail",
5726
+ example: "0",
5727
+ require: 0,
5728
+ repeat: 0
5729
+ },
5730
+ {
5731
+ name: "formula.functionList.PPMT.functionParameter.type.name",
5732
+ detail: "formula.functionList.PPMT.functionParameter.type.detail",
5733
+ example: "0",
5734
+ require: 0,
5735
+ repeat: 0
5309
5736
  }
5310
5737
  ]
5311
5738
  },
@@ -5382,18 +5809,39 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
5382
5809
  abstract: "formula.functionList.PV.abstract",
5383
5810
  functionParameter: [
5384
5811
  {
5385
- name: "formula.functionList.PV.functionParameter.number1.name",
5386
- detail: "formula.functionList.PV.functionParameter.number1.detail",
5387
- example: "A1:A20",
5812
+ name: "formula.functionList.PV.functionParameter.rate.name",
5813
+ detail: "formula.functionList.PV.functionParameter.rate.detail",
5814
+ example: "0.02",
5388
5815
  require: 1,
5389
5816
  repeat: 0
5390
5817
  },
5391
5818
  {
5392
- name: "formula.functionList.PV.functionParameter.number2.name",
5393
- detail: "formula.functionList.PV.functionParameter.number2.detail",
5394
- example: "A1:A20",
5819
+ name: "formula.functionList.PV.functionParameter.nper.name",
5820
+ detail: "formula.functionList.PV.functionParameter.nper.detail",
5821
+ example: "12",
5822
+ require: 1,
5823
+ repeat: 0
5824
+ },
5825
+ {
5826
+ name: "formula.functionList.PV.functionParameter.pmt.name",
5827
+ detail: "formula.functionList.PV.functionParameter.pmt.detail",
5828
+ example: "100",
5395
5829
  require: 1,
5396
5830
  repeat: 0
5831
+ },
5832
+ {
5833
+ name: "formula.functionList.PV.functionParameter.fv.name",
5834
+ detail: "formula.functionList.PV.functionParameter.fv.detail",
5835
+ example: "0",
5836
+ require: 0,
5837
+ repeat: 0
5838
+ },
5839
+ {
5840
+ name: "formula.functionList.PV.functionParameter.type.name",
5841
+ detail: "formula.functionList.PV.functionParameter.type.detail",
5842
+ example: "0",
5843
+ require: 0,
5844
+ repeat: 0
5397
5845
  }
5398
5846
  ]
5399
5847
  },
@@ -5404,18 +5852,46 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
5404
5852
  abstract: "formula.functionList.RATE.abstract",
5405
5853
  functionParameter: [
5406
5854
  {
5407
- name: "formula.functionList.RATE.functionParameter.number1.name",
5408
- detail: "formula.functionList.RATE.functionParameter.number1.detail",
5409
- example: "A1:A20",
5855
+ name: "formula.functionList.RATE.functionParameter.nper.name",
5856
+ detail: "formula.functionList.RATE.functionParameter.nper.detail",
5857
+ example: "4*12",
5410
5858
  require: 1,
5411
5859
  repeat: 0
5412
5860
  },
5413
5861
  {
5414
- name: "formula.functionList.RATE.functionParameter.number2.name",
5415
- detail: "formula.functionList.RATE.functionParameter.number2.detail",
5416
- example: "A1:A20",
5862
+ name: "formula.functionList.RATE.functionParameter.pmt.name",
5863
+ detail: "formula.functionList.RATE.functionParameter.pmt.detail",
5864
+ example: "-200",
5865
+ require: 1,
5866
+ repeat: 0
5867
+ },
5868
+ {
5869
+ name: "formula.functionList.RATE.functionParameter.pv.name",
5870
+ detail: "formula.functionList.RATE.functionParameter.pv.detail",
5871
+ example: "8000",
5417
5872
  require: 1,
5418
5873
  repeat: 0
5874
+ },
5875
+ {
5876
+ name: "formula.functionList.RATE.functionParameter.fv.name",
5877
+ detail: "formula.functionList.RATE.functionParameter.fv.detail",
5878
+ example: "0",
5879
+ require: 0,
5880
+ repeat: 0
5881
+ },
5882
+ {
5883
+ name: "formula.functionList.RATE.functionParameter.type.name",
5884
+ detail: "formula.functionList.RATE.functionParameter.type.detail",
5885
+ example: "0",
5886
+ require: 0,
5887
+ repeat: 0
5888
+ },
5889
+ {
5890
+ name: "formula.functionList.RATE.functionParameter.guess.name",
5891
+ detail: "formula.functionList.RATE.functionParameter.guess.detail",
5892
+ example: "0.1",
5893
+ require: 0,
5894
+ repeat: 0
5419
5895
  }
5420
5896
  ]
5421
5897
  },
@@ -6289,18 +6765,39 @@ const FUNCTION_LIST_ARRAY = [], FUNCTION_LIST_COMPATIBILITY = [
6289
6765
  abstract: "formula.functionList.LET.abstract",
6290
6766
  functionParameter: [
6291
6767
  {
6292
- name: "formula.functionList.LET.functionParameter.number1.name",
6293
- detail: "formula.functionList.LET.functionParameter.number1.detail",
6294
- example: "A1:A20",
6768
+ name: "formula.functionList.LET.functionParameter.name1.name",
6769
+ detail: "formula.functionList.LET.functionParameter.name1.detail",
6770
+ example: "x",
6295
6771
  require: 1,
6296
6772
  repeat: 0
6297
6773
  },
6298
6774
  {
6299
- name: "formula.functionList.LET.functionParameter.number2.name",
6300
- detail: "formula.functionList.LET.functionParameter.number2.detail",
6301
- example: "A1:A20",
6775
+ name: "formula.functionList.LET.functionParameter.nameValue1.name",
6776
+ detail: "formula.functionList.LET.functionParameter.nameValue1.detail",
6777
+ example: "5",
6778
+ require: 1,
6779
+ repeat: 0
6780
+ },
6781
+ {
6782
+ name: "formula.functionList.LET.functionParameter.calculationOrName2.name",
6783
+ detail: "formula.functionList.LET.functionParameter.calculationOrName2.detail",
6784
+ example: "y",
6302
6785
  require: 1,
6303
6786
  repeat: 0
6787
+ },
6788
+ {
6789
+ name: "formula.functionList.LET.functionParameter.nameValue2.name",
6790
+ detail: "formula.functionList.LET.functionParameter.nameValue2.detail",
6791
+ example: "6",
6792
+ require: 0,
6793
+ repeat: 1
6794
+ },
6795
+ {
6796
+ name: "formula.functionList.LET.functionParameter.calculationOrName3.name",
6797
+ detail: "formula.functionList.LET.functionParameter.calculationOrName3.detail",
6798
+ example: "SUM(x,y)",
6799
+ require: 0,
6800
+ repeat: 1
6304
6801
  }
6305
6802
  ]
6306
6803
  },
@@ -14346,11 +14843,8 @@ let UpdateFormulaController = (_a10 = class extends Disposable {
14346
14843
  if (!shouldModify)
14347
14844
  return !0;
14348
14845
  const newSequenceNodes = this._updateRefOffset(sequenceNodes, refChangeIds, x, y);
14349
- x !== void 0 && x > 0 || y !== void 0 && y > 0 ? newFormulaDataItem.setValue(row, column, {
14846
+ newFormulaDataItem.setValue(row, column, {
14350
14847
  f: `=${generateStringWithSequence(newSequenceNodes)}`
14351
- }) : newFormulaDataItem.setValue(row, column, {
14352
- f: `=${generateStringWithSequence(newSequenceNodes)}`,
14353
- si
14354
14848
  });
14355
14849
  }), newFormulaData[unitId] && (newFormulaData[unitId][sheetId] = newFormulaDataItem.getData());
14356
14850
  }
@@ -15340,7 +15834,7 @@ let PromptController = (_a19 = class extends Disposable {
15340
15834
  this._previousSequenceNodes = null, this._previousInsertRefStringIndex = null, this._isSelectionMovingRefSelections = [], this._previousRangesCount = 0, this._currentInsertRefStringIndex = -1;
15341
15835
  }
15342
15836
  _initialize() {
15343
- this._initialCursorSync(), this._initAcceptFormula(), this._initialFormulaTheme(), this._initSelectionsEndListener(), this._closeRangePromptWhenEditorInvisible(), this._initialEditorInputChange(), this._commandExecutedListener(), this._cursorStateListener(), this._userMouseListener(), this._initialChangeEditor();
15837
+ this._initialCursorSync(), this._initAcceptFormula(), this._initialFormulaTheme(), this._initSelectionsEndListener(), this._closeRangePromptWhenEditorInvisible(), this._initialEditorInputChange(), this._commandExecutedListener(), this._cursorStateListener(), this._inputFormulaListener(), this._userMouseListener(), this._initialChangeEditor();
15344
15838
  }
15345
15839
  _initialFormulaTheme() {
15346
15840
  const style = this._themeService.getCurrentTheme();
@@ -16107,6 +16601,26 @@ let PromptController = (_a19 = class extends Disposable {
16107
16601
  this._userCursorMove = !0;
16108
16602
  }));
16109
16603
  }
16604
+ _inputFormulaListener() {
16605
+ this.disposeWithMe(
16606
+ this._editorService.inputFormula$.subscribe((param) => {
16607
+ const { formulaString, editorUnitId } = param;
16608
+ if (formulaString.substring(0, 1) !== compareToken.EQUALS)
16609
+ return;
16610
+ const { unitId } = this._getCurrentUnitIdAndSheetId();
16611
+ this._editorBridgeService.isVisible().visible === !1 && this._editorBridgeService.changeVisible({
16612
+ visible: !0,
16613
+ eventType: DeviceInputEventType.Dblclick,
16614
+ unitId
16615
+ });
16616
+ const lastSequenceNodes = this._lexerTreeBuilder.sequenceNodesBuilder(formulaString) || [];
16617
+ this._formulaPromptService.setSequenceNodes(lastSequenceNodes), this._syncToEditor(lastSequenceNodes, formulaString.length - 1, editorUnitId, !0, !1);
16618
+ })
16619
+ );
16620
+ }
16621
+ /**
16622
+ * Absolute range, triggered by F4
16623
+ */
16110
16624
  _changeRefString() {
16111
16625
  const activeRange = this._textSelectionManagerService.getActiveTextRangeWithStyle();
16112
16626
  if (activeRange == null)