@univerjs/sheets-formula 0.10.2 → 0.10.3-nightly.202508121228

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/es/index.js CHANGED
@@ -5517,28 +5517,28 @@ const ar = [
5517
5517
  {
5518
5518
  name: "formula.functionList.ACCRINT.functionParameter.issue.name",
5519
5519
  detail: "formula.functionList.ACCRINT.functionParameter.issue.detail",
5520
- example: "39508",
5520
+ example: '"2008-3-1"',
5521
5521
  require: 1,
5522
5522
  repeat: 0
5523
5523
  },
5524
5524
  {
5525
5525
  name: "formula.functionList.ACCRINT.functionParameter.firstInterest.name",
5526
5526
  detail: "formula.functionList.ACCRINT.functionParameter.firstInterest.detail",
5527
- example: "39691",
5527
+ example: '"2008-8-31"',
5528
5528
  require: 1,
5529
5529
  repeat: 0
5530
5530
  },
5531
5531
  {
5532
5532
  name: "formula.functionList.ACCRINT.functionParameter.settlement.name",
5533
5533
  detail: "formula.functionList.ACCRINT.functionParameter.settlement.detail",
5534
- example: "39569",
5534
+ example: '"2008-5-1"',
5535
5535
  require: 1,
5536
5536
  repeat: 0
5537
5537
  },
5538
5538
  {
5539
5539
  name: "formula.functionList.ACCRINT.functionParameter.rate.name",
5540
5540
  detail: "formula.functionList.ACCRINT.functionParameter.rate.detail",
5541
- example: "0.1",
5541
+ example: "10%",
5542
5542
  require: 1,
5543
5543
  repeat: 0
5544
5544
  },
@@ -5595,7 +5595,7 @@ const ar = [
5595
5595
  {
5596
5596
  name: "formula.functionList.ACCRINTM.functionParameter.rate.name",
5597
5597
  detail: "formula.functionList.ACCRINTM.functionParameter.rate.detail",
5598
- example: "0.1",
5598
+ example: "10%",
5599
5599
  require: 1,
5600
5600
  repeat: 0
5601
5601
  },
@@ -5653,14 +5653,14 @@ const ar = [
5653
5653
  {
5654
5654
  name: "formula.functionList.AMORLINC.functionParameter.datePurchased.name",
5655
5655
  detail: "formula.functionList.AMORLINC.functionParameter.datePurchased.detail",
5656
- example: "39679",
5656
+ example: '"2008-8-19"',
5657
5657
  require: 1,
5658
5658
  repeat: 0
5659
5659
  },
5660
5660
  {
5661
5661
  name: "formula.functionList.AMORLINC.functionParameter.firstPeriod.name",
5662
5662
  detail: "formula.functionList.AMORLINC.functionParameter.firstPeriod.detail",
5663
- example: "39813",
5663
+ example: '"2008-12-31"',
5664
5664
  require: 1,
5665
5665
  repeat: 0
5666
5666
  },
@@ -5681,7 +5681,7 @@ const ar = [
5681
5681
  {
5682
5682
  name: "formula.functionList.AMORLINC.functionParameter.rate.name",
5683
5683
  detail: "formula.functionList.AMORLINC.functionParameter.rate.detail",
5684
- example: "0.15",
5684
+ example: "15%",
5685
5685
  require: 1,
5686
5686
  repeat: 0
5687
5687
  },
@@ -5919,7 +5919,7 @@ const ar = [
5919
5919
  {
5920
5920
  name: "formula.functionList.CUMIPMT.functionParameter.rate.name",
5921
5921
  detail: "formula.functionList.CUMIPMT.functionParameter.rate.detail",
5922
- example: "0.09/12",
5922
+ example: "9%/12",
5923
5923
  require: 1,
5924
5924
  repeat: 0
5925
5925
  },
@@ -5969,7 +5969,7 @@ const ar = [
5969
5969
  {
5970
5970
  name: "formula.functionList.CUMPRINC.functionParameter.rate.name",
5971
5971
  detail: "formula.functionList.CUMPRINC.functionParameter.rate.detail",
5972
- example: "0.09/12",
5972
+ example: "9%/12",
5973
5973
  require: 1,
5974
5974
  repeat: 0
5975
5975
  },
@@ -6206,14 +6206,14 @@ const ar = [
6206
6206
  {
6207
6207
  name: "formula.functionList.DURATION.functionParameter.coupon.name",
6208
6208
  detail: "formula.functionList.DURATION.functionParameter.coupon.detail",
6209
- example: "0.08",
6209
+ example: "8%",
6210
6210
  require: 1,
6211
6211
  repeat: 0
6212
6212
  },
6213
6213
  {
6214
6214
  name: "formula.functionList.DURATION.functionParameter.yld.name",
6215
6215
  detail: "formula.functionList.DURATION.functionParameter.yld.detail",
6216
- example: "0.09",
6216
+ example: "9%",
6217
6217
  require: 1,
6218
6218
  repeat: 0
6219
6219
  },
@@ -6242,7 +6242,7 @@ const ar = [
6242
6242
  {
6243
6243
  name: "formula.functionList.EFFECT.functionParameter.nominalRate.name",
6244
6244
  detail: "formula.functionList.EFFECT.functionParameter.nominalRate.detail",
6245
- example: "0.0525",
6245
+ example: "5.25%",
6246
6246
  require: 1,
6247
6247
  repeat: 0
6248
6248
  },
@@ -6264,7 +6264,7 @@ const ar = [
6264
6264
  {
6265
6265
  name: "formula.functionList.FV.functionParameter.rate.name",
6266
6266
  detail: "formula.functionList.FV.functionParameter.rate.detail",
6267
- example: "0.06/12",
6267
+ example: "6%/12",
6268
6268
  require: 1,
6269
6269
  repeat: 0
6270
6270
  },
@@ -6372,7 +6372,7 @@ const ar = [
6372
6372
  {
6373
6373
  name: "formula.functionList.IPMT.functionParameter.rate.name",
6374
6374
  detail: "formula.functionList.IPMT.functionParameter.rate.detail",
6375
- example: "0.1/12",
6375
+ example: "10%/12",
6376
6376
  require: 1,
6377
6377
  repeat: 0
6378
6378
  },
@@ -6444,7 +6444,7 @@ const ar = [
6444
6444
  {
6445
6445
  name: "formula.functionList.ISPMT.functionParameter.rate.name",
6446
6446
  detail: "formula.functionList.ISPMT.functionParameter.rate.detail",
6447
- example: "0.1",
6447
+ example: "10%",
6448
6448
  require: 1,
6449
6449
  repeat: 0
6450
6450
  },
@@ -6494,14 +6494,14 @@ const ar = [
6494
6494
  {
6495
6495
  name: "formula.functionList.MDURATION.functionParameter.coupon.name",
6496
6496
  detail: "formula.functionList.MDURATION.functionParameter.coupon.detail",
6497
- example: "0.08",
6497
+ example: "8%",
6498
6498
  require: 1,
6499
6499
  repeat: 0
6500
6500
  },
6501
6501
  {
6502
6502
  name: "formula.functionList.MDURATION.functionParameter.yld.name",
6503
6503
  detail: "formula.functionList.MDURATION.functionParameter.yld.detail",
6504
- example: "0.09",
6504
+ example: "9%",
6505
6505
  require: 1,
6506
6506
  repeat: 0
6507
6507
  },
@@ -6537,14 +6537,14 @@ const ar = [
6537
6537
  {
6538
6538
  name: "formula.functionList.MIRR.functionParameter.financeRate.name",
6539
6539
  detail: "formula.functionList.MIRR.functionParameter.financeRate.detail",
6540
- example: "0.1",
6540
+ example: "10%",
6541
6541
  require: 1,
6542
6542
  repeat: 0
6543
6543
  },
6544
6544
  {
6545
6545
  name: "formula.functionList.MIRR.functionParameter.reinvestRate.name",
6546
6546
  detail: "formula.functionList.MIRR.functionParameter.reinvestRate.detail",
6547
- example: "0.12",
6547
+ example: "12%",
6548
6548
  require: 1,
6549
6549
  repeat: 0
6550
6550
  }
@@ -6559,7 +6559,7 @@ const ar = [
6559
6559
  {
6560
6560
  name: "formula.functionList.NOMINAL.functionParameter.effectRate.name",
6561
6561
  detail: "formula.functionList.NOMINAL.functionParameter.effectRate.detail",
6562
- example: "0.053543",
6562
+ example: "5.3543%",
6563
6563
  require: 1,
6564
6564
  repeat: 0
6565
6565
  },
@@ -6581,7 +6581,7 @@ const ar = [
6581
6581
  {
6582
6582
  name: "formula.functionList.NPER.functionParameter.rate.name",
6583
6583
  detail: "formula.functionList.NPER.functionParameter.rate.detail",
6584
- example: "0.12/12",
6584
+ example: "12%/12",
6585
6585
  require: 1,
6586
6586
  repeat: 0
6587
6587
  },
@@ -6624,7 +6624,7 @@ const ar = [
6624
6624
  {
6625
6625
  name: "formula.functionList.NPV.functionParameter.rate.name",
6626
6626
  detail: "formula.functionList.NPV.functionParameter.rate.detail",
6627
- example: "0.1",
6627
+ example: "10%",
6628
6628
  require: 1,
6629
6629
  repeat: 0
6630
6630
  },
@@ -6681,14 +6681,14 @@ const ar = [
6681
6681
  {
6682
6682
  name: "formula.functionList.ODDFPRICE.functionParameter.rate.name",
6683
6683
  detail: "formula.functionList.ODDFPRICE.functionParameter.rate.detail",
6684
- example: "0.0785",
6684
+ example: "7.85%",
6685
6685
  require: 1,
6686
6686
  repeat: 0
6687
6687
  },
6688
6688
  {
6689
6689
  name: "formula.functionList.ODDFPRICE.functionParameter.yld.name",
6690
6690
  detail: "formula.functionList.ODDFPRICE.functionParameter.yld.detail",
6691
- example: "0.0625",
6691
+ example: "6.25%",
6692
6692
  require: 1,
6693
6693
  repeat: 0
6694
6694
  },
@@ -6752,7 +6752,7 @@ const ar = [
6752
6752
  {
6753
6753
  name: "formula.functionList.ODDFYIELD.functionParameter.rate.name",
6754
6754
  detail: "formula.functionList.ODDFYIELD.functionParameter.rate.detail",
6755
- example: "0.0575",
6755
+ example: "5.75%",
6756
6756
  require: 1,
6757
6757
  repeat: 0
6758
6758
  },
@@ -6795,35 +6795,35 @@ const ar = [
6795
6795
  {
6796
6796
  name: "formula.functionList.ODDLPRICE.functionParameter.settlement.name",
6797
6797
  detail: "formula.functionList.ODDLPRICE.functionParameter.settlement.detail",
6798
- example: '"2008-11-11"',
6798
+ example: '"2008-2-7"',
6799
6799
  require: 1,
6800
6800
  repeat: 0
6801
6801
  },
6802
6802
  {
6803
6803
  name: "formula.functionList.ODDLPRICE.functionParameter.maturity.name",
6804
6804
  detail: "formula.functionList.ODDLPRICE.functionParameter.maturity.detail",
6805
- example: '"2021-3-1"',
6805
+ example: '"2008-6-15"',
6806
6806
  require: 1,
6807
6807
  repeat: 0
6808
6808
  },
6809
6809
  {
6810
6810
  name: "formula.functionList.ODDLPRICE.functionParameter.lastInterest.name",
6811
6811
  detail: "formula.functionList.ODDLPRICE.functionParameter.lastInterest.detail",
6812
- example: '"2009-3-1"',
6812
+ example: '"2007-10-15"',
6813
6813
  require: 1,
6814
6814
  repeat: 0
6815
6815
  },
6816
6816
  {
6817
6817
  name: "formula.functionList.ODDLPRICE.functionParameter.rate.name",
6818
6818
  detail: "formula.functionList.ODDLPRICE.functionParameter.rate.detail",
6819
- example: "0.0785",
6819
+ example: "3.75%",
6820
6820
  require: 1,
6821
6821
  repeat: 0
6822
6822
  },
6823
6823
  {
6824
6824
  name: "formula.functionList.ODDLPRICE.functionParameter.yld.name",
6825
6825
  detail: "formula.functionList.ODDLPRICE.functionParameter.yld.detail",
6826
- example: "0.0625",
6826
+ example: "4.05%",
6827
6827
  require: 1,
6828
6828
  repeat: 0
6829
6829
  },
@@ -6844,7 +6844,7 @@ const ar = [
6844
6844
  {
6845
6845
  name: "formula.functionList.ODDLPRICE.functionParameter.basis.name",
6846
6846
  detail: "formula.functionList.ODDLPRICE.functionParameter.basis.detail",
6847
- example: "1",
6847
+ example: "0",
6848
6848
  require: 0,
6849
6849
  repeat: 0
6850
6850
  }
@@ -6859,35 +6859,35 @@ const ar = [
6859
6859
  {
6860
6860
  name: "formula.functionList.ODDLYIELD.functionParameter.settlement.name",
6861
6861
  detail: "formula.functionList.ODDLYIELD.functionParameter.settlement.detail",
6862
- example: '"2008-11-11"',
6862
+ example: '"2008-4-20"',
6863
6863
  require: 1,
6864
6864
  repeat: 0
6865
6865
  },
6866
6866
  {
6867
6867
  name: "formula.functionList.ODDLYIELD.functionParameter.maturity.name",
6868
6868
  detail: "formula.functionList.ODDLYIELD.functionParameter.maturity.detail",
6869
- example: '"2021-3-1"',
6869
+ example: '"2008-6-15"',
6870
6870
  require: 1,
6871
6871
  repeat: 0
6872
6872
  },
6873
6873
  {
6874
6874
  name: "formula.functionList.ODDLYIELD.functionParameter.lastInterest.name",
6875
6875
  detail: "formula.functionList.ODDLYIELD.functionParameter.lastInterest.detail",
6876
- example: '"2008-10-15"',
6876
+ example: '"2007-12-24"',
6877
6877
  require: 1,
6878
6878
  repeat: 0
6879
6879
  },
6880
6880
  {
6881
6881
  name: "formula.functionList.ODDLYIELD.functionParameter.rate.name",
6882
6882
  detail: "formula.functionList.ODDLYIELD.functionParameter.rate.detail",
6883
- example: "0.0575",
6883
+ example: "3.75%",
6884
6884
  require: 1,
6885
6885
  repeat: 0
6886
6886
  },
6887
6887
  {
6888
6888
  name: "formula.functionList.ODDLYIELD.functionParameter.pr.name",
6889
6889
  detail: "formula.functionList.ODDLYIELD.functionParameter.pr.detail",
6890
- example: "84.5",
6890
+ example: "99.875",
6891
6891
  require: 1,
6892
6892
  repeat: 0
6893
6893
  },
@@ -6923,7 +6923,7 @@ const ar = [
6923
6923
  {
6924
6924
  name: "formula.functionList.PDURATION.functionParameter.rate.name",
6925
6925
  detail: "formula.functionList.PDURATION.functionParameter.rate.detail",
6926
- example: "0.025",
6926
+ example: "2.5%",
6927
6927
  require: 1,
6928
6928
  repeat: 0
6929
6929
  },
@@ -6952,7 +6952,7 @@ const ar = [
6952
6952
  {
6953
6953
  name: "formula.functionList.PMT.functionParameter.rate.name",
6954
6954
  detail: "formula.functionList.PMT.functionParameter.rate.detail",
6955
- example: "0.08/12",
6955
+ example: "8%/12",
6956
6956
  require: 1,
6957
6957
  repeat: 0
6958
6958
  },
@@ -6995,7 +6995,7 @@ const ar = [
6995
6995
  {
6996
6996
  name: "formula.functionList.PPMT.functionParameter.rate.name",
6997
6997
  detail: "formula.functionList.PPMT.functionParameter.rate.detail",
6998
- example: "0.1/12",
6998
+ example: "10%/12",
6999
6999
  require: 1,
7000
7000
  repeat: 0
7001
7001
  },
@@ -7059,14 +7059,14 @@ const ar = [
7059
7059
  {
7060
7060
  name: "formula.functionList.PRICE.functionParameter.rate.name",
7061
7061
  detail: "formula.functionList.PRICE.functionParameter.rate.detail",
7062
- example: "0.0785",
7062
+ example: "7.85%",
7063
7063
  require: 1,
7064
7064
  repeat: 0
7065
7065
  },
7066
7066
  {
7067
7067
  name: "formula.functionList.PRICE.functionParameter.yld.name",
7068
7068
  detail: "formula.functionList.PRICE.functionParameter.yld.detail",
7069
- example: "0.0625",
7069
+ example: "6.25%",
7070
7070
  require: 1,
7071
7071
  repeat: 0
7072
7072
  },
@@ -7116,7 +7116,7 @@ const ar = [
7116
7116
  {
7117
7117
  name: "formula.functionList.PRICEDISC.functionParameter.discount.name",
7118
7118
  detail: "formula.functionList.PRICEDISC.functionParameter.discount.detail",
7119
- example: "0.0625",
7119
+ example: "6.25%",
7120
7120
  require: 1,
7121
7121
  repeat: 0
7122
7122
  },
@@ -7166,14 +7166,14 @@ const ar = [
7166
7166
  {
7167
7167
  name: "formula.functionList.PRICEMAT.functionParameter.rate.name",
7168
7168
  detail: "formula.functionList.PRICEMAT.functionParameter.rate.detail",
7169
- example: "0.0785",
7169
+ example: "7.85%",
7170
7170
  require: 1,
7171
7171
  repeat: 0
7172
7172
  },
7173
7173
  {
7174
7174
  name: "formula.functionList.PRICEMAT.functionParameter.yld.name",
7175
7175
  detail: "formula.functionList.PRICEMAT.functionParameter.yld.detail",
7176
- example: "0.0625",
7176
+ example: "6.25%",
7177
7177
  require: 1,
7178
7178
  repeat: 0
7179
7179
  },
@@ -7195,7 +7195,7 @@ const ar = [
7195
7195
  {
7196
7196
  name: "formula.functionList.PV.functionParameter.rate.name",
7197
7197
  detail: "formula.functionList.PV.functionParameter.rate.detail",
7198
- example: "0.02",
7198
+ example: "2%",
7199
7199
  require: 1,
7200
7200
  repeat: 0
7201
7201
  },
@@ -7309,7 +7309,7 @@ const ar = [
7309
7309
  {
7310
7310
  name: "formula.functionList.RECEIVED.functionParameter.discount.name",
7311
7311
  detail: "formula.functionList.RECEIVED.functionParameter.discount.detail",
7312
- example: "0.0575",
7312
+ example: "5.75%",
7313
7313
  require: 1,
7314
7314
  repeat: 0
7315
7315
  },
@@ -7439,7 +7439,7 @@ const ar = [
7439
7439
  {
7440
7440
  name: "formula.functionList.TBILLEQ.functionParameter.discount.name",
7441
7441
  detail: "formula.functionList.TBILLEQ.functionParameter.discount.detail",
7442
- example: "0.0914",
7442
+ example: "9.14%",
7443
7443
  require: 1,
7444
7444
  repeat: 0
7445
7445
  }
@@ -7468,7 +7468,7 @@ const ar = [
7468
7468
  {
7469
7469
  name: "formula.functionList.TBILLPRICE.functionParameter.discount.name",
7470
7470
  detail: "formula.functionList.TBILLPRICE.functionParameter.discount.detail",
7471
- example: "0.0914",
7471
+ example: "9.14%",
7472
7472
  require: 1,
7473
7473
  repeat: 0
7474
7474
  }
@@ -7598,7 +7598,7 @@ const ar = [
7598
7598
  {
7599
7599
  name: "formula.functionList.XNPV.functionParameter.rate.name",
7600
7600
  detail: "formula.functionList.XNPV.functionParameter.rate.detail",
7601
- example: "0.1",
7601
+ example: "10%",
7602
7602
  require: 1,
7603
7603
  repeat: 0
7604
7604
  },
@@ -7641,7 +7641,7 @@ const ar = [
7641
7641
  {
7642
7642
  name: "formula.functionList.YIELD.functionParameter.rate.name",
7643
7643
  detail: "formula.functionList.YIELD.functionParameter.rate.detail",
7644
- example: "0.0785",
7644
+ example: "7.85%",
7645
7645
  require: 1,
7646
7646
  repeat: 0
7647
7647
  },
@@ -7748,7 +7748,7 @@ const ar = [
7748
7748
  {
7749
7749
  name: "formula.functionList.YIELDMAT.functionParameter.rate.name",
7750
7750
  detail: "formula.functionList.YIELDMAT.functionParameter.rate.detail",
7751
- example: "0.0785",
7751
+ example: "7.85%",
7752
7752
  require: 1,
7753
7753
  repeat: 0
7754
7754
  },
@@ -8296,7 +8296,7 @@ const ar = [
8296
8296
  {
8297
8297
  name: "formula.functionList.IFERROR.functionParameter.valueIfError.name",
8298
8298
  detail: "formula.functionList.IFERROR.functionParameter.valueIfError.detail",
8299
- example: "Error in calculation",
8299
+ example: '"Error in calculation"',
8300
8300
  require: 1,
8301
8301
  repeat: 0
8302
8302
  }