@bilig/formula 0.1.28 → 0.1.29
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/dist/builtins/lookup-reference-builtins.d.ts +1 -0
- package/dist/builtins/lookup-reference-builtins.js +5 -2
- package/dist/builtins/lookup-reference-builtins.js.map +1 -1
- package/dist/builtins/lookup.d.ts +7 -0
- package/dist/builtins/lookup.js +44 -30
- package/dist/builtins/lookup.js.map +1 -1
- package/dist/compiler.d.ts +9 -0
- package/dist/compiler.js +151 -1
- package/dist/compiler.js.map +1 -1
- package/dist/generated/formula-inventory.d.ts +260 -260
- package/dist/generated/formula-inventory.js +260 -260
- package/dist/generated/formula-inventory.js.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/js-evaluator-array-special-calls.d.ts +1 -1
- package/dist/js-evaluator-array-special-calls.js +1 -3
- package/dist/js-evaluator-array-special-calls.js.map +1 -1
- package/dist/js-evaluator-context-special-calls.d.ts +1 -1
- package/dist/js-evaluator-context-special-calls.js.map +1 -1
- package/dist/js-evaluator-reference-context.d.ts +1 -1
- package/dist/js-evaluator-workbook-special-calls.d.ts +1 -1
- package/dist/js-evaluator.d.ts +178 -4
- package/dist/js-evaluator.js +126 -2
- package/dist/js-evaluator.js.map +1 -1
- package/dist/js-plan-lowering.d.ts +1 -1
- package/dist/js-plan-lowering.js +151 -0
- package/dist/js-plan-lowering.js.map +1 -1
- package/package.json +2 -2
- package/dist/js-evaluator-types.d.ts +0 -117
- package/dist/js-evaluator-types.js +0 -2
- package/dist/js-evaluator-types.js.map +0 -1
|
@@ -7,11 +7,11 @@ export const formulaInventorySummary = {
|
|
|
7
7
|
overlap: 58,
|
|
8
8
|
odfOnly: 1,
|
|
9
9
|
officeOnly: 450,
|
|
10
|
-
registeredInCodebase:
|
|
11
|
-
missingInCodebase:
|
|
10
|
+
registeredInCodebase: 475,
|
|
11
|
+
missingInCodebase: 50,
|
|
12
12
|
placeholders: 0,
|
|
13
13
|
protocolBuiltins: 417,
|
|
14
|
-
runtimeRegisteredMissingProtocol:
|
|
14
|
+
runtimeRegisteredMissingProtocol: 39,
|
|
15
15
|
};
|
|
16
16
|
export const formulaInventory = [
|
|
17
17
|
{
|
|
@@ -76,7 +76,7 @@ export const formulaInventory = [
|
|
|
76
76
|
inOfficeList: true,
|
|
77
77
|
deterministic: "deterministic",
|
|
78
78
|
runtimeStatus: "implemented",
|
|
79
|
-
protocolId:
|
|
79
|
+
protocolId: 388,
|
|
80
80
|
protocolName: "ACOSH",
|
|
81
81
|
protocolSupportsWasm: true,
|
|
82
82
|
jsStatus: "implemented",
|
|
@@ -90,7 +90,7 @@ export const formulaInventory = [
|
|
|
90
90
|
inOfficeList: true,
|
|
91
91
|
deterministic: "deterministic",
|
|
92
92
|
runtimeStatus: "implemented",
|
|
93
|
-
protocolId:
|
|
93
|
+
protocolId: 390,
|
|
94
94
|
protocolName: "ACOT",
|
|
95
95
|
protocolSupportsWasm: true,
|
|
96
96
|
jsStatus: "implemented",
|
|
@@ -104,7 +104,7 @@ export const formulaInventory = [
|
|
|
104
104
|
inOfficeList: true,
|
|
105
105
|
deterministic: "deterministic",
|
|
106
106
|
runtimeStatus: "implemented",
|
|
107
|
-
protocolId:
|
|
107
|
+
protocolId: 391,
|
|
108
108
|
protocolName: "ACOTH",
|
|
109
109
|
protocolSupportsWasm: true,
|
|
110
110
|
jsStatus: "implemented",
|
|
@@ -118,7 +118,7 @@ export const formulaInventory = [
|
|
|
118
118
|
inOfficeList: true,
|
|
119
119
|
deterministic: "deterministic",
|
|
120
120
|
runtimeStatus: "implemented",
|
|
121
|
-
protocolId:
|
|
121
|
+
protocolId: 253,
|
|
122
122
|
protocolName: "ADDRESS",
|
|
123
123
|
protocolSupportsWasm: true,
|
|
124
124
|
jsStatus: "implemented",
|
|
@@ -230,7 +230,7 @@ export const formulaInventory = [
|
|
|
230
230
|
inOfficeList: true,
|
|
231
231
|
deterministic: "deterministic",
|
|
232
232
|
runtimeStatus: "implemented",
|
|
233
|
-
protocolId:
|
|
233
|
+
protocolId: 357,
|
|
234
234
|
protocolName: "ASC",
|
|
235
235
|
protocolSupportsWasm: true,
|
|
236
236
|
jsStatus: "implemented",
|
|
@@ -258,7 +258,7 @@ export const formulaInventory = [
|
|
|
258
258
|
inOfficeList: true,
|
|
259
259
|
deterministic: "deterministic",
|
|
260
260
|
runtimeStatus: "implemented",
|
|
261
|
-
protocolId:
|
|
261
|
+
protocolId: 387,
|
|
262
262
|
protocolName: "ASINH",
|
|
263
263
|
protocolSupportsWasm: true,
|
|
264
264
|
jsStatus: "implemented",
|
|
@@ -300,7 +300,7 @@ export const formulaInventory = [
|
|
|
300
300
|
inOfficeList: true,
|
|
301
301
|
deterministic: "deterministic",
|
|
302
302
|
runtimeStatus: "implemented",
|
|
303
|
-
protocolId:
|
|
303
|
+
protocolId: 389,
|
|
304
304
|
protocolName: "ATANH",
|
|
305
305
|
protocolSupportsWasm: true,
|
|
306
306
|
jsStatus: "implemented",
|
|
@@ -384,7 +384,7 @@ export const formulaInventory = [
|
|
|
384
384
|
inOfficeList: true,
|
|
385
385
|
deterministic: "deterministic",
|
|
386
386
|
runtimeStatus: "implemented",
|
|
387
|
-
protocolId:
|
|
387
|
+
protocolId: 412,
|
|
388
388
|
protocolName: "BAHTTEXT",
|
|
389
389
|
protocolSupportsWasm: true,
|
|
390
390
|
jsStatus: "implemented",
|
|
@@ -398,7 +398,7 @@ export const formulaInventory = [
|
|
|
398
398
|
inOfficeList: true,
|
|
399
399
|
deterministic: "deterministic",
|
|
400
400
|
runtimeStatus: "implemented",
|
|
401
|
-
protocolId:
|
|
401
|
+
protocolId: 257,
|
|
402
402
|
protocolName: "BASE",
|
|
403
403
|
protocolSupportsWasm: true,
|
|
404
404
|
jsStatus: "implemented",
|
|
@@ -412,7 +412,7 @@ export const formulaInventory = [
|
|
|
412
412
|
inOfficeList: true,
|
|
413
413
|
deterministic: "deterministic",
|
|
414
414
|
runtimeStatus: "implemented",
|
|
415
|
-
protocolId:
|
|
415
|
+
protocolId: 378,
|
|
416
416
|
protocolName: "BESSELI",
|
|
417
417
|
protocolSupportsWasm: true,
|
|
418
418
|
jsStatus: "implemented",
|
|
@@ -426,7 +426,7 @@ export const formulaInventory = [
|
|
|
426
426
|
inOfficeList: true,
|
|
427
427
|
deterministic: "deterministic",
|
|
428
428
|
runtimeStatus: "implemented",
|
|
429
|
-
protocolId:
|
|
429
|
+
protocolId: 379,
|
|
430
430
|
protocolName: "BESSELJ",
|
|
431
431
|
protocolSupportsWasm: true,
|
|
432
432
|
jsStatus: "implemented",
|
|
@@ -440,7 +440,7 @@ export const formulaInventory = [
|
|
|
440
440
|
inOfficeList: true,
|
|
441
441
|
deterministic: "deterministic",
|
|
442
442
|
runtimeStatus: "implemented",
|
|
443
|
-
protocolId:
|
|
443
|
+
protocolId: 380,
|
|
444
444
|
protocolName: "BESSELK",
|
|
445
445
|
protocolSupportsWasm: true,
|
|
446
446
|
jsStatus: "implemented",
|
|
@@ -454,7 +454,7 @@ export const formulaInventory = [
|
|
|
454
454
|
inOfficeList: true,
|
|
455
455
|
deterministic: "deterministic",
|
|
456
456
|
runtimeStatus: "implemented",
|
|
457
|
-
protocolId:
|
|
457
|
+
protocolId: 381,
|
|
458
458
|
protocolName: "BESSELY",
|
|
459
459
|
protocolSupportsWasm: true,
|
|
460
460
|
jsStatus: "implemented",
|
|
@@ -468,7 +468,7 @@ export const formulaInventory = [
|
|
|
468
468
|
inOfficeList: true,
|
|
469
469
|
deterministic: "deterministic",
|
|
470
470
|
runtimeStatus: "implemented",
|
|
471
|
-
protocolId:
|
|
471
|
+
protocolId: 223,
|
|
472
472
|
protocolName: "BETA.DIST",
|
|
473
473
|
protocolSupportsWasm: true,
|
|
474
474
|
jsStatus: "implemented",
|
|
@@ -482,7 +482,7 @@ export const formulaInventory = [
|
|
|
482
482
|
inOfficeList: true,
|
|
483
483
|
deterministic: "deterministic",
|
|
484
484
|
runtimeStatus: "implemented",
|
|
485
|
-
protocolId:
|
|
485
|
+
protocolId: 224,
|
|
486
486
|
protocolName: "BETA.INV",
|
|
487
487
|
protocolSupportsWasm: true,
|
|
488
488
|
jsStatus: "implemented",
|
|
@@ -496,7 +496,7 @@ export const formulaInventory = [
|
|
|
496
496
|
inOfficeList: true,
|
|
497
497
|
deterministic: "deterministic",
|
|
498
498
|
runtimeStatus: "implemented",
|
|
499
|
-
protocolId:
|
|
499
|
+
protocolId: 225,
|
|
500
500
|
protocolName: "BETADIST",
|
|
501
501
|
protocolSupportsWasm: true,
|
|
502
502
|
jsStatus: "implemented",
|
|
@@ -510,7 +510,7 @@ export const formulaInventory = [
|
|
|
510
510
|
inOfficeList: true,
|
|
511
511
|
deterministic: "deterministic",
|
|
512
512
|
runtimeStatus: "implemented",
|
|
513
|
-
protocolId:
|
|
513
|
+
protocolId: 226,
|
|
514
514
|
protocolName: "BETAINV",
|
|
515
515
|
protocolSupportsWasm: true,
|
|
516
516
|
jsStatus: "implemented",
|
|
@@ -524,7 +524,7 @@ export const formulaInventory = [
|
|
|
524
524
|
inOfficeList: true,
|
|
525
525
|
deterministic: "deterministic",
|
|
526
526
|
runtimeStatus: "implemented",
|
|
527
|
-
protocolId:
|
|
527
|
+
protocolId: 264,
|
|
528
528
|
protocolName: "BIN2DEC",
|
|
529
529
|
protocolSupportsWasm: true,
|
|
530
530
|
jsStatus: "implemented",
|
|
@@ -538,7 +538,7 @@ export const formulaInventory = [
|
|
|
538
538
|
inOfficeList: true,
|
|
539
539
|
deterministic: "deterministic",
|
|
540
540
|
runtimeStatus: "implemented",
|
|
541
|
-
protocolId:
|
|
541
|
+
protocolId: 265,
|
|
542
542
|
protocolName: "BIN2HEX",
|
|
543
543
|
protocolSupportsWasm: true,
|
|
544
544
|
jsStatus: "implemented",
|
|
@@ -552,7 +552,7 @@ export const formulaInventory = [
|
|
|
552
552
|
inOfficeList: true,
|
|
553
553
|
deterministic: "deterministic",
|
|
554
554
|
runtimeStatus: "implemented",
|
|
555
|
-
protocolId:
|
|
555
|
+
protocolId: 266,
|
|
556
556
|
protocolName: "BIN2OCT",
|
|
557
557
|
protocolSupportsWasm: true,
|
|
558
558
|
jsStatus: "implemented",
|
|
@@ -622,7 +622,7 @@ export const formulaInventory = [
|
|
|
622
622
|
inOfficeList: true,
|
|
623
623
|
deterministic: "deterministic",
|
|
624
624
|
runtimeStatus: "implemented",
|
|
625
|
-
protocolId:
|
|
625
|
+
protocolId: 259,
|
|
626
626
|
protocolName: "BITAND",
|
|
627
627
|
protocolSupportsWasm: true,
|
|
628
628
|
jsStatus: "implemented",
|
|
@@ -636,7 +636,7 @@ export const formulaInventory = [
|
|
|
636
636
|
inOfficeList: true,
|
|
637
637
|
deterministic: "deterministic",
|
|
638
638
|
runtimeStatus: "implemented",
|
|
639
|
-
protocolId:
|
|
639
|
+
protocolId: 262,
|
|
640
640
|
protocolName: "BITLSHIFT",
|
|
641
641
|
protocolSupportsWasm: true,
|
|
642
642
|
jsStatus: "implemented",
|
|
@@ -650,7 +650,7 @@ export const formulaInventory = [
|
|
|
650
650
|
inOfficeList: true,
|
|
651
651
|
deterministic: "deterministic",
|
|
652
652
|
runtimeStatus: "implemented",
|
|
653
|
-
protocolId:
|
|
653
|
+
protocolId: 260,
|
|
654
654
|
protocolName: "BITOR",
|
|
655
655
|
protocolSupportsWasm: true,
|
|
656
656
|
jsStatus: "implemented",
|
|
@@ -664,7 +664,7 @@ export const formulaInventory = [
|
|
|
664
664
|
inOfficeList: true,
|
|
665
665
|
deterministic: "deterministic",
|
|
666
666
|
runtimeStatus: "implemented",
|
|
667
|
-
protocolId:
|
|
667
|
+
protocolId: 263,
|
|
668
668
|
protocolName: "BITRSHIFT",
|
|
669
669
|
protocolSupportsWasm: true,
|
|
670
670
|
jsStatus: "implemented",
|
|
@@ -678,7 +678,7 @@ export const formulaInventory = [
|
|
|
678
678
|
inOfficeList: true,
|
|
679
679
|
deterministic: "deterministic",
|
|
680
680
|
runtimeStatus: "implemented",
|
|
681
|
-
protocolId:
|
|
681
|
+
protocolId: 261,
|
|
682
682
|
protocolName: "BITXOR",
|
|
683
683
|
protocolSupportsWasm: true,
|
|
684
684
|
jsStatus: "implemented",
|
|
@@ -748,7 +748,7 @@ export const formulaInventory = [
|
|
|
748
748
|
inOfficeList: true,
|
|
749
749
|
deterministic: "deterministic",
|
|
750
750
|
runtimeStatus: "implemented",
|
|
751
|
-
protocolId:
|
|
751
|
+
protocolId: 421,
|
|
752
752
|
protocolName: "CEILING.MATH",
|
|
753
753
|
protocolSupportsWasm: true,
|
|
754
754
|
jsStatus: "implemented",
|
|
@@ -762,7 +762,7 @@ export const formulaInventory = [
|
|
|
762
762
|
inOfficeList: true,
|
|
763
763
|
deterministic: "deterministic",
|
|
764
764
|
runtimeStatus: "implemented",
|
|
765
|
-
protocolId:
|
|
765
|
+
protocolId: 422,
|
|
766
766
|
protocolName: "CEILING.PRECISE",
|
|
767
767
|
protocolSupportsWasm: true,
|
|
768
768
|
jsStatus: "implemented",
|
|
@@ -790,7 +790,7 @@ export const formulaInventory = [
|
|
|
790
790
|
inOfficeList: true,
|
|
791
791
|
deterministic: "deterministic",
|
|
792
792
|
runtimeStatus: "implemented",
|
|
793
|
-
protocolId:
|
|
793
|
+
protocolId: 276,
|
|
794
794
|
protocolName: "CHAR",
|
|
795
795
|
protocolSupportsWasm: true,
|
|
796
796
|
jsStatus: "implemented",
|
|
@@ -818,7 +818,7 @@ export const formulaInventory = [
|
|
|
818
818
|
inOfficeList: true,
|
|
819
819
|
deterministic: "deterministic",
|
|
820
820
|
runtimeStatus: "implemented",
|
|
821
|
-
protocolId:
|
|
821
|
+
protocolId: 217,
|
|
822
822
|
protocolName: "CHIINV",
|
|
823
823
|
protocolSupportsWasm: true,
|
|
824
824
|
jsStatus: "implemented",
|
|
@@ -860,7 +860,7 @@ export const formulaInventory = [
|
|
|
860
860
|
inOfficeList: true,
|
|
861
861
|
deterministic: "deterministic",
|
|
862
862
|
runtimeStatus: "implemented",
|
|
863
|
-
protocolId:
|
|
863
|
+
protocolId: 219,
|
|
864
864
|
protocolName: "CHISQ.INV",
|
|
865
865
|
protocolSupportsWasm: true,
|
|
866
866
|
jsStatus: "implemented",
|
|
@@ -874,7 +874,7 @@ export const formulaInventory = [
|
|
|
874
874
|
inOfficeList: true,
|
|
875
875
|
deterministic: "deterministic",
|
|
876
876
|
runtimeStatus: "implemented",
|
|
877
|
-
protocolId:
|
|
877
|
+
protocolId: 218,
|
|
878
878
|
protocolName: "CHISQ.INV.RT",
|
|
879
879
|
protocolSupportsWasm: true,
|
|
880
880
|
jsStatus: "implemented",
|
|
@@ -888,7 +888,7 @@ export const formulaInventory = [
|
|
|
888
888
|
inOfficeList: true,
|
|
889
889
|
deterministic: "deterministic",
|
|
890
890
|
runtimeStatus: "implemented",
|
|
891
|
-
protocolId:
|
|
891
|
+
protocolId: 235,
|
|
892
892
|
protocolName: "CHISQ.TEST",
|
|
893
893
|
protocolSupportsWasm: true,
|
|
894
894
|
jsStatus: "implemented",
|
|
@@ -902,7 +902,7 @@ export const formulaInventory = [
|
|
|
902
902
|
inOfficeList: false,
|
|
903
903
|
deterministic: "deterministic",
|
|
904
904
|
runtimeStatus: "implemented",
|
|
905
|
-
protocolId:
|
|
905
|
+
protocolId: 220,
|
|
906
906
|
protocolName: "CHISQDIST",
|
|
907
907
|
protocolSupportsWasm: true,
|
|
908
908
|
jsStatus: "implemented",
|
|
@@ -916,7 +916,7 @@ export const formulaInventory = [
|
|
|
916
916
|
inOfficeList: false,
|
|
917
917
|
deterministic: "deterministic",
|
|
918
918
|
runtimeStatus: "implemented",
|
|
919
|
-
protocolId:
|
|
919
|
+
protocolId: 221,
|
|
920
920
|
protocolName: "CHISQINV",
|
|
921
921
|
protocolSupportsWasm: true,
|
|
922
922
|
jsStatus: "implemented",
|
|
@@ -930,7 +930,7 @@ export const formulaInventory = [
|
|
|
930
930
|
inOfficeList: true,
|
|
931
931
|
deterministic: "deterministic",
|
|
932
932
|
runtimeStatus: "implemented",
|
|
933
|
-
protocolId:
|
|
933
|
+
protocolId: 236,
|
|
934
934
|
protocolName: "CHITEST",
|
|
935
935
|
protocolSupportsWasm: true,
|
|
936
936
|
jsStatus: "implemented",
|
|
@@ -944,7 +944,7 @@ export const formulaInventory = [
|
|
|
944
944
|
inOfficeList: true,
|
|
945
945
|
deterministic: "deterministic",
|
|
946
946
|
runtimeStatus: "implemented",
|
|
947
|
-
protocolId:
|
|
947
|
+
protocolId: 286,
|
|
948
948
|
protocolName: "CHOOSE",
|
|
949
949
|
protocolSupportsWasm: true,
|
|
950
950
|
jsStatus: "implemented",
|
|
@@ -986,7 +986,7 @@ export const formulaInventory = [
|
|
|
986
986
|
inOfficeList: true,
|
|
987
987
|
deterministic: "deterministic",
|
|
988
988
|
runtimeStatus: "implemented",
|
|
989
|
-
protocolId:
|
|
989
|
+
protocolId: 280,
|
|
990
990
|
protocolName: "CLEAN",
|
|
991
991
|
protocolSupportsWasm: true,
|
|
992
992
|
jsStatus: "implemented",
|
|
@@ -1000,7 +1000,7 @@ export const formulaInventory = [
|
|
|
1000
1000
|
inOfficeList: true,
|
|
1001
1001
|
deterministic: "deterministic",
|
|
1002
1002
|
runtimeStatus: "implemented",
|
|
1003
|
-
protocolId:
|
|
1003
|
+
protocolId: 277,
|
|
1004
1004
|
protocolName: "CODE",
|
|
1005
1005
|
protocolSupportsWasm: true,
|
|
1006
1006
|
jsStatus: "implemented",
|
|
@@ -1042,7 +1042,7 @@ export const formulaInventory = [
|
|
|
1042
1042
|
inOfficeList: true,
|
|
1043
1043
|
deterministic: "deterministic",
|
|
1044
1044
|
runtimeStatus: "implemented",
|
|
1045
|
-
protocolId:
|
|
1045
|
+
protocolId: 403,
|
|
1046
1046
|
protocolName: "COMBIN",
|
|
1047
1047
|
protocolSupportsWasm: true,
|
|
1048
1048
|
jsStatus: "implemented",
|
|
@@ -1056,7 +1056,7 @@ export const formulaInventory = [
|
|
|
1056
1056
|
inOfficeList: true,
|
|
1057
1057
|
deterministic: "deterministic",
|
|
1058
1058
|
runtimeStatus: "implemented",
|
|
1059
|
-
protocolId:
|
|
1059
|
+
protocolId: 404,
|
|
1060
1060
|
protocolName: "COMBINA",
|
|
1061
1061
|
protocolSupportsWasm: true,
|
|
1062
1062
|
jsStatus: "implemented",
|
|
@@ -1097,14 +1097,14 @@ export const formulaInventory = [
|
|
|
1097
1097
|
odfStatus: "Placeholder (blocked)",
|
|
1098
1098
|
inOfficeList: true,
|
|
1099
1099
|
deterministic: "deterministic",
|
|
1100
|
-
runtimeStatus: "
|
|
1100
|
+
runtimeStatus: "missing",
|
|
1101
1101
|
protocolId: undefined,
|
|
1102
1102
|
protocolName: undefined,
|
|
1103
1103
|
protocolSupportsWasm: false,
|
|
1104
|
-
jsStatus: "
|
|
1104
|
+
jsStatus: "missing",
|
|
1105
1105
|
wasmStatus: "not-started",
|
|
1106
1106
|
placeholder: false,
|
|
1107
|
-
registeredInCodebase:
|
|
1107
|
+
registeredInCodebase: false,
|
|
1108
1108
|
},
|
|
1109
1109
|
{
|
|
1110
1110
|
name: "CONFIDENCE",
|
|
@@ -1140,7 +1140,7 @@ export const formulaInventory = [
|
|
|
1140
1140
|
inOfficeList: true,
|
|
1141
1141
|
deterministic: "deterministic",
|
|
1142
1142
|
runtimeStatus: "implemented",
|
|
1143
|
-
protocolId:
|
|
1143
|
+
protocolId: 354,
|
|
1144
1144
|
protocolName: "CONFIDENCE.T",
|
|
1145
1145
|
protocolSupportsWasm: true,
|
|
1146
1146
|
jsStatus: "implemented",
|
|
@@ -1154,7 +1154,7 @@ export const formulaInventory = [
|
|
|
1154
1154
|
inOfficeList: true,
|
|
1155
1155
|
deterministic: "deterministic",
|
|
1156
1156
|
runtimeStatus: "implemented",
|
|
1157
|
-
protocolId:
|
|
1157
|
+
protocolId: 382,
|
|
1158
1158
|
protocolName: "CONVERT",
|
|
1159
1159
|
protocolSupportsWasm: true,
|
|
1160
1160
|
jsStatus: "implemented",
|
|
@@ -1168,7 +1168,7 @@ export const formulaInventory = [
|
|
|
1168
1168
|
inOfficeList: true,
|
|
1169
1169
|
deterministic: "deterministic",
|
|
1170
1170
|
runtimeStatus: "implemented",
|
|
1171
|
-
protocolId:
|
|
1171
|
+
protocolId: 291,
|
|
1172
1172
|
protocolName: "CORREL",
|
|
1173
1173
|
protocolSupportsWasm: true,
|
|
1174
1174
|
jsStatus: "implemented",
|
|
@@ -1196,7 +1196,7 @@ export const formulaInventory = [
|
|
|
1196
1196
|
inOfficeList: true,
|
|
1197
1197
|
deterministic: "deterministic",
|
|
1198
1198
|
runtimeStatus: "implemented",
|
|
1199
|
-
protocolId:
|
|
1199
|
+
protocolId: 385,
|
|
1200
1200
|
protocolName: "COSH",
|
|
1201
1201
|
protocolSupportsWasm: true,
|
|
1202
1202
|
jsStatus: "implemented",
|
|
@@ -1210,7 +1210,7 @@ export const formulaInventory = [
|
|
|
1210
1210
|
inOfficeList: true,
|
|
1211
1211
|
deterministic: "deterministic",
|
|
1212
1212
|
runtimeStatus: "implemented",
|
|
1213
|
-
protocolId:
|
|
1213
|
+
protocolId: 392,
|
|
1214
1214
|
protocolName: "COT",
|
|
1215
1215
|
protocolSupportsWasm: true,
|
|
1216
1216
|
jsStatus: "implemented",
|
|
@@ -1224,7 +1224,7 @@ export const formulaInventory = [
|
|
|
1224
1224
|
inOfficeList: true,
|
|
1225
1225
|
deterministic: "deterministic",
|
|
1226
1226
|
runtimeStatus: "implemented",
|
|
1227
|
-
protocolId:
|
|
1227
|
+
protocolId: 393,
|
|
1228
1228
|
protocolName: "COTH",
|
|
1229
1229
|
protocolSupportsWasm: true,
|
|
1230
1230
|
jsStatus: "implemented",
|
|
@@ -1266,7 +1266,7 @@ export const formulaInventory = [
|
|
|
1266
1266
|
inOfficeList: true,
|
|
1267
1267
|
deterministic: "deterministic",
|
|
1268
1268
|
runtimeStatus: "implemented",
|
|
1269
|
-
protocolId:
|
|
1269
|
+
protocolId: 283,
|
|
1270
1270
|
protocolName: "COUNTBLANK",
|
|
1271
1271
|
protocolSupportsWasm: true,
|
|
1272
1272
|
jsStatus: "implemented",
|
|
@@ -1308,7 +1308,7 @@ export const formulaInventory = [
|
|
|
1308
1308
|
inOfficeList: true,
|
|
1309
1309
|
deterministic: "deterministic",
|
|
1310
1310
|
runtimeStatus: "implemented",
|
|
1311
|
-
protocolId:
|
|
1311
|
+
protocolId: 328,
|
|
1312
1312
|
protocolName: "COUPDAYBS",
|
|
1313
1313
|
protocolSupportsWasm: true,
|
|
1314
1314
|
jsStatus: "implemented",
|
|
@@ -1322,7 +1322,7 @@ export const formulaInventory = [
|
|
|
1322
1322
|
inOfficeList: true,
|
|
1323
1323
|
deterministic: "deterministic",
|
|
1324
1324
|
runtimeStatus: "implemented",
|
|
1325
|
-
protocolId:
|
|
1325
|
+
protocolId: 329,
|
|
1326
1326
|
protocolName: "COUPDAYS",
|
|
1327
1327
|
protocolSupportsWasm: true,
|
|
1328
1328
|
jsStatus: "implemented",
|
|
@@ -1336,7 +1336,7 @@ export const formulaInventory = [
|
|
|
1336
1336
|
inOfficeList: true,
|
|
1337
1337
|
deterministic: "deterministic",
|
|
1338
1338
|
runtimeStatus: "implemented",
|
|
1339
|
-
protocolId:
|
|
1339
|
+
protocolId: 330,
|
|
1340
1340
|
protocolName: "COUPDAYSNC",
|
|
1341
1341
|
protocolSupportsWasm: true,
|
|
1342
1342
|
jsStatus: "implemented",
|
|
@@ -1350,7 +1350,7 @@ export const formulaInventory = [
|
|
|
1350
1350
|
inOfficeList: true,
|
|
1351
1351
|
deterministic: "deterministic",
|
|
1352
1352
|
runtimeStatus: "implemented",
|
|
1353
|
-
protocolId:
|
|
1353
|
+
protocolId: 331,
|
|
1354
1354
|
protocolName: "COUPNCD",
|
|
1355
1355
|
protocolSupportsWasm: true,
|
|
1356
1356
|
jsStatus: "implemented",
|
|
@@ -1364,7 +1364,7 @@ export const formulaInventory = [
|
|
|
1364
1364
|
inOfficeList: true,
|
|
1365
1365
|
deterministic: "deterministic",
|
|
1366
1366
|
runtimeStatus: "implemented",
|
|
1367
|
-
protocolId:
|
|
1367
|
+
protocolId: 332,
|
|
1368
1368
|
protocolName: "COUPNUM",
|
|
1369
1369
|
protocolSupportsWasm: true,
|
|
1370
1370
|
jsStatus: "implemented",
|
|
@@ -1378,7 +1378,7 @@ export const formulaInventory = [
|
|
|
1378
1378
|
inOfficeList: true,
|
|
1379
1379
|
deterministic: "deterministic",
|
|
1380
1380
|
runtimeStatus: "implemented",
|
|
1381
|
-
protocolId:
|
|
1381
|
+
protocolId: 333,
|
|
1382
1382
|
protocolName: "COUPPCD",
|
|
1383
1383
|
protocolSupportsWasm: true,
|
|
1384
1384
|
jsStatus: "implemented",
|
|
@@ -1392,7 +1392,7 @@ export const formulaInventory = [
|
|
|
1392
1392
|
inOfficeList: true,
|
|
1393
1393
|
deterministic: "deterministic",
|
|
1394
1394
|
runtimeStatus: "implemented",
|
|
1395
|
-
protocolId:
|
|
1395
|
+
protocolId: 292,
|
|
1396
1396
|
protocolName: "COVAR",
|
|
1397
1397
|
protocolSupportsWasm: true,
|
|
1398
1398
|
jsStatus: "implemented",
|
|
@@ -1406,7 +1406,7 @@ export const formulaInventory = [
|
|
|
1406
1406
|
inOfficeList: true,
|
|
1407
1407
|
deterministic: "deterministic",
|
|
1408
1408
|
runtimeStatus: "implemented",
|
|
1409
|
-
protocolId:
|
|
1409
|
+
protocolId: 294,
|
|
1410
1410
|
protocolName: "COVARIANCE.P",
|
|
1411
1411
|
protocolSupportsWasm: true,
|
|
1412
1412
|
jsStatus: "implemented",
|
|
@@ -1420,7 +1420,7 @@ export const formulaInventory = [
|
|
|
1420
1420
|
inOfficeList: true,
|
|
1421
1421
|
deterministic: "deterministic",
|
|
1422
1422
|
runtimeStatus: "implemented",
|
|
1423
|
-
protocolId:
|
|
1423
|
+
protocolId: 295,
|
|
1424
1424
|
protocolName: "COVARIANCE.S",
|
|
1425
1425
|
protocolSupportsWasm: true,
|
|
1426
1426
|
jsStatus: "implemented",
|
|
@@ -1448,7 +1448,7 @@ export const formulaInventory = [
|
|
|
1448
1448
|
inOfficeList: true,
|
|
1449
1449
|
deterministic: "deterministic",
|
|
1450
1450
|
runtimeStatus: "implemented",
|
|
1451
|
-
protocolId:
|
|
1451
|
+
protocolId: 394,
|
|
1452
1452
|
protocolName: "CSC",
|
|
1453
1453
|
protocolSupportsWasm: true,
|
|
1454
1454
|
jsStatus: "implemented",
|
|
@@ -1462,7 +1462,7 @@ export const formulaInventory = [
|
|
|
1462
1462
|
inOfficeList: true,
|
|
1463
1463
|
deterministic: "deterministic",
|
|
1464
1464
|
runtimeStatus: "implemented",
|
|
1465
|
-
protocolId:
|
|
1465
|
+
protocolId: 395,
|
|
1466
1466
|
protocolName: "CSCH",
|
|
1467
1467
|
protocolSupportsWasm: true,
|
|
1468
1468
|
jsStatus: "implemented",
|
|
@@ -1574,7 +1574,7 @@ export const formulaInventory = [
|
|
|
1574
1574
|
inOfficeList: true,
|
|
1575
1575
|
deterministic: "deterministic",
|
|
1576
1576
|
runtimeStatus: "implemented",
|
|
1577
|
-
protocolId:
|
|
1577
|
+
protocolId: 339,
|
|
1578
1578
|
protocolName: "CUMIPMT",
|
|
1579
1579
|
protocolSupportsWasm: true,
|
|
1580
1580
|
jsStatus: "implemented",
|
|
@@ -1588,7 +1588,7 @@ export const formulaInventory = [
|
|
|
1588
1588
|
inOfficeList: true,
|
|
1589
1589
|
deterministic: "deterministic",
|
|
1590
1590
|
runtimeStatus: "implemented",
|
|
1591
|
-
protocolId:
|
|
1591
|
+
protocolId: 340,
|
|
1592
1592
|
protocolName: "CUMPRINC",
|
|
1593
1593
|
protocolSupportsWasm: true,
|
|
1594
1594
|
jsStatus: "implemented",
|
|
@@ -1616,7 +1616,7 @@ export const formulaInventory = [
|
|
|
1616
1616
|
inOfficeList: true,
|
|
1617
1617
|
deterministic: "deterministic",
|
|
1618
1618
|
runtimeStatus: "implemented",
|
|
1619
|
-
protocolId:
|
|
1619
|
+
protocolId: 209,
|
|
1620
1620
|
protocolName: "DATEDIF",
|
|
1621
1621
|
protocolSupportsWasm: true,
|
|
1622
1622
|
jsStatus: "implemented",
|
|
@@ -1644,7 +1644,7 @@ export const formulaInventory = [
|
|
|
1644
1644
|
inOfficeList: true,
|
|
1645
1645
|
deterministic: "deterministic",
|
|
1646
1646
|
runtimeStatus: "implemented",
|
|
1647
|
-
protocolId:
|
|
1647
|
+
protocolId: 360,
|
|
1648
1648
|
protocolName: "DAVERAGE",
|
|
1649
1649
|
protocolSupportsWasm: true,
|
|
1650
1650
|
jsStatus: "implemented",
|
|
@@ -1686,7 +1686,7 @@ export const formulaInventory = [
|
|
|
1686
1686
|
inOfficeList: true,
|
|
1687
1687
|
deterministic: "deterministic",
|
|
1688
1688
|
runtimeStatus: "implemented",
|
|
1689
|
-
protocolId:
|
|
1689
|
+
protocolId: 281,
|
|
1690
1690
|
protocolName: "DAYS360",
|
|
1691
1691
|
protocolSupportsWasm: true,
|
|
1692
1692
|
jsStatus: "implemented",
|
|
@@ -1700,7 +1700,7 @@ export const formulaInventory = [
|
|
|
1700
1700
|
inOfficeList: true,
|
|
1701
1701
|
deterministic: "deterministic",
|
|
1702
1702
|
runtimeStatus: "implemented",
|
|
1703
|
-
protocolId:
|
|
1703
|
+
protocolId: 211,
|
|
1704
1704
|
protocolName: "DB",
|
|
1705
1705
|
protocolSupportsWasm: true,
|
|
1706
1706
|
jsStatus: "implemented",
|
|
@@ -1714,7 +1714,7 @@ export const formulaInventory = [
|
|
|
1714
1714
|
inOfficeList: true,
|
|
1715
1715
|
deterministic: "deterministic",
|
|
1716
1716
|
runtimeStatus: "implemented",
|
|
1717
|
-
protocolId:
|
|
1717
|
+
protocolId: 359,
|
|
1718
1718
|
protocolName: "DBCS",
|
|
1719
1719
|
protocolSupportsWasm: true,
|
|
1720
1720
|
jsStatus: "implemented",
|
|
@@ -1728,7 +1728,7 @@ export const formulaInventory = [
|
|
|
1728
1728
|
inOfficeList: true,
|
|
1729
1729
|
deterministic: "deterministic",
|
|
1730
1730
|
runtimeStatus: "implemented",
|
|
1731
|
-
protocolId:
|
|
1731
|
+
protocolId: 361,
|
|
1732
1732
|
protocolName: "DCOUNT",
|
|
1733
1733
|
protocolSupportsWasm: true,
|
|
1734
1734
|
jsStatus: "implemented",
|
|
@@ -1742,7 +1742,7 @@ export const formulaInventory = [
|
|
|
1742
1742
|
inOfficeList: true,
|
|
1743
1743
|
deterministic: "deterministic",
|
|
1744
1744
|
runtimeStatus: "implemented",
|
|
1745
|
-
protocolId:
|
|
1745
|
+
protocolId: 362,
|
|
1746
1746
|
protocolName: "DCOUNTA",
|
|
1747
1747
|
protocolSupportsWasm: true,
|
|
1748
1748
|
jsStatus: "implemented",
|
|
@@ -1756,7 +1756,7 @@ export const formulaInventory = [
|
|
|
1756
1756
|
inOfficeList: true,
|
|
1757
1757
|
deterministic: "deterministic",
|
|
1758
1758
|
runtimeStatus: "implemented",
|
|
1759
|
-
protocolId:
|
|
1759
|
+
protocolId: 212,
|
|
1760
1760
|
protocolName: "DDB",
|
|
1761
1761
|
protocolSupportsWasm: true,
|
|
1762
1762
|
jsStatus: "implemented",
|
|
@@ -1784,7 +1784,7 @@ export const formulaInventory = [
|
|
|
1784
1784
|
inOfficeList: true,
|
|
1785
1785
|
deterministic: "deterministic",
|
|
1786
1786
|
runtimeStatus: "implemented",
|
|
1787
|
-
protocolId:
|
|
1787
|
+
protocolId: 267,
|
|
1788
1788
|
protocolName: "DEC2BIN",
|
|
1789
1789
|
protocolSupportsWasm: true,
|
|
1790
1790
|
jsStatus: "implemented",
|
|
@@ -1798,7 +1798,7 @@ export const formulaInventory = [
|
|
|
1798
1798
|
inOfficeList: true,
|
|
1799
1799
|
deterministic: "deterministic",
|
|
1800
1800
|
runtimeStatus: "implemented",
|
|
1801
|
-
protocolId:
|
|
1801
|
+
protocolId: 268,
|
|
1802
1802
|
protocolName: "DEC2HEX",
|
|
1803
1803
|
protocolSupportsWasm: true,
|
|
1804
1804
|
jsStatus: "implemented",
|
|
@@ -1812,7 +1812,7 @@ export const formulaInventory = [
|
|
|
1812
1812
|
inOfficeList: true,
|
|
1813
1813
|
deterministic: "deterministic",
|
|
1814
1814
|
runtimeStatus: "implemented",
|
|
1815
|
-
protocolId:
|
|
1815
|
+
protocolId: 269,
|
|
1816
1816
|
protocolName: "DEC2OCT",
|
|
1817
1817
|
protocolSupportsWasm: true,
|
|
1818
1818
|
jsStatus: "implemented",
|
|
@@ -1826,7 +1826,7 @@ export const formulaInventory = [
|
|
|
1826
1826
|
inOfficeList: true,
|
|
1827
1827
|
deterministic: "deterministic",
|
|
1828
1828
|
runtimeStatus: "implemented",
|
|
1829
|
-
protocolId:
|
|
1829
|
+
protocolId: 258,
|
|
1830
1830
|
protocolName: "DECIMAL",
|
|
1831
1831
|
protocolSupportsWasm: true,
|
|
1832
1832
|
jsStatus: "implemented",
|
|
@@ -1896,7 +1896,7 @@ export const formulaInventory = [
|
|
|
1896
1896
|
inOfficeList: true,
|
|
1897
1897
|
deterministic: "deterministic",
|
|
1898
1898
|
runtimeStatus: "implemented",
|
|
1899
|
-
protocolId:
|
|
1899
|
+
protocolId: 363,
|
|
1900
1900
|
protocolName: "DGET",
|
|
1901
1901
|
protocolSupportsWasm: true,
|
|
1902
1902
|
jsStatus: "implemented",
|
|
@@ -1910,7 +1910,7 @@ export const formulaInventory = [
|
|
|
1910
1910
|
inOfficeList: true,
|
|
1911
1911
|
deterministic: "deterministic",
|
|
1912
1912
|
runtimeStatus: "implemented",
|
|
1913
|
-
protocolId:
|
|
1913
|
+
protocolId: 318,
|
|
1914
1914
|
protocolName: "DISC",
|
|
1915
1915
|
protocolSupportsWasm: true,
|
|
1916
1916
|
jsStatus: "implemented",
|
|
@@ -1924,7 +1924,7 @@ export const formulaInventory = [
|
|
|
1924
1924
|
inOfficeList: true,
|
|
1925
1925
|
deterministic: "deterministic",
|
|
1926
1926
|
runtimeStatus: "implemented",
|
|
1927
|
-
protocolId:
|
|
1927
|
+
protocolId: 364,
|
|
1928
1928
|
protocolName: "DMAX",
|
|
1929
1929
|
protocolSupportsWasm: true,
|
|
1930
1930
|
jsStatus: "implemented",
|
|
@@ -1938,7 +1938,7 @@ export const formulaInventory = [
|
|
|
1938
1938
|
inOfficeList: true,
|
|
1939
1939
|
deterministic: "deterministic",
|
|
1940
1940
|
runtimeStatus: "implemented",
|
|
1941
|
-
protocolId:
|
|
1941
|
+
protocolId: 365,
|
|
1942
1942
|
protocolName: "DMIN",
|
|
1943
1943
|
protocolSupportsWasm: true,
|
|
1944
1944
|
jsStatus: "implemented",
|
|
@@ -1952,7 +1952,7 @@ export const formulaInventory = [
|
|
|
1952
1952
|
inOfficeList: true,
|
|
1953
1953
|
deterministic: "deterministic",
|
|
1954
1954
|
runtimeStatus: "implemented",
|
|
1955
|
-
protocolId:
|
|
1955
|
+
protocolId: 254,
|
|
1956
1956
|
protocolName: "DOLLAR",
|
|
1957
1957
|
protocolSupportsWasm: true,
|
|
1958
1958
|
jsStatus: "implemented",
|
|
@@ -1966,7 +1966,7 @@ export const formulaInventory = [
|
|
|
1966
1966
|
inOfficeList: true,
|
|
1967
1967
|
deterministic: "deterministic",
|
|
1968
1968
|
runtimeStatus: "implemented",
|
|
1969
|
-
protocolId:
|
|
1969
|
+
protocolId: 255,
|
|
1970
1970
|
protocolName: "DOLLARDE",
|
|
1971
1971
|
protocolSupportsWasm: true,
|
|
1972
1972
|
jsStatus: "implemented",
|
|
@@ -1980,7 +1980,7 @@ export const formulaInventory = [
|
|
|
1980
1980
|
inOfficeList: true,
|
|
1981
1981
|
deterministic: "deterministic",
|
|
1982
1982
|
runtimeStatus: "implemented",
|
|
1983
|
-
protocolId:
|
|
1983
|
+
protocolId: 256,
|
|
1984
1984
|
protocolName: "DOLLARFR",
|
|
1985
1985
|
protocolSupportsWasm: true,
|
|
1986
1986
|
jsStatus: "implemented",
|
|
@@ -1994,7 +1994,7 @@ export const formulaInventory = [
|
|
|
1994
1994
|
inOfficeList: true,
|
|
1995
1995
|
deterministic: "deterministic",
|
|
1996
1996
|
runtimeStatus: "implemented",
|
|
1997
|
-
protocolId:
|
|
1997
|
+
protocolId: 366,
|
|
1998
1998
|
protocolName: "DPRODUCT",
|
|
1999
1999
|
protocolSupportsWasm: true,
|
|
2000
2000
|
jsStatus: "implemented",
|
|
@@ -2022,7 +2022,7 @@ export const formulaInventory = [
|
|
|
2022
2022
|
inOfficeList: true,
|
|
2023
2023
|
deterministic: "deterministic",
|
|
2024
2024
|
runtimeStatus: "implemented",
|
|
2025
|
-
protocolId:
|
|
2025
|
+
protocolId: 367,
|
|
2026
2026
|
protocolName: "DSTDEV",
|
|
2027
2027
|
protocolSupportsWasm: true,
|
|
2028
2028
|
jsStatus: "implemented",
|
|
@@ -2036,7 +2036,7 @@ export const formulaInventory = [
|
|
|
2036
2036
|
inOfficeList: true,
|
|
2037
2037
|
deterministic: "deterministic",
|
|
2038
2038
|
runtimeStatus: "implemented",
|
|
2039
|
-
protocolId:
|
|
2039
|
+
protocolId: 368,
|
|
2040
2040
|
protocolName: "DSTDEVP",
|
|
2041
2041
|
protocolSupportsWasm: true,
|
|
2042
2042
|
jsStatus: "implemented",
|
|
@@ -2050,7 +2050,7 @@ export const formulaInventory = [
|
|
|
2050
2050
|
inOfficeList: true,
|
|
2051
2051
|
deterministic: "deterministic",
|
|
2052
2052
|
runtimeStatus: "implemented",
|
|
2053
|
-
protocolId:
|
|
2053
|
+
protocolId: 369,
|
|
2054
2054
|
protocolName: "DSUM",
|
|
2055
2055
|
protocolSupportsWasm: true,
|
|
2056
2056
|
jsStatus: "implemented",
|
|
@@ -2064,7 +2064,7 @@ export const formulaInventory = [
|
|
|
2064
2064
|
inOfficeList: true,
|
|
2065
2065
|
deterministic: "deterministic",
|
|
2066
2066
|
runtimeStatus: "implemented",
|
|
2067
|
-
protocolId:
|
|
2067
|
+
protocolId: 336,
|
|
2068
2068
|
protocolName: "DURATION",
|
|
2069
2069
|
protocolSupportsWasm: true,
|
|
2070
2070
|
jsStatus: "implemented",
|
|
@@ -2078,7 +2078,7 @@ export const formulaInventory = [
|
|
|
2078
2078
|
inOfficeList: true,
|
|
2079
2079
|
deterministic: "deterministic",
|
|
2080
2080
|
runtimeStatus: "implemented",
|
|
2081
|
-
protocolId:
|
|
2081
|
+
protocolId: 370,
|
|
2082
2082
|
protocolName: "DVAR",
|
|
2083
2083
|
protocolSupportsWasm: true,
|
|
2084
2084
|
jsStatus: "implemented",
|
|
@@ -2092,7 +2092,7 @@ export const formulaInventory = [
|
|
|
2092
2092
|
inOfficeList: true,
|
|
2093
2093
|
deterministic: "deterministic",
|
|
2094
2094
|
runtimeStatus: "implemented",
|
|
2095
|
-
protocolId:
|
|
2095
|
+
protocolId: 371,
|
|
2096
2096
|
protocolName: "DVARP",
|
|
2097
2097
|
protocolSupportsWasm: true,
|
|
2098
2098
|
jsStatus: "implemented",
|
|
@@ -2232,7 +2232,7 @@ export const formulaInventory = [
|
|
|
2232
2232
|
inOfficeList: true,
|
|
2233
2233
|
deterministic: "deterministic",
|
|
2234
2234
|
runtimeStatus: "implemented",
|
|
2235
|
-
protocolId:
|
|
2235
|
+
protocolId: 383,
|
|
2236
2236
|
protocolName: "EUROCONVERT",
|
|
2237
2237
|
protocolSupportsWasm: true,
|
|
2238
2238
|
jsStatus: "implemented",
|
|
@@ -2246,7 +2246,7 @@ export const formulaInventory = [
|
|
|
2246
2246
|
inOfficeList: true,
|
|
2247
2247
|
deterministic: "deterministic",
|
|
2248
2248
|
runtimeStatus: "implemented",
|
|
2249
|
-
protocolId:
|
|
2249
|
+
protocolId: 399,
|
|
2250
2250
|
protocolName: "EVEN",
|
|
2251
2251
|
protocolSupportsWasm: true,
|
|
2252
2252
|
jsStatus: "implemented",
|
|
@@ -2288,7 +2288,7 @@ export const formulaInventory = [
|
|
|
2288
2288
|
inOfficeList: true,
|
|
2289
2289
|
deterministic: "deterministic",
|
|
2290
2290
|
runtimeStatus: "implemented",
|
|
2291
|
-
protocolId:
|
|
2291
|
+
protocolId: 207,
|
|
2292
2292
|
protocolName: "EXPAND",
|
|
2293
2293
|
protocolSupportsWasm: true,
|
|
2294
2294
|
jsStatus: "implemented",
|
|
@@ -2330,7 +2330,7 @@ export const formulaInventory = [
|
|
|
2330
2330
|
inOfficeList: true,
|
|
2331
2331
|
deterministic: "deterministic",
|
|
2332
2332
|
runtimeStatus: "implemented",
|
|
2333
|
-
protocolId:
|
|
2333
|
+
protocolId: 227,
|
|
2334
2334
|
protocolName: "F.DIST",
|
|
2335
2335
|
protocolSupportsWasm: true,
|
|
2336
2336
|
jsStatus: "implemented",
|
|
@@ -2344,7 +2344,7 @@ export const formulaInventory = [
|
|
|
2344
2344
|
inOfficeList: true,
|
|
2345
2345
|
deterministic: "deterministic",
|
|
2346
2346
|
runtimeStatus: "implemented",
|
|
2347
|
-
protocolId:
|
|
2347
|
+
protocolId: 228,
|
|
2348
2348
|
protocolName: "F.DIST.RT",
|
|
2349
2349
|
protocolSupportsWasm: true,
|
|
2350
2350
|
jsStatus: "implemented",
|
|
@@ -2358,7 +2358,7 @@ export const formulaInventory = [
|
|
|
2358
2358
|
inOfficeList: true,
|
|
2359
2359
|
deterministic: "deterministic",
|
|
2360
2360
|
runtimeStatus: "implemented",
|
|
2361
|
-
protocolId:
|
|
2361
|
+
protocolId: 229,
|
|
2362
2362
|
protocolName: "F.INV",
|
|
2363
2363
|
protocolSupportsWasm: true,
|
|
2364
2364
|
jsStatus: "implemented",
|
|
@@ -2372,7 +2372,7 @@ export const formulaInventory = [
|
|
|
2372
2372
|
inOfficeList: true,
|
|
2373
2373
|
deterministic: "deterministic",
|
|
2374
2374
|
runtimeStatus: "implemented",
|
|
2375
|
-
protocolId:
|
|
2375
|
+
protocolId: 230,
|
|
2376
2376
|
protocolName: "F.INV.RT",
|
|
2377
2377
|
protocolSupportsWasm: true,
|
|
2378
2378
|
jsStatus: "implemented",
|
|
@@ -2386,7 +2386,7 @@ export const formulaInventory = [
|
|
|
2386
2386
|
inOfficeList: true,
|
|
2387
2387
|
deterministic: "deterministic",
|
|
2388
2388
|
runtimeStatus: "implemented",
|
|
2389
|
-
protocolId:
|
|
2389
|
+
protocolId: 238,
|
|
2390
2390
|
protocolName: "F.TEST",
|
|
2391
2391
|
protocolSupportsWasm: true,
|
|
2392
2392
|
jsStatus: "implemented",
|
|
@@ -2400,7 +2400,7 @@ export const formulaInventory = [
|
|
|
2400
2400
|
inOfficeList: true,
|
|
2401
2401
|
deterministic: "deterministic",
|
|
2402
2402
|
runtimeStatus: "implemented",
|
|
2403
|
-
protocolId:
|
|
2403
|
+
protocolId: 401,
|
|
2404
2404
|
protocolName: "FACT",
|
|
2405
2405
|
protocolSupportsWasm: true,
|
|
2406
2406
|
jsStatus: "implemented",
|
|
@@ -2414,7 +2414,7 @@ export const formulaInventory = [
|
|
|
2414
2414
|
inOfficeList: true,
|
|
2415
2415
|
deterministic: "deterministic",
|
|
2416
2416
|
runtimeStatus: "implemented",
|
|
2417
|
-
protocolId:
|
|
2417
|
+
protocolId: 402,
|
|
2418
2418
|
protocolName: "FACTDOUBLE",
|
|
2419
2419
|
protocolSupportsWasm: true,
|
|
2420
2420
|
jsStatus: "implemented",
|
|
@@ -2442,7 +2442,7 @@ export const formulaInventory = [
|
|
|
2442
2442
|
inOfficeList: true,
|
|
2443
2443
|
deterministic: "deterministic",
|
|
2444
2444
|
runtimeStatus: "implemented",
|
|
2445
|
-
protocolId:
|
|
2445
|
+
protocolId: 231,
|
|
2446
2446
|
protocolName: "FDIST",
|
|
2447
2447
|
protocolSupportsWasm: true,
|
|
2448
2448
|
jsStatus: "implemented",
|
|
@@ -2498,7 +2498,7 @@ export const formulaInventory = [
|
|
|
2498
2498
|
inOfficeList: true,
|
|
2499
2499
|
deterministic: "deterministic",
|
|
2500
2500
|
runtimeStatus: "implemented",
|
|
2501
|
-
protocolId:
|
|
2501
|
+
protocolId: 249,
|
|
2502
2502
|
protocolName: "FINDB",
|
|
2503
2503
|
protocolSupportsWasm: true,
|
|
2504
2504
|
jsStatus: "implemented",
|
|
@@ -2512,7 +2512,7 @@ export const formulaInventory = [
|
|
|
2512
2512
|
inOfficeList: true,
|
|
2513
2513
|
deterministic: "deterministic",
|
|
2514
2514
|
runtimeStatus: "implemented",
|
|
2515
|
-
protocolId:
|
|
2515
|
+
protocolId: 232,
|
|
2516
2516
|
protocolName: "FINV",
|
|
2517
2517
|
protocolSupportsWasm: true,
|
|
2518
2518
|
jsStatus: "implemented",
|
|
@@ -2582,7 +2582,7 @@ export const formulaInventory = [
|
|
|
2582
2582
|
inOfficeList: true,
|
|
2583
2583
|
deterministic: "deterministic",
|
|
2584
2584
|
runtimeStatus: "implemented",
|
|
2585
|
-
protocolId:
|
|
2585
|
+
protocolId: 419,
|
|
2586
2586
|
protocolName: "FLOOR.MATH",
|
|
2587
2587
|
protocolSupportsWasm: true,
|
|
2588
2588
|
jsStatus: "implemented",
|
|
@@ -2596,7 +2596,7 @@ export const formulaInventory = [
|
|
|
2596
2596
|
inOfficeList: true,
|
|
2597
2597
|
deterministic: "deterministic",
|
|
2598
2598
|
runtimeStatus: "implemented",
|
|
2599
|
-
protocolId:
|
|
2599
|
+
protocolId: 420,
|
|
2600
2600
|
protocolName: "FLOOR.PRECISE",
|
|
2601
2601
|
protocolSupportsWasm: true,
|
|
2602
2602
|
jsStatus: "implemented",
|
|
@@ -2610,7 +2610,7 @@ export const formulaInventory = [
|
|
|
2610
2610
|
inOfficeList: false,
|
|
2611
2611
|
deterministic: "deterministic",
|
|
2612
2612
|
runtimeStatus: "implemented",
|
|
2613
|
-
protocolId:
|
|
2613
|
+
protocolId: 296,
|
|
2614
2614
|
protocolName: "FORECAST",
|
|
2615
2615
|
protocolSupportsWasm: true,
|
|
2616
2616
|
jsStatus: "implemented",
|
|
@@ -2652,7 +2652,7 @@ export const formulaInventory = [
|
|
|
2652
2652
|
inOfficeList: true,
|
|
2653
2653
|
deterministic: "deterministic",
|
|
2654
2654
|
runtimeStatus: "implemented",
|
|
2655
|
-
protocolId:
|
|
2655
|
+
protocolId: 317,
|
|
2656
2656
|
protocolName: "FREQUENCY",
|
|
2657
2657
|
protocolSupportsWasm: true,
|
|
2658
2658
|
jsStatus: "implemented",
|
|
@@ -2666,7 +2666,7 @@ export const formulaInventory = [
|
|
|
2666
2666
|
inOfficeList: true,
|
|
2667
2667
|
deterministic: "deterministic",
|
|
2668
2668
|
runtimeStatus: "implemented",
|
|
2669
|
-
protocolId:
|
|
2669
|
+
protocolId: 239,
|
|
2670
2670
|
protocolName: "FTEST",
|
|
2671
2671
|
protocolSupportsWasm: true,
|
|
2672
2672
|
jsStatus: "implemented",
|
|
@@ -2694,7 +2694,7 @@ export const formulaInventory = [
|
|
|
2694
2694
|
inOfficeList: true,
|
|
2695
2695
|
deterministic: "deterministic",
|
|
2696
2696
|
runtimeStatus: "implemented",
|
|
2697
|
-
protocolId:
|
|
2697
|
+
protocolId: 210,
|
|
2698
2698
|
protocolName: "FVSCHEDULE",
|
|
2699
2699
|
protocolSupportsWasm: true,
|
|
2700
2700
|
jsStatus: "implemented",
|
|
@@ -2736,7 +2736,7 @@ export const formulaInventory = [
|
|
|
2736
2736
|
inOfficeList: true,
|
|
2737
2737
|
deterministic: "deterministic",
|
|
2738
2738
|
runtimeStatus: "implemented",
|
|
2739
|
-
protocolId:
|
|
2739
|
+
protocolId: 355,
|
|
2740
2740
|
protocolName: "GAMMA.INV",
|
|
2741
2741
|
protocolSupportsWasm: true,
|
|
2742
2742
|
jsStatus: "implemented",
|
|
@@ -2764,7 +2764,7 @@ export const formulaInventory = [
|
|
|
2764
2764
|
inOfficeList: true,
|
|
2765
2765
|
deterministic: "deterministic",
|
|
2766
2766
|
runtimeStatus: "implemented",
|
|
2767
|
-
protocolId:
|
|
2767
|
+
protocolId: 356,
|
|
2768
2768
|
protocolName: "GAMMAINV",
|
|
2769
2769
|
protocolSupportsWasm: true,
|
|
2770
2770
|
jsStatus: "implemented",
|
|
@@ -2820,7 +2820,7 @@ export const formulaInventory = [
|
|
|
2820
2820
|
inOfficeList: true,
|
|
2821
2821
|
deterministic: "deterministic",
|
|
2822
2822
|
runtimeStatus: "implemented",
|
|
2823
|
-
protocolId:
|
|
2823
|
+
protocolId: 405,
|
|
2824
2824
|
protocolName: "GCD",
|
|
2825
2825
|
protocolSupportsWasm: true,
|
|
2826
2826
|
jsStatus: "implemented",
|
|
@@ -2834,7 +2834,7 @@ export const formulaInventory = [
|
|
|
2834
2834
|
inOfficeList: true,
|
|
2835
2835
|
deterministic: "deterministic",
|
|
2836
2836
|
runtimeStatus: "implemented",
|
|
2837
|
-
protocolId:
|
|
2837
|
+
protocolId: 409,
|
|
2838
2838
|
protocolName: "GEOMEAN",
|
|
2839
2839
|
protocolSupportsWasm: true,
|
|
2840
2840
|
jsStatus: "implemented",
|
|
@@ -2890,7 +2890,7 @@ export const formulaInventory = [
|
|
|
2890
2890
|
inOfficeList: true,
|
|
2891
2891
|
deterministic: "deterministic",
|
|
2892
2892
|
runtimeStatus: "implemented",
|
|
2893
|
-
protocolId:
|
|
2893
|
+
protocolId: 374,
|
|
2894
2894
|
protocolName: "GROWTH",
|
|
2895
2895
|
protocolSupportsWasm: true,
|
|
2896
2896
|
jsStatus: "implemented",
|
|
@@ -2904,7 +2904,7 @@ export const formulaInventory = [
|
|
|
2904
2904
|
inOfficeList: true,
|
|
2905
2905
|
deterministic: "deterministic",
|
|
2906
2906
|
runtimeStatus: "implemented",
|
|
2907
|
-
protocolId:
|
|
2907
|
+
protocolId: 410,
|
|
2908
2908
|
protocolName: "HARMEAN",
|
|
2909
2909
|
protocolSupportsWasm: true,
|
|
2910
2910
|
jsStatus: "implemented",
|
|
@@ -2918,7 +2918,7 @@ export const formulaInventory = [
|
|
|
2918
2918
|
inOfficeList: true,
|
|
2919
2919
|
deterministic: "deterministic",
|
|
2920
2920
|
runtimeStatus: "implemented",
|
|
2921
|
-
protocolId:
|
|
2921
|
+
protocolId: 270,
|
|
2922
2922
|
protocolName: "HEX2BIN",
|
|
2923
2923
|
protocolSupportsWasm: true,
|
|
2924
2924
|
jsStatus: "implemented",
|
|
@@ -2932,7 +2932,7 @@ export const formulaInventory = [
|
|
|
2932
2932
|
inOfficeList: true,
|
|
2933
2933
|
deterministic: "deterministic",
|
|
2934
2934
|
runtimeStatus: "implemented",
|
|
2935
|
-
protocolId:
|
|
2935
|
+
protocolId: 271,
|
|
2936
2936
|
protocolName: "HEX2DEC",
|
|
2937
2937
|
protocolSupportsWasm: true,
|
|
2938
2938
|
jsStatus: "implemented",
|
|
@@ -2946,7 +2946,7 @@ export const formulaInventory = [
|
|
|
2946
2946
|
inOfficeList: true,
|
|
2947
2947
|
deterministic: "deterministic",
|
|
2948
2948
|
runtimeStatus: "implemented",
|
|
2949
|
-
protocolId:
|
|
2949
|
+
protocolId: 272,
|
|
2950
2950
|
protocolName: "HEX2OCT",
|
|
2951
2951
|
protocolSupportsWasm: true,
|
|
2952
2952
|
jsStatus: "implemented",
|
|
@@ -3520,7 +3520,7 @@ export const formulaInventory = [
|
|
|
3520
3520
|
inOfficeList: true,
|
|
3521
3521
|
deterministic: "deterministic",
|
|
3522
3522
|
runtimeStatus: "implemented",
|
|
3523
|
-
protocolId:
|
|
3523
|
+
protocolId: 297,
|
|
3524
3524
|
protocolName: "INTERCEPT",
|
|
3525
3525
|
protocolSupportsWasm: true,
|
|
3526
3526
|
jsStatus: "implemented",
|
|
@@ -3534,7 +3534,7 @@ export const formulaInventory = [
|
|
|
3534
3534
|
inOfficeList: true,
|
|
3535
3535
|
deterministic: "deterministic",
|
|
3536
3536
|
runtimeStatus: "implemented",
|
|
3537
|
-
protocolId:
|
|
3537
|
+
protocolId: 319,
|
|
3538
3538
|
protocolName: "INTRATE",
|
|
3539
3539
|
protocolSupportsWasm: true,
|
|
3540
3540
|
jsStatus: "implemented",
|
|
@@ -3562,7 +3562,7 @@ export const formulaInventory = [
|
|
|
3562
3562
|
inOfficeList: true,
|
|
3563
3563
|
deterministic: "deterministic",
|
|
3564
3564
|
runtimeStatus: "implemented",
|
|
3565
|
-
protocolId:
|
|
3565
|
+
protocolId: 341,
|
|
3566
3566
|
protocolName: "IRR",
|
|
3567
3567
|
protocolSupportsWasm: true,
|
|
3568
3568
|
jsStatus: "implemented",
|
|
@@ -3632,7 +3632,7 @@ export const formulaInventory = [
|
|
|
3632
3632
|
inOfficeList: true,
|
|
3633
3633
|
deterministic: "deterministic",
|
|
3634
3634
|
runtimeStatus: "implemented",
|
|
3635
|
-
protocolId:
|
|
3635
|
+
protocolId: 423,
|
|
3636
3636
|
protocolName: "ISO.CEILING",
|
|
3637
3637
|
protocolSupportsWasm: true,
|
|
3638
3638
|
jsStatus: "implemented",
|
|
@@ -3674,7 +3674,7 @@ export const formulaInventory = [
|
|
|
3674
3674
|
inOfficeList: true,
|
|
3675
3675
|
deterministic: "deterministic",
|
|
3676
3676
|
runtimeStatus: "implemented",
|
|
3677
|
-
protocolId:
|
|
3677
|
+
protocolId: 284,
|
|
3678
3678
|
protocolName: "ISOWEEKNUM",
|
|
3679
3679
|
protocolSupportsWasm: true,
|
|
3680
3680
|
jsStatus: "implemented",
|
|
@@ -3730,7 +3730,7 @@ export const formulaInventory = [
|
|
|
3730
3730
|
inOfficeList: false,
|
|
3731
3731
|
deterministic: "deterministic",
|
|
3732
3732
|
runtimeStatus: "implemented",
|
|
3733
|
-
protocolId:
|
|
3733
|
+
protocolId: 358,
|
|
3734
3734
|
protocolName: "JIS",
|
|
3735
3735
|
protocolSupportsWasm: true,
|
|
3736
3736
|
jsStatus: "implemented",
|
|
@@ -3772,7 +3772,7 @@ export const formulaInventory = [
|
|
|
3772
3772
|
inOfficeList: true,
|
|
3773
3773
|
deterministic: "deterministic",
|
|
3774
3774
|
runtimeStatus: "implemented",
|
|
3775
|
-
protocolId:
|
|
3775
|
+
protocolId: 306,
|
|
3776
3776
|
protocolName: "LARGE",
|
|
3777
3777
|
protocolSupportsWasm: true,
|
|
3778
3778
|
jsStatus: "implemented",
|
|
@@ -3786,7 +3786,7 @@ export const formulaInventory = [
|
|
|
3786
3786
|
inOfficeList: true,
|
|
3787
3787
|
deterministic: "deterministic",
|
|
3788
3788
|
runtimeStatus: "implemented",
|
|
3789
|
-
protocolId:
|
|
3789
|
+
protocolId: 406,
|
|
3790
3790
|
protocolName: "LCM",
|
|
3791
3791
|
protocolSupportsWasm: true,
|
|
3792
3792
|
jsStatus: "implemented",
|
|
@@ -3814,7 +3814,7 @@ export const formulaInventory = [
|
|
|
3814
3814
|
inOfficeList: true,
|
|
3815
3815
|
deterministic: "deterministic",
|
|
3816
3816
|
runtimeStatus: "implemented",
|
|
3817
|
-
protocolId:
|
|
3817
|
+
protocolId: 246,
|
|
3818
3818
|
protocolName: "LEFTB",
|
|
3819
3819
|
protocolSupportsWasm: true,
|
|
3820
3820
|
jsStatus: "implemented",
|
|
@@ -3828,7 +3828,7 @@ export const formulaInventory = [
|
|
|
3828
3828
|
inOfficeList: false,
|
|
3829
3829
|
deterministic: "deterministic",
|
|
3830
3830
|
runtimeStatus: "implemented",
|
|
3831
|
-
protocolId:
|
|
3831
|
+
protocolId: 216,
|
|
3832
3832
|
protocolName: "LEGACY.CHIDIST",
|
|
3833
3833
|
protocolSupportsWasm: true,
|
|
3834
3834
|
jsStatus: "implemented",
|
|
@@ -3842,7 +3842,7 @@ export const formulaInventory = [
|
|
|
3842
3842
|
inOfficeList: false,
|
|
3843
3843
|
deterministic: "deterministic",
|
|
3844
3844
|
runtimeStatus: "implemented",
|
|
3845
|
-
protocolId:
|
|
3845
|
+
protocolId: 222,
|
|
3846
3846
|
protocolName: "LEGACY.CHIINV",
|
|
3847
3847
|
protocolSupportsWasm: true,
|
|
3848
3848
|
jsStatus: "implemented",
|
|
@@ -3856,7 +3856,7 @@ export const formulaInventory = [
|
|
|
3856
3856
|
inOfficeList: false,
|
|
3857
3857
|
deterministic: "deterministic",
|
|
3858
3858
|
runtimeStatus: "implemented",
|
|
3859
|
-
protocolId:
|
|
3859
|
+
protocolId: 237,
|
|
3860
3860
|
protocolName: "LEGACY.CHITEST",
|
|
3861
3861
|
protocolSupportsWasm: true,
|
|
3862
3862
|
jsStatus: "implemented",
|
|
@@ -3870,7 +3870,7 @@ export const formulaInventory = [
|
|
|
3870
3870
|
inOfficeList: false,
|
|
3871
3871
|
deterministic: "deterministic",
|
|
3872
3872
|
runtimeStatus: "implemented",
|
|
3873
|
-
protocolId:
|
|
3873
|
+
protocolId: 233,
|
|
3874
3874
|
protocolName: "LEGACY.FDIST",
|
|
3875
3875
|
protocolSupportsWasm: true,
|
|
3876
3876
|
jsStatus: "implemented",
|
|
@@ -3884,7 +3884,7 @@ export const formulaInventory = [
|
|
|
3884
3884
|
inOfficeList: false,
|
|
3885
3885
|
deterministic: "deterministic",
|
|
3886
3886
|
runtimeStatus: "implemented",
|
|
3887
|
-
protocolId:
|
|
3887
|
+
protocolId: 234,
|
|
3888
3888
|
protocolName: "LEGACY.FINV",
|
|
3889
3889
|
protocolSupportsWasm: true,
|
|
3890
3890
|
jsStatus: "implemented",
|
|
@@ -3940,7 +3940,7 @@ export const formulaInventory = [
|
|
|
3940
3940
|
inOfficeList: true,
|
|
3941
3941
|
deterministic: "deterministic",
|
|
3942
3942
|
runtimeStatus: "implemented",
|
|
3943
|
-
protocolId:
|
|
3943
|
+
protocolId: 250,
|
|
3944
3944
|
protocolName: "LENB",
|
|
3945
3945
|
protocolSupportsWasm: true,
|
|
3946
3946
|
jsStatus: "implemented",
|
|
@@ -3968,7 +3968,7 @@ export const formulaInventory = [
|
|
|
3968
3968
|
inOfficeList: true,
|
|
3969
3969
|
deterministic: "deterministic",
|
|
3970
3970
|
runtimeStatus: "implemented",
|
|
3971
|
-
protocolId:
|
|
3971
|
+
protocolId: 376,
|
|
3972
3972
|
protocolName: "LINEST",
|
|
3973
3973
|
protocolSupportsWasm: true,
|
|
3974
3974
|
jsStatus: "implemented",
|
|
@@ -4024,7 +4024,7 @@ export const formulaInventory = [
|
|
|
4024
4024
|
inOfficeList: true,
|
|
4025
4025
|
deterministic: "deterministic",
|
|
4026
4026
|
runtimeStatus: "implemented",
|
|
4027
|
-
protocolId:
|
|
4027
|
+
protocolId: 377,
|
|
4028
4028
|
protocolName: "LOGEST",
|
|
4029
4029
|
protocolSupportsWasm: true,
|
|
4030
4030
|
jsStatus: "implemented",
|
|
@@ -4205,14 +4205,14 @@ export const formulaInventory = [
|
|
|
4205
4205
|
odfStatus: "Implemented",
|
|
4206
4206
|
inOfficeList: true,
|
|
4207
4207
|
deterministic: "deterministic",
|
|
4208
|
-
runtimeStatus: "
|
|
4208
|
+
runtimeStatus: "missing",
|
|
4209
4209
|
protocolId: undefined,
|
|
4210
4210
|
protocolName: undefined,
|
|
4211
4211
|
protocolSupportsWasm: false,
|
|
4212
|
-
jsStatus: "
|
|
4212
|
+
jsStatus: "missing",
|
|
4213
4213
|
wasmStatus: "not-started",
|
|
4214
4214
|
placeholder: false,
|
|
4215
|
-
registeredInCodebase:
|
|
4215
|
+
registeredInCodebase: false,
|
|
4216
4216
|
},
|
|
4217
4217
|
{
|
|
4218
4218
|
name: "MDURATION",
|
|
@@ -4220,7 +4220,7 @@ export const formulaInventory = [
|
|
|
4220
4220
|
inOfficeList: true,
|
|
4221
4221
|
deterministic: "deterministic",
|
|
4222
4222
|
runtimeStatus: "implemented",
|
|
4223
|
-
protocolId:
|
|
4223
|
+
protocolId: 337,
|
|
4224
4224
|
protocolName: "MDURATION",
|
|
4225
4225
|
protocolSupportsWasm: true,
|
|
4226
4226
|
jsStatus: "implemented",
|
|
@@ -4234,7 +4234,7 @@ export const formulaInventory = [
|
|
|
4234
4234
|
inOfficeList: true,
|
|
4235
4235
|
deterministic: "deterministic",
|
|
4236
4236
|
runtimeStatus: "implemented",
|
|
4237
|
-
protocolId:
|
|
4237
|
+
protocolId: 304,
|
|
4238
4238
|
protocolName: "MEDIAN",
|
|
4239
4239
|
protocolSupportsWasm: true,
|
|
4240
4240
|
jsStatus: "implemented",
|
|
@@ -4262,7 +4262,7 @@ export const formulaInventory = [
|
|
|
4262
4262
|
inOfficeList: true,
|
|
4263
4263
|
deterministic: "deterministic",
|
|
4264
4264
|
runtimeStatus: "implemented",
|
|
4265
|
-
protocolId:
|
|
4265
|
+
protocolId: 247,
|
|
4266
4266
|
protocolName: "MIDB",
|
|
4267
4267
|
protocolSupportsWasm: true,
|
|
4268
4268
|
jsStatus: "implemented",
|
|
@@ -4331,14 +4331,14 @@ export const formulaInventory = [
|
|
|
4331
4331
|
odfStatus: "Implemented",
|
|
4332
4332
|
inOfficeList: true,
|
|
4333
4333
|
deterministic: "deterministic",
|
|
4334
|
-
runtimeStatus: "
|
|
4334
|
+
runtimeStatus: "missing",
|
|
4335
4335
|
protocolId: undefined,
|
|
4336
4336
|
protocolName: undefined,
|
|
4337
4337
|
protocolSupportsWasm: false,
|
|
4338
|
-
jsStatus: "
|
|
4338
|
+
jsStatus: "missing",
|
|
4339
4339
|
wasmStatus: "not-started",
|
|
4340
4340
|
placeholder: false,
|
|
4341
|
-
registeredInCodebase:
|
|
4341
|
+
registeredInCodebase: false,
|
|
4342
4342
|
},
|
|
4343
4343
|
{
|
|
4344
4344
|
name: "MIRR",
|
|
@@ -4346,7 +4346,7 @@ export const formulaInventory = [
|
|
|
4346
4346
|
inOfficeList: true,
|
|
4347
4347
|
deterministic: "deterministic",
|
|
4348
4348
|
runtimeStatus: "implemented",
|
|
4349
|
-
protocolId:
|
|
4349
|
+
protocolId: 342,
|
|
4350
4350
|
protocolName: "MIRR",
|
|
4351
4351
|
protocolSupportsWasm: true,
|
|
4352
4352
|
jsStatus: "implemented",
|
|
@@ -4359,14 +4359,14 @@ export const formulaInventory = [
|
|
|
4359
4359
|
odfStatus: "Implemented",
|
|
4360
4360
|
inOfficeList: true,
|
|
4361
4361
|
deterministic: "deterministic",
|
|
4362
|
-
runtimeStatus: "
|
|
4362
|
+
runtimeStatus: "missing",
|
|
4363
4363
|
protocolId: undefined,
|
|
4364
4364
|
protocolName: undefined,
|
|
4365
4365
|
protocolSupportsWasm: false,
|
|
4366
|
-
jsStatus: "
|
|
4366
|
+
jsStatus: "missing",
|
|
4367
4367
|
wasmStatus: "not-started",
|
|
4368
4368
|
placeholder: false,
|
|
4369
|
-
registeredInCodebase:
|
|
4369
|
+
registeredInCodebase: false,
|
|
4370
4370
|
},
|
|
4371
4371
|
{
|
|
4372
4372
|
name: "MOD",
|
|
@@ -4402,7 +4402,7 @@ export const formulaInventory = [
|
|
|
4402
4402
|
inOfficeList: true,
|
|
4403
4403
|
deterministic: "deterministic",
|
|
4404
4404
|
runtimeStatus: "implemented",
|
|
4405
|
-
protocolId:
|
|
4405
|
+
protocolId: 316,
|
|
4406
4406
|
protocolName: "MODE.MULT",
|
|
4407
4407
|
protocolSupportsWasm: true,
|
|
4408
4408
|
jsStatus: "implemented",
|
|
@@ -4444,7 +4444,7 @@ export const formulaInventory = [
|
|
|
4444
4444
|
inOfficeList: true,
|
|
4445
4445
|
deterministic: "deterministic",
|
|
4446
4446
|
runtimeStatus: "implemented",
|
|
4447
|
-
protocolId:
|
|
4447
|
+
protocolId: 425,
|
|
4448
4448
|
protocolName: "MROUND",
|
|
4449
4449
|
protocolSupportsWasm: true,
|
|
4450
4450
|
jsStatus: "implemented",
|
|
@@ -4570,7 +4570,7 @@ export const formulaInventory = [
|
|
|
4570
4570
|
inOfficeList: true,
|
|
4571
4571
|
deterministic: "deterministic",
|
|
4572
4572
|
runtimeStatus: "implemented",
|
|
4573
|
-
protocolId:
|
|
4573
|
+
protocolId: 243,
|
|
4574
4574
|
protocolName: "NETWORKDAYS.INTL",
|
|
4575
4575
|
protocolSupportsWasm: true,
|
|
4576
4576
|
jsStatus: "implemented",
|
|
@@ -4766,7 +4766,7 @@ export const formulaInventory = [
|
|
|
4766
4766
|
inOfficeList: true,
|
|
4767
4767
|
deterministic: "deterministic",
|
|
4768
4768
|
runtimeStatus: "implemented",
|
|
4769
|
-
protocolId:
|
|
4769
|
+
protocolId: 244,
|
|
4770
4770
|
protocolName: "NUMBERVALUE",
|
|
4771
4771
|
protocolSupportsWasm: true,
|
|
4772
4772
|
jsStatus: "implemented",
|
|
@@ -4780,7 +4780,7 @@ export const formulaInventory = [
|
|
|
4780
4780
|
inOfficeList: true,
|
|
4781
4781
|
deterministic: "deterministic",
|
|
4782
4782
|
runtimeStatus: "implemented",
|
|
4783
|
-
protocolId:
|
|
4783
|
+
protocolId: 273,
|
|
4784
4784
|
protocolName: "OCT2BIN",
|
|
4785
4785
|
protocolSupportsWasm: true,
|
|
4786
4786
|
jsStatus: "implemented",
|
|
@@ -4794,7 +4794,7 @@ export const formulaInventory = [
|
|
|
4794
4794
|
inOfficeList: true,
|
|
4795
4795
|
deterministic: "deterministic",
|
|
4796
4796
|
runtimeStatus: "implemented",
|
|
4797
|
-
protocolId:
|
|
4797
|
+
protocolId: 274,
|
|
4798
4798
|
protocolName: "OCT2DEC",
|
|
4799
4799
|
protocolSupportsWasm: true,
|
|
4800
4800
|
jsStatus: "implemented",
|
|
@@ -4808,7 +4808,7 @@ export const formulaInventory = [
|
|
|
4808
4808
|
inOfficeList: true,
|
|
4809
4809
|
deterministic: "deterministic",
|
|
4810
4810
|
runtimeStatus: "implemented",
|
|
4811
|
-
protocolId:
|
|
4811
|
+
protocolId: 275,
|
|
4812
4812
|
protocolName: "OCT2HEX",
|
|
4813
4813
|
protocolSupportsWasm: true,
|
|
4814
4814
|
jsStatus: "implemented",
|
|
@@ -4822,7 +4822,7 @@ export const formulaInventory = [
|
|
|
4822
4822
|
inOfficeList: true,
|
|
4823
4823
|
deterministic: "deterministic",
|
|
4824
4824
|
runtimeStatus: "implemented",
|
|
4825
|
-
protocolId:
|
|
4825
|
+
protocolId: 400,
|
|
4826
4826
|
protocolName: "ODD",
|
|
4827
4827
|
protocolSupportsWasm: true,
|
|
4828
4828
|
jsStatus: "implemented",
|
|
@@ -4836,7 +4836,7 @@ export const formulaInventory = [
|
|
|
4836
4836
|
inOfficeList: true,
|
|
4837
4837
|
deterministic: "deterministic",
|
|
4838
4838
|
runtimeStatus: "implemented",
|
|
4839
|
-
protocolId:
|
|
4839
|
+
protocolId: 415,
|
|
4840
4840
|
protocolName: "ODDFPRICE",
|
|
4841
4841
|
protocolSupportsWasm: true,
|
|
4842
4842
|
jsStatus: "implemented",
|
|
@@ -4850,7 +4850,7 @@ export const formulaInventory = [
|
|
|
4850
4850
|
inOfficeList: true,
|
|
4851
4851
|
deterministic: "deterministic",
|
|
4852
4852
|
runtimeStatus: "implemented",
|
|
4853
|
-
protocolId:
|
|
4853
|
+
protocolId: 416,
|
|
4854
4854
|
protocolName: "ODDFYIELD",
|
|
4855
4855
|
protocolSupportsWasm: true,
|
|
4856
4856
|
jsStatus: "implemented",
|
|
@@ -4864,7 +4864,7 @@ export const formulaInventory = [
|
|
|
4864
4864
|
inOfficeList: true,
|
|
4865
4865
|
deterministic: "deterministic",
|
|
4866
4866
|
runtimeStatus: "implemented",
|
|
4867
|
-
protocolId:
|
|
4867
|
+
protocolId: 413,
|
|
4868
4868
|
protocolName: "ODDLPRICE",
|
|
4869
4869
|
protocolSupportsWasm: true,
|
|
4870
4870
|
jsStatus: "implemented",
|
|
@@ -4878,7 +4878,7 @@ export const formulaInventory = [
|
|
|
4878
4878
|
inOfficeList: true,
|
|
4879
4879
|
deterministic: "deterministic",
|
|
4880
4880
|
runtimeStatus: "implemented",
|
|
4881
|
-
protocolId:
|
|
4881
|
+
protocolId: 414,
|
|
4882
4882
|
protocolName: "ODDLYIELD",
|
|
4883
4883
|
protocolSupportsWasm: true,
|
|
4884
4884
|
jsStatus: "implemented",
|
|
@@ -4934,7 +4934,7 @@ export const formulaInventory = [
|
|
|
4934
4934
|
inOfficeList: true,
|
|
4935
4935
|
deterministic: "deterministic",
|
|
4936
4936
|
runtimeStatus: "implemented",
|
|
4937
|
-
protocolId:
|
|
4937
|
+
protocolId: 293,
|
|
4938
4938
|
protocolName: "PEARSON",
|
|
4939
4939
|
protocolSupportsWasm: true,
|
|
4940
4940
|
jsStatus: "implemented",
|
|
@@ -4948,7 +4948,7 @@ export const formulaInventory = [
|
|
|
4948
4948
|
inOfficeList: true,
|
|
4949
4949
|
deterministic: "deterministic",
|
|
4950
4950
|
runtimeStatus: "implemented",
|
|
4951
|
-
protocolId:
|
|
4951
|
+
protocolId: 307,
|
|
4952
4952
|
protocolName: "PERCENTILE",
|
|
4953
4953
|
protocolSupportsWasm: true,
|
|
4954
4954
|
jsStatus: "implemented",
|
|
@@ -4962,7 +4962,7 @@ export const formulaInventory = [
|
|
|
4962
4962
|
inOfficeList: true,
|
|
4963
4963
|
deterministic: "deterministic",
|
|
4964
4964
|
runtimeStatus: "implemented",
|
|
4965
|
-
protocolId:
|
|
4965
|
+
protocolId: 309,
|
|
4966
4966
|
protocolName: "PERCENTILE.EXC",
|
|
4967
4967
|
protocolSupportsWasm: true,
|
|
4968
4968
|
jsStatus: "implemented",
|
|
@@ -4976,7 +4976,7 @@ export const formulaInventory = [
|
|
|
4976
4976
|
inOfficeList: true,
|
|
4977
4977
|
deterministic: "deterministic",
|
|
4978
4978
|
runtimeStatus: "implemented",
|
|
4979
|
-
protocolId:
|
|
4979
|
+
protocolId: 308,
|
|
4980
4980
|
protocolName: "PERCENTILE.INC",
|
|
4981
4981
|
protocolSupportsWasm: true,
|
|
4982
4982
|
jsStatus: "implemented",
|
|
@@ -4989,14 +4989,14 @@ export const formulaInventory = [
|
|
|
4989
4989
|
odfStatus: "Not in ODF 1.4 mandatory",
|
|
4990
4990
|
inOfficeList: true,
|
|
4991
4991
|
deterministic: "deterministic",
|
|
4992
|
-
runtimeStatus: "
|
|
4992
|
+
runtimeStatus: "missing",
|
|
4993
4993
|
protocolId: undefined,
|
|
4994
4994
|
protocolName: undefined,
|
|
4995
4995
|
protocolSupportsWasm: false,
|
|
4996
|
-
jsStatus: "
|
|
4996
|
+
jsStatus: "missing",
|
|
4997
4997
|
wasmStatus: "not-started",
|
|
4998
4998
|
placeholder: false,
|
|
4999
|
-
registeredInCodebase:
|
|
4999
|
+
registeredInCodebase: false,
|
|
5000
5000
|
},
|
|
5001
5001
|
{
|
|
5002
5002
|
name: "PERCENTRANK",
|
|
@@ -5004,7 +5004,7 @@ export const formulaInventory = [
|
|
|
5004
5004
|
inOfficeList: true,
|
|
5005
5005
|
deterministic: "deterministic",
|
|
5006
5006
|
runtimeStatus: "implemented",
|
|
5007
|
-
protocolId:
|
|
5007
|
+
protocolId: 313,
|
|
5008
5008
|
protocolName: "PERCENTRANK",
|
|
5009
5009
|
protocolSupportsWasm: true,
|
|
5010
5010
|
jsStatus: "implemented",
|
|
@@ -5018,7 +5018,7 @@ export const formulaInventory = [
|
|
|
5018
5018
|
inOfficeList: true,
|
|
5019
5019
|
deterministic: "deterministic",
|
|
5020
5020
|
runtimeStatus: "implemented",
|
|
5021
|
-
protocolId:
|
|
5021
|
+
protocolId: 315,
|
|
5022
5022
|
protocolName: "PERCENTRANK.EXC",
|
|
5023
5023
|
protocolSupportsWasm: true,
|
|
5024
5024
|
jsStatus: "implemented",
|
|
@@ -5032,7 +5032,7 @@ export const formulaInventory = [
|
|
|
5032
5032
|
inOfficeList: true,
|
|
5033
5033
|
deterministic: "deterministic",
|
|
5034
5034
|
runtimeStatus: "implemented",
|
|
5035
|
-
protocolId:
|
|
5035
|
+
protocolId: 314,
|
|
5036
5036
|
protocolName: "PERCENTRANK.INC",
|
|
5037
5037
|
protocolSupportsWasm: true,
|
|
5038
5038
|
jsStatus: "implemented",
|
|
@@ -5088,7 +5088,7 @@ export const formulaInventory = [
|
|
|
5088
5088
|
inOfficeList: true,
|
|
5089
5089
|
deterministic: "deterministic",
|
|
5090
5090
|
runtimeStatus: "implemented",
|
|
5091
|
-
protocolId:
|
|
5091
|
+
protocolId: 418,
|
|
5092
5092
|
protocolName: "PHONETIC",
|
|
5093
5093
|
protocolSupportsWasm: true,
|
|
5094
5094
|
jsStatus: "implemented",
|
|
@@ -5200,7 +5200,7 @@ export const formulaInventory = [
|
|
|
5200
5200
|
inOfficeList: true,
|
|
5201
5201
|
deterministic: "deterministic",
|
|
5202
5202
|
runtimeStatus: "implemented",
|
|
5203
|
-
protocolId:
|
|
5203
|
+
protocolId: 334,
|
|
5204
5204
|
protocolName: "PRICE",
|
|
5205
5205
|
protocolSupportsWasm: true,
|
|
5206
5206
|
jsStatus: "implemented",
|
|
@@ -5214,7 +5214,7 @@ export const formulaInventory = [
|
|
|
5214
5214
|
inOfficeList: true,
|
|
5215
5215
|
deterministic: "deterministic",
|
|
5216
5216
|
runtimeStatus: "implemented",
|
|
5217
|
-
protocolId:
|
|
5217
|
+
protocolId: 321,
|
|
5218
5218
|
protocolName: "PRICEDISC",
|
|
5219
5219
|
protocolSupportsWasm: true,
|
|
5220
5220
|
jsStatus: "implemented",
|
|
@@ -5228,7 +5228,7 @@ export const formulaInventory = [
|
|
|
5228
5228
|
inOfficeList: true,
|
|
5229
5229
|
deterministic: "deterministic",
|
|
5230
5230
|
runtimeStatus: "implemented",
|
|
5231
|
-
protocolId:
|
|
5231
|
+
protocolId: 326,
|
|
5232
5232
|
protocolName: "PRICEMAT",
|
|
5233
5233
|
protocolSupportsWasm: true,
|
|
5234
5234
|
jsStatus: "implemented",
|
|
@@ -5242,7 +5242,7 @@ export const formulaInventory = [
|
|
|
5242
5242
|
inOfficeList: true,
|
|
5243
5243
|
deterministic: "deterministic",
|
|
5244
5244
|
runtimeStatus: "implemented",
|
|
5245
|
-
protocolId:
|
|
5245
|
+
protocolId: 372,
|
|
5246
5246
|
protocolName: "PROB",
|
|
5247
5247
|
protocolSupportsWasm: true,
|
|
5248
5248
|
jsStatus: "implemented",
|
|
@@ -5256,7 +5256,7 @@ export const formulaInventory = [
|
|
|
5256
5256
|
inOfficeList: true,
|
|
5257
5257
|
deterministic: "deterministic",
|
|
5258
5258
|
runtimeStatus: "implemented",
|
|
5259
|
-
protocolId:
|
|
5259
|
+
protocolId: 407,
|
|
5260
5260
|
protocolName: "PRODUCT",
|
|
5261
5261
|
protocolSupportsWasm: true,
|
|
5262
5262
|
jsStatus: "implemented",
|
|
@@ -5269,14 +5269,14 @@ export const formulaInventory = [
|
|
|
5269
5269
|
odfStatus: "Not in ODF 1.4 mandatory",
|
|
5270
5270
|
inOfficeList: true,
|
|
5271
5271
|
deterministic: "deterministic",
|
|
5272
|
-
runtimeStatus: "
|
|
5272
|
+
runtimeStatus: "missing",
|
|
5273
5273
|
protocolId: undefined,
|
|
5274
5274
|
protocolName: undefined,
|
|
5275
5275
|
protocolSupportsWasm: false,
|
|
5276
|
-
jsStatus: "
|
|
5276
|
+
jsStatus: "missing",
|
|
5277
5277
|
wasmStatus: "not-started",
|
|
5278
5278
|
placeholder: false,
|
|
5279
|
-
registeredInCodebase:
|
|
5279
|
+
registeredInCodebase: false,
|
|
5280
5280
|
},
|
|
5281
5281
|
{
|
|
5282
5282
|
name: "PV",
|
|
@@ -5298,7 +5298,7 @@ export const formulaInventory = [
|
|
|
5298
5298
|
inOfficeList: true,
|
|
5299
5299
|
deterministic: "deterministic",
|
|
5300
5300
|
runtimeStatus: "implemented",
|
|
5301
|
-
protocolId:
|
|
5301
|
+
protocolId: 310,
|
|
5302
5302
|
protocolName: "QUARTILE",
|
|
5303
5303
|
protocolSupportsWasm: true,
|
|
5304
5304
|
jsStatus: "implemented",
|
|
@@ -5312,7 +5312,7 @@ export const formulaInventory = [
|
|
|
5312
5312
|
inOfficeList: true,
|
|
5313
5313
|
deterministic: "deterministic",
|
|
5314
5314
|
runtimeStatus: "implemented",
|
|
5315
|
-
protocolId:
|
|
5315
|
+
protocolId: 312,
|
|
5316
5316
|
protocolName: "QUARTILE.EXC",
|
|
5317
5317
|
protocolSupportsWasm: true,
|
|
5318
5318
|
jsStatus: "implemented",
|
|
@@ -5326,7 +5326,7 @@ export const formulaInventory = [
|
|
|
5326
5326
|
inOfficeList: true,
|
|
5327
5327
|
deterministic: "deterministic",
|
|
5328
5328
|
runtimeStatus: "implemented",
|
|
5329
|
-
protocolId:
|
|
5329
|
+
protocolId: 311,
|
|
5330
5330
|
protocolName: "QUARTILE.INC",
|
|
5331
5331
|
protocolSupportsWasm: true,
|
|
5332
5332
|
jsStatus: "implemented",
|
|
@@ -5340,7 +5340,7 @@ export const formulaInventory = [
|
|
|
5340
5340
|
inOfficeList: true,
|
|
5341
5341
|
deterministic: "deterministic",
|
|
5342
5342
|
runtimeStatus: "implemented",
|
|
5343
|
-
protocolId:
|
|
5343
|
+
protocolId: 408,
|
|
5344
5344
|
protocolName: "QUOTIENT",
|
|
5345
5345
|
protocolSupportsWasm: true,
|
|
5346
5346
|
jsStatus: "implemented",
|
|
@@ -5410,7 +5410,7 @@ export const formulaInventory = [
|
|
|
5410
5410
|
inOfficeList: true,
|
|
5411
5411
|
deterministic: "deterministic",
|
|
5412
5412
|
runtimeStatus: "implemented",
|
|
5413
|
-
protocolId:
|
|
5413
|
+
protocolId: 301,
|
|
5414
5414
|
protocolName: "RANK",
|
|
5415
5415
|
protocolSupportsWasm: true,
|
|
5416
5416
|
jsStatus: "implemented",
|
|
@@ -5424,7 +5424,7 @@ export const formulaInventory = [
|
|
|
5424
5424
|
inOfficeList: true,
|
|
5425
5425
|
deterministic: "deterministic",
|
|
5426
5426
|
runtimeStatus: "implemented",
|
|
5427
|
-
protocolId:
|
|
5427
|
+
protocolId: 303,
|
|
5428
5428
|
protocolName: "RANK.AVG",
|
|
5429
5429
|
protocolSupportsWasm: true,
|
|
5430
5430
|
jsStatus: "implemented",
|
|
@@ -5438,7 +5438,7 @@ export const formulaInventory = [
|
|
|
5438
5438
|
inOfficeList: true,
|
|
5439
5439
|
deterministic: "deterministic",
|
|
5440
5440
|
runtimeStatus: "implemented",
|
|
5441
|
-
protocolId:
|
|
5441
|
+
protocolId: 302,
|
|
5442
5442
|
protocolName: "RANK.EQ",
|
|
5443
5443
|
protocolSupportsWasm: true,
|
|
5444
5444
|
jsStatus: "implemented",
|
|
@@ -5452,7 +5452,7 @@ export const formulaInventory = [
|
|
|
5452
5452
|
inOfficeList: true,
|
|
5453
5453
|
deterministic: "deterministic",
|
|
5454
5454
|
runtimeStatus: "implemented",
|
|
5455
|
-
protocolId:
|
|
5455
|
+
protocolId: 338,
|
|
5456
5456
|
protocolName: "RATE",
|
|
5457
5457
|
protocolSupportsWasm: true,
|
|
5458
5458
|
jsStatus: "implemented",
|
|
@@ -5466,7 +5466,7 @@ export const formulaInventory = [
|
|
|
5466
5466
|
inOfficeList: true,
|
|
5467
5467
|
deterministic: "deterministic",
|
|
5468
5468
|
runtimeStatus: "implemented",
|
|
5469
|
-
protocolId:
|
|
5469
|
+
protocolId: 320,
|
|
5470
5470
|
protocolName: "RECEIVED",
|
|
5471
5471
|
protocolSupportsWasm: true,
|
|
5472
5472
|
jsStatus: "implemented",
|
|
@@ -5493,42 +5493,42 @@ export const formulaInventory = [
|
|
|
5493
5493
|
odfStatus: "Not in ODF 1.4 mandatory",
|
|
5494
5494
|
inOfficeList: true,
|
|
5495
5495
|
deterministic: "deterministic",
|
|
5496
|
-
runtimeStatus: "
|
|
5496
|
+
runtimeStatus: "missing",
|
|
5497
5497
|
protocolId: undefined,
|
|
5498
5498
|
protocolName: undefined,
|
|
5499
5499
|
protocolSupportsWasm: false,
|
|
5500
|
-
jsStatus: "
|
|
5500
|
+
jsStatus: "missing",
|
|
5501
5501
|
wasmStatus: "not-started",
|
|
5502
5502
|
placeholder: false,
|
|
5503
|
-
registeredInCodebase:
|
|
5503
|
+
registeredInCodebase: false,
|
|
5504
5504
|
},
|
|
5505
5505
|
{
|
|
5506
5506
|
name: "REGEXREPLACE",
|
|
5507
5507
|
odfStatus: "Not in ODF 1.4 mandatory",
|
|
5508
5508
|
inOfficeList: true,
|
|
5509
5509
|
deterministic: "deterministic",
|
|
5510
|
-
runtimeStatus: "
|
|
5510
|
+
runtimeStatus: "missing",
|
|
5511
5511
|
protocolId: undefined,
|
|
5512
5512
|
protocolName: undefined,
|
|
5513
5513
|
protocolSupportsWasm: false,
|
|
5514
|
-
jsStatus: "
|
|
5514
|
+
jsStatus: "missing",
|
|
5515
5515
|
wasmStatus: "not-started",
|
|
5516
5516
|
placeholder: false,
|
|
5517
|
-
registeredInCodebase:
|
|
5517
|
+
registeredInCodebase: false,
|
|
5518
5518
|
},
|
|
5519
5519
|
{
|
|
5520
5520
|
name: "REGEXTEST",
|
|
5521
5521
|
odfStatus: "Not in ODF 1.4 mandatory",
|
|
5522
5522
|
inOfficeList: true,
|
|
5523
5523
|
deterministic: "deterministic",
|
|
5524
|
-
runtimeStatus: "
|
|
5524
|
+
runtimeStatus: "missing",
|
|
5525
5525
|
protocolId: undefined,
|
|
5526
5526
|
protocolName: undefined,
|
|
5527
5527
|
protocolSupportsWasm: false,
|
|
5528
|
-
jsStatus: "
|
|
5528
|
+
jsStatus: "missing",
|
|
5529
5529
|
wasmStatus: "not-started",
|
|
5530
5530
|
placeholder: false,
|
|
5531
|
-
registeredInCodebase:
|
|
5531
|
+
registeredInCodebase: false,
|
|
5532
5532
|
},
|
|
5533
5533
|
{
|
|
5534
5534
|
name: "REGISTER.ID",
|
|
@@ -5564,7 +5564,7 @@ export const formulaInventory = [
|
|
|
5564
5564
|
inOfficeList: true,
|
|
5565
5565
|
deterministic: "deterministic",
|
|
5566
5566
|
runtimeStatus: "implemented",
|
|
5567
|
-
protocolId:
|
|
5567
|
+
protocolId: 252,
|
|
5568
5568
|
protocolName: "REPLACEB",
|
|
5569
5569
|
protocolSupportsWasm: true,
|
|
5570
5570
|
jsStatus: "implemented",
|
|
@@ -5606,7 +5606,7 @@ export const formulaInventory = [
|
|
|
5606
5606
|
inOfficeList: true,
|
|
5607
5607
|
deterministic: "deterministic",
|
|
5608
5608
|
runtimeStatus: "implemented",
|
|
5609
|
-
protocolId:
|
|
5609
|
+
protocolId: 248,
|
|
5610
5610
|
protocolName: "RIGHTB",
|
|
5611
5611
|
protocolSupportsWasm: true,
|
|
5612
5612
|
jsStatus: "implemented",
|
|
@@ -5718,7 +5718,7 @@ export const formulaInventory = [
|
|
|
5718
5718
|
inOfficeList: true,
|
|
5719
5719
|
deterministic: "deterministic",
|
|
5720
5720
|
runtimeStatus: "implemented",
|
|
5721
|
-
protocolId:
|
|
5721
|
+
protocolId: 298,
|
|
5722
5722
|
protocolName: "RSQ",
|
|
5723
5723
|
protocolSupportsWasm: true,
|
|
5724
5724
|
jsStatus: "implemented",
|
|
@@ -5774,7 +5774,7 @@ export const formulaInventory = [
|
|
|
5774
5774
|
inOfficeList: true,
|
|
5775
5775
|
deterministic: "deterministic",
|
|
5776
5776
|
runtimeStatus: "implemented",
|
|
5777
|
-
protocolId:
|
|
5777
|
+
protocolId: 251,
|
|
5778
5778
|
protocolName: "SEARCHB",
|
|
5779
5779
|
protocolSupportsWasm: true,
|
|
5780
5780
|
jsStatus: "implemented",
|
|
@@ -5788,7 +5788,7 @@ export const formulaInventory = [
|
|
|
5788
5788
|
inOfficeList: true,
|
|
5789
5789
|
deterministic: "deterministic",
|
|
5790
5790
|
runtimeStatus: "implemented",
|
|
5791
|
-
protocolId:
|
|
5791
|
+
protocolId: 396,
|
|
5792
5792
|
protocolName: "SEC",
|
|
5793
5793
|
protocolSupportsWasm: true,
|
|
5794
5794
|
jsStatus: "implemented",
|
|
@@ -5802,7 +5802,7 @@ export const formulaInventory = [
|
|
|
5802
5802
|
inOfficeList: true,
|
|
5803
5803
|
deterministic: "deterministic",
|
|
5804
5804
|
runtimeStatus: "implemented",
|
|
5805
|
-
protocolId:
|
|
5805
|
+
protocolId: 397,
|
|
5806
5806
|
protocolName: "SECH",
|
|
5807
5807
|
protocolSupportsWasm: true,
|
|
5808
5808
|
jsStatus: "implemented",
|
|
@@ -5844,7 +5844,7 @@ export const formulaInventory = [
|
|
|
5844
5844
|
inOfficeList: true,
|
|
5845
5845
|
deterministic: "deterministic",
|
|
5846
5846
|
runtimeStatus: "implemented",
|
|
5847
|
-
protocolId:
|
|
5847
|
+
protocolId: 427,
|
|
5848
5848
|
protocolName: "SERIESSUM",
|
|
5849
5849
|
protocolSupportsWasm: true,
|
|
5850
5850
|
jsStatus: "implemented",
|
|
@@ -5886,7 +5886,7 @@ export const formulaInventory = [
|
|
|
5886
5886
|
inOfficeList: true,
|
|
5887
5887
|
deterministic: "deterministic",
|
|
5888
5888
|
runtimeStatus: "implemented",
|
|
5889
|
-
protocolId:
|
|
5889
|
+
protocolId: 398,
|
|
5890
5890
|
protocolName: "SIGN",
|
|
5891
5891
|
protocolSupportsWasm: true,
|
|
5892
5892
|
jsStatus: "implemented",
|
|
@@ -5914,7 +5914,7 @@ export const formulaInventory = [
|
|
|
5914
5914
|
inOfficeList: true,
|
|
5915
5915
|
deterministic: "deterministic",
|
|
5916
5916
|
runtimeStatus: "implemented",
|
|
5917
|
-
protocolId:
|
|
5917
|
+
protocolId: 384,
|
|
5918
5918
|
protocolName: "SINH",
|
|
5919
5919
|
protocolSupportsWasm: true,
|
|
5920
5920
|
jsStatus: "implemented",
|
|
@@ -5970,7 +5970,7 @@ export const formulaInventory = [
|
|
|
5970
5970
|
inOfficeList: true,
|
|
5971
5971
|
deterministic: "deterministic",
|
|
5972
5972
|
runtimeStatus: "implemented",
|
|
5973
|
-
protocolId:
|
|
5973
|
+
protocolId: 214,
|
|
5974
5974
|
protocolName: "SLN",
|
|
5975
5975
|
protocolSupportsWasm: true,
|
|
5976
5976
|
jsStatus: "implemented",
|
|
@@ -5984,7 +5984,7 @@ export const formulaInventory = [
|
|
|
5984
5984
|
inOfficeList: true,
|
|
5985
5985
|
deterministic: "deterministic",
|
|
5986
5986
|
runtimeStatus: "implemented",
|
|
5987
|
-
protocolId:
|
|
5987
|
+
protocolId: 299,
|
|
5988
5988
|
protocolName: "SLOPE",
|
|
5989
5989
|
protocolSupportsWasm: true,
|
|
5990
5990
|
jsStatus: "implemented",
|
|
@@ -5998,7 +5998,7 @@ export const formulaInventory = [
|
|
|
5998
5998
|
inOfficeList: true,
|
|
5999
5999
|
deterministic: "deterministic",
|
|
6000
6000
|
runtimeStatus: "implemented",
|
|
6001
|
-
protocolId:
|
|
6001
|
+
protocolId: 305,
|
|
6002
6002
|
protocolName: "SMALL",
|
|
6003
6003
|
protocolSupportsWasm: true,
|
|
6004
6004
|
jsStatus: "implemented",
|
|
@@ -6054,7 +6054,7 @@ export const formulaInventory = [
|
|
|
6054
6054
|
inOfficeList: true,
|
|
6055
6055
|
deterministic: "deterministic",
|
|
6056
6056
|
runtimeStatus: "implemented",
|
|
6057
|
-
protocolId:
|
|
6057
|
+
protocolId: 426,
|
|
6058
6058
|
protocolName: "SQRTPI",
|
|
6059
6059
|
protocolSupportsWasm: true,
|
|
6060
6060
|
jsStatus: "implemented",
|
|
@@ -6166,7 +6166,7 @@ export const formulaInventory = [
|
|
|
6166
6166
|
inOfficeList: true,
|
|
6167
6167
|
deterministic: "deterministic",
|
|
6168
6168
|
runtimeStatus: "implemented",
|
|
6169
|
-
protocolId:
|
|
6169
|
+
protocolId: 300,
|
|
6170
6170
|
protocolName: "STEYX",
|
|
6171
6171
|
protocolSupportsWasm: true,
|
|
6172
6172
|
jsStatus: "implemented",
|
|
@@ -6278,7 +6278,7 @@ export const formulaInventory = [
|
|
|
6278
6278
|
inOfficeList: true,
|
|
6279
6279
|
deterministic: "deterministic",
|
|
6280
6280
|
runtimeStatus: "implemented",
|
|
6281
|
-
protocolId:
|
|
6281
|
+
protocolId: 411,
|
|
6282
6282
|
protocolName: "SUMSQ",
|
|
6283
6283
|
protocolSupportsWasm: true,
|
|
6284
6284
|
jsStatus: "implemented",
|
|
@@ -6291,42 +6291,42 @@ export const formulaInventory = [
|
|
|
6291
6291
|
odfStatus: "Implemented",
|
|
6292
6292
|
inOfficeList: true,
|
|
6293
6293
|
deterministic: "deterministic",
|
|
6294
|
-
runtimeStatus: "
|
|
6294
|
+
runtimeStatus: "missing",
|
|
6295
6295
|
protocolId: undefined,
|
|
6296
6296
|
protocolName: undefined,
|
|
6297
6297
|
protocolSupportsWasm: false,
|
|
6298
|
-
jsStatus: "
|
|
6298
|
+
jsStatus: "missing",
|
|
6299
6299
|
wasmStatus: "not-started",
|
|
6300
6300
|
placeholder: false,
|
|
6301
|
-
registeredInCodebase:
|
|
6301
|
+
registeredInCodebase: false,
|
|
6302
6302
|
},
|
|
6303
6303
|
{
|
|
6304
6304
|
name: "SUMX2PY2",
|
|
6305
6305
|
odfStatus: "Implemented",
|
|
6306
6306
|
inOfficeList: true,
|
|
6307
6307
|
deterministic: "deterministic",
|
|
6308
|
-
runtimeStatus: "
|
|
6308
|
+
runtimeStatus: "missing",
|
|
6309
6309
|
protocolId: undefined,
|
|
6310
6310
|
protocolName: undefined,
|
|
6311
6311
|
protocolSupportsWasm: false,
|
|
6312
|
-
jsStatus: "
|
|
6312
|
+
jsStatus: "missing",
|
|
6313
6313
|
wasmStatus: "not-started",
|
|
6314
6314
|
placeholder: false,
|
|
6315
|
-
registeredInCodebase:
|
|
6315
|
+
registeredInCodebase: false,
|
|
6316
6316
|
},
|
|
6317
6317
|
{
|
|
6318
6318
|
name: "SUMXMY2",
|
|
6319
6319
|
odfStatus: "Implemented",
|
|
6320
6320
|
inOfficeList: true,
|
|
6321
6321
|
deterministic: "deterministic",
|
|
6322
|
-
runtimeStatus: "
|
|
6322
|
+
runtimeStatus: "missing",
|
|
6323
6323
|
protocolId: undefined,
|
|
6324
6324
|
protocolName: undefined,
|
|
6325
6325
|
protocolSupportsWasm: false,
|
|
6326
|
-
jsStatus: "
|
|
6326
|
+
jsStatus: "missing",
|
|
6327
6327
|
wasmStatus: "not-started",
|
|
6328
6328
|
placeholder: false,
|
|
6329
|
-
registeredInCodebase:
|
|
6329
|
+
registeredInCodebase: false,
|
|
6330
6330
|
},
|
|
6331
6331
|
{
|
|
6332
6332
|
name: "SWITCH",
|
|
@@ -6348,7 +6348,7 @@ export const formulaInventory = [
|
|
|
6348
6348
|
inOfficeList: true,
|
|
6349
6349
|
deterministic: "deterministic",
|
|
6350
6350
|
runtimeStatus: "implemented",
|
|
6351
|
-
protocolId:
|
|
6351
|
+
protocolId: 215,
|
|
6352
6352
|
protocolName: "SYD",
|
|
6353
6353
|
protocolSupportsWasm: true,
|
|
6354
6354
|
jsStatus: "implemented",
|
|
@@ -6376,7 +6376,7 @@ export const formulaInventory = [
|
|
|
6376
6376
|
inOfficeList: true,
|
|
6377
6377
|
deterministic: "deterministic",
|
|
6378
6378
|
runtimeStatus: "implemented",
|
|
6379
|
-
protocolId:
|
|
6379
|
+
protocolId: 345,
|
|
6380
6380
|
protocolName: "T.DIST",
|
|
6381
6381
|
protocolSupportsWasm: true,
|
|
6382
6382
|
jsStatus: "implemented",
|
|
@@ -6390,7 +6390,7 @@ export const formulaInventory = [
|
|
|
6390
6390
|
inOfficeList: true,
|
|
6391
6391
|
deterministic: "deterministic",
|
|
6392
6392
|
runtimeStatus: "implemented",
|
|
6393
|
-
protocolId:
|
|
6393
|
+
protocolId: 347,
|
|
6394
6394
|
protocolName: "T.DIST.2T",
|
|
6395
6395
|
protocolSupportsWasm: true,
|
|
6396
6396
|
jsStatus: "implemented",
|
|
@@ -6404,7 +6404,7 @@ export const formulaInventory = [
|
|
|
6404
6404
|
inOfficeList: true,
|
|
6405
6405
|
deterministic: "deterministic",
|
|
6406
6406
|
runtimeStatus: "implemented",
|
|
6407
|
-
protocolId:
|
|
6407
|
+
protocolId: 346,
|
|
6408
6408
|
protocolName: "T.DIST.RT",
|
|
6409
6409
|
protocolSupportsWasm: true,
|
|
6410
6410
|
jsStatus: "implemented",
|
|
@@ -6418,7 +6418,7 @@ export const formulaInventory = [
|
|
|
6418
6418
|
inOfficeList: true,
|
|
6419
6419
|
deterministic: "deterministic",
|
|
6420
6420
|
runtimeStatus: "implemented",
|
|
6421
|
-
protocolId:
|
|
6421
|
+
protocolId: 348,
|
|
6422
6422
|
protocolName: "T.INV",
|
|
6423
6423
|
protocolSupportsWasm: true,
|
|
6424
6424
|
jsStatus: "implemented",
|
|
@@ -6432,7 +6432,7 @@ export const formulaInventory = [
|
|
|
6432
6432
|
inOfficeList: true,
|
|
6433
6433
|
deterministic: "deterministic",
|
|
6434
6434
|
runtimeStatus: "implemented",
|
|
6435
|
-
protocolId:
|
|
6435
|
+
protocolId: 349,
|
|
6436
6436
|
protocolName: "T.INV.2T",
|
|
6437
6437
|
protocolSupportsWasm: true,
|
|
6438
6438
|
jsStatus: "implemented",
|
|
@@ -6446,7 +6446,7 @@ export const formulaInventory = [
|
|
|
6446
6446
|
inOfficeList: true,
|
|
6447
6447
|
deterministic: "deterministic",
|
|
6448
6448
|
runtimeStatus: "implemented",
|
|
6449
|
-
protocolId:
|
|
6449
|
+
protocolId: 352,
|
|
6450
6450
|
protocolName: "T.TEST",
|
|
6451
6451
|
protocolSupportsWasm: true,
|
|
6452
6452
|
jsStatus: "implemented",
|
|
@@ -6488,7 +6488,7 @@ export const formulaInventory = [
|
|
|
6488
6488
|
inOfficeList: true,
|
|
6489
6489
|
deterministic: "deterministic",
|
|
6490
6490
|
runtimeStatus: "implemented",
|
|
6491
|
-
protocolId:
|
|
6491
|
+
protocolId: 386,
|
|
6492
6492
|
protocolName: "TANH",
|
|
6493
6493
|
protocolSupportsWasm: true,
|
|
6494
6494
|
jsStatus: "implemented",
|
|
@@ -6502,7 +6502,7 @@ export const formulaInventory = [
|
|
|
6502
6502
|
inOfficeList: true,
|
|
6503
6503
|
deterministic: "deterministic",
|
|
6504
6504
|
runtimeStatus: "implemented",
|
|
6505
|
-
protocolId:
|
|
6505
|
+
protocolId: 325,
|
|
6506
6506
|
protocolName: "TBILLEQ",
|
|
6507
6507
|
protocolSupportsWasm: true,
|
|
6508
6508
|
jsStatus: "implemented",
|
|
@@ -6516,7 +6516,7 @@ export const formulaInventory = [
|
|
|
6516
6516
|
inOfficeList: true,
|
|
6517
6517
|
deterministic: "deterministic",
|
|
6518
6518
|
runtimeStatus: "implemented",
|
|
6519
|
-
protocolId:
|
|
6519
|
+
protocolId: 323,
|
|
6520
6520
|
protocolName: "TBILLPRICE",
|
|
6521
6521
|
protocolSupportsWasm: true,
|
|
6522
6522
|
jsStatus: "implemented",
|
|
@@ -6530,7 +6530,7 @@ export const formulaInventory = [
|
|
|
6530
6530
|
inOfficeList: true,
|
|
6531
6531
|
deterministic: "deterministic",
|
|
6532
6532
|
runtimeStatus: "implemented",
|
|
6533
|
-
protocolId:
|
|
6533
|
+
protocolId: 324,
|
|
6534
6534
|
protocolName: "TBILLYIELD",
|
|
6535
6535
|
protocolSupportsWasm: true,
|
|
6536
6536
|
jsStatus: "implemented",
|
|
@@ -6544,7 +6544,7 @@ export const formulaInventory = [
|
|
|
6544
6544
|
inOfficeList: true,
|
|
6545
6545
|
deterministic: "deterministic",
|
|
6546
6546
|
runtimeStatus: "implemented",
|
|
6547
|
-
protocolId:
|
|
6547
|
+
protocolId: 350,
|
|
6548
6548
|
protocolName: "TDIST",
|
|
6549
6549
|
protocolSupportsWasm: true,
|
|
6550
6550
|
jsStatus: "implemented",
|
|
@@ -6558,7 +6558,7 @@ export const formulaInventory = [
|
|
|
6558
6558
|
inOfficeList: true,
|
|
6559
6559
|
deterministic: "deterministic",
|
|
6560
6560
|
runtimeStatus: "implemented",
|
|
6561
|
-
protocolId:
|
|
6561
|
+
protocolId: 417,
|
|
6562
6562
|
protocolName: "TEXT",
|
|
6563
6563
|
protocolSupportsWasm: true,
|
|
6564
6564
|
jsStatus: "implemented",
|
|
@@ -6572,7 +6572,7 @@ export const formulaInventory = [
|
|
|
6572
6572
|
inOfficeList: true,
|
|
6573
6573
|
deterministic: "deterministic",
|
|
6574
6574
|
runtimeStatus: "implemented",
|
|
6575
|
-
protocolId:
|
|
6575
|
+
protocolId: 288,
|
|
6576
6576
|
protocolName: "TEXTAFTER",
|
|
6577
6577
|
protocolSupportsWasm: true,
|
|
6578
6578
|
jsStatus: "implemented",
|
|
@@ -6586,7 +6586,7 @@ export const formulaInventory = [
|
|
|
6586
6586
|
inOfficeList: true,
|
|
6587
6587
|
deterministic: "deterministic",
|
|
6588
6588
|
runtimeStatus: "implemented",
|
|
6589
|
-
protocolId:
|
|
6589
|
+
protocolId: 287,
|
|
6590
6590
|
protocolName: "TEXTBEFORE",
|
|
6591
6591
|
protocolSupportsWasm: true,
|
|
6592
6592
|
jsStatus: "implemented",
|
|
@@ -6600,7 +6600,7 @@ export const formulaInventory = [
|
|
|
6600
6600
|
inOfficeList: true,
|
|
6601
6601
|
deterministic: "deterministic",
|
|
6602
6602
|
runtimeStatus: "implemented",
|
|
6603
|
-
protocolId:
|
|
6603
|
+
protocolId: 289,
|
|
6604
6604
|
protocolName: "TEXTJOIN",
|
|
6605
6605
|
protocolSupportsWasm: true,
|
|
6606
6606
|
jsStatus: "implemented",
|
|
@@ -6614,7 +6614,7 @@ export const formulaInventory = [
|
|
|
6614
6614
|
inOfficeList: true,
|
|
6615
6615
|
deterministic: "deterministic",
|
|
6616
6616
|
runtimeStatus: "implemented",
|
|
6617
|
-
protocolId:
|
|
6617
|
+
protocolId: 290,
|
|
6618
6618
|
protocolName: "TEXTSPLIT",
|
|
6619
6619
|
protocolSupportsWasm: true,
|
|
6620
6620
|
jsStatus: "implemented",
|
|
@@ -6642,7 +6642,7 @@ export const formulaInventory = [
|
|
|
6642
6642
|
inOfficeList: true,
|
|
6643
6643
|
deterministic: "deterministic",
|
|
6644
6644
|
runtimeStatus: "implemented",
|
|
6645
|
-
protocolId:
|
|
6645
|
+
protocolId: 285,
|
|
6646
6646
|
protocolName: "TIMEVALUE",
|
|
6647
6647
|
protocolSupportsWasm: true,
|
|
6648
6648
|
jsStatus: "implemented",
|
|
@@ -6656,7 +6656,7 @@ export const formulaInventory = [
|
|
|
6656
6656
|
inOfficeList: true,
|
|
6657
6657
|
deterministic: "deterministic",
|
|
6658
6658
|
runtimeStatus: "implemented",
|
|
6659
|
-
protocolId:
|
|
6659
|
+
protocolId: 351,
|
|
6660
6660
|
protocolName: "TINV",
|
|
6661
6661
|
protocolSupportsWasm: true,
|
|
6662
6662
|
jsStatus: "implemented",
|
|
@@ -6740,7 +6740,7 @@ export const formulaInventory = [
|
|
|
6740
6740
|
inOfficeList: true,
|
|
6741
6741
|
deterministic: "deterministic",
|
|
6742
6742
|
runtimeStatus: "implemented",
|
|
6743
|
-
protocolId:
|
|
6743
|
+
protocolId: 375,
|
|
6744
6744
|
protocolName: "TREND",
|
|
6745
6745
|
protocolSupportsWasm: true,
|
|
6746
6746
|
jsStatus: "implemented",
|
|
@@ -6768,7 +6768,7 @@ export const formulaInventory = [
|
|
|
6768
6768
|
inOfficeList: true,
|
|
6769
6769
|
deterministic: "deterministic",
|
|
6770
6770
|
runtimeStatus: "implemented",
|
|
6771
|
-
protocolId:
|
|
6771
|
+
protocolId: 373,
|
|
6772
6772
|
protocolName: "TRIMMEAN",
|
|
6773
6773
|
protocolSupportsWasm: true,
|
|
6774
6774
|
jsStatus: "implemented",
|
|
@@ -6782,7 +6782,7 @@ export const formulaInventory = [
|
|
|
6782
6782
|
inOfficeList: true,
|
|
6783
6783
|
deterministic: "deterministic",
|
|
6784
6784
|
runtimeStatus: "implemented",
|
|
6785
|
-
protocolId:
|
|
6785
|
+
protocolId: 208,
|
|
6786
6786
|
protocolName: "TRIMRANGE",
|
|
6787
6787
|
protocolSupportsWasm: true,
|
|
6788
6788
|
jsStatus: "implemented",
|
|
@@ -6810,7 +6810,7 @@ export const formulaInventory = [
|
|
|
6810
6810
|
inOfficeList: true,
|
|
6811
6811
|
deterministic: "deterministic",
|
|
6812
6812
|
runtimeStatus: "implemented",
|
|
6813
|
-
protocolId:
|
|
6813
|
+
protocolId: 424,
|
|
6814
6814
|
protocolName: "TRUNC",
|
|
6815
6815
|
protocolSupportsWasm: true,
|
|
6816
6816
|
jsStatus: "implemented",
|
|
@@ -6824,7 +6824,7 @@ export const formulaInventory = [
|
|
|
6824
6824
|
inOfficeList: true,
|
|
6825
6825
|
deterministic: "deterministic",
|
|
6826
6826
|
runtimeStatus: "implemented",
|
|
6827
|
-
protocolId:
|
|
6827
|
+
protocolId: 353,
|
|
6828
6828
|
protocolName: "TTEST",
|
|
6829
6829
|
protocolSupportsWasm: true,
|
|
6830
6830
|
jsStatus: "implemented",
|
|
@@ -6852,7 +6852,7 @@ export const formulaInventory = [
|
|
|
6852
6852
|
inOfficeList: true,
|
|
6853
6853
|
deterministic: "deterministic",
|
|
6854
6854
|
runtimeStatus: "implemented",
|
|
6855
|
-
protocolId:
|
|
6855
|
+
protocolId: 279,
|
|
6856
6856
|
protocolName: "UNICHAR",
|
|
6857
6857
|
protocolSupportsWasm: true,
|
|
6858
6858
|
jsStatus: "implemented",
|
|
@@ -6866,7 +6866,7 @@ export const formulaInventory = [
|
|
|
6866
6866
|
inOfficeList: true,
|
|
6867
6867
|
deterministic: "deterministic",
|
|
6868
6868
|
runtimeStatus: "implemented",
|
|
6869
|
-
protocolId:
|
|
6869
|
+
protocolId: 278,
|
|
6870
6870
|
protocolName: "UNICODE",
|
|
6871
6871
|
protocolSupportsWasm: true,
|
|
6872
6872
|
jsStatus: "implemented",
|
|
@@ -6936,7 +6936,7 @@ export const formulaInventory = [
|
|
|
6936
6936
|
inOfficeList: true,
|
|
6937
6937
|
deterministic: "deterministic",
|
|
6938
6938
|
runtimeStatus: "implemented",
|
|
6939
|
-
protocolId:
|
|
6939
|
+
protocolId: 245,
|
|
6940
6940
|
protocolName: "VALUETOTEXT",
|
|
6941
6941
|
protocolSupportsWasm: true,
|
|
6942
6942
|
jsStatus: "implemented",
|
|
@@ -7034,7 +7034,7 @@ export const formulaInventory = [
|
|
|
7034
7034
|
inOfficeList: true,
|
|
7035
7035
|
deterministic: "deterministic",
|
|
7036
7036
|
runtimeStatus: "implemented",
|
|
7037
|
-
protocolId:
|
|
7037
|
+
protocolId: 213,
|
|
7038
7038
|
protocolName: "VDB",
|
|
7039
7039
|
protocolSupportsWasm: true,
|
|
7040
7040
|
jsStatus: "implemented",
|
|
@@ -7160,7 +7160,7 @@ export const formulaInventory = [
|
|
|
7160
7160
|
inOfficeList: true,
|
|
7161
7161
|
deterministic: "deterministic",
|
|
7162
7162
|
runtimeStatus: "implemented",
|
|
7163
|
-
protocolId:
|
|
7163
|
+
protocolId: 242,
|
|
7164
7164
|
protocolName: "WORKDAY.INTL",
|
|
7165
7165
|
protocolSupportsWasm: true,
|
|
7166
7166
|
jsStatus: "implemented",
|
|
@@ -7202,7 +7202,7 @@ export const formulaInventory = [
|
|
|
7202
7202
|
inOfficeList: true,
|
|
7203
7203
|
deterministic: "deterministic",
|
|
7204
7204
|
runtimeStatus: "implemented",
|
|
7205
|
-
protocolId:
|
|
7205
|
+
protocolId: 344,
|
|
7206
7206
|
protocolName: "XIRR",
|
|
7207
7207
|
protocolSupportsWasm: true,
|
|
7208
7208
|
jsStatus: "implemented",
|
|
@@ -7244,7 +7244,7 @@ export const formulaInventory = [
|
|
|
7244
7244
|
inOfficeList: true,
|
|
7245
7245
|
deterministic: "deterministic",
|
|
7246
7246
|
runtimeStatus: "implemented",
|
|
7247
|
-
protocolId:
|
|
7247
|
+
protocolId: 343,
|
|
7248
7248
|
protocolName: "XNPV",
|
|
7249
7249
|
protocolSupportsWasm: true,
|
|
7250
7250
|
jsStatus: "implemented",
|
|
@@ -7286,7 +7286,7 @@ export const formulaInventory = [
|
|
|
7286
7286
|
inOfficeList: true,
|
|
7287
7287
|
deterministic: "deterministic",
|
|
7288
7288
|
runtimeStatus: "implemented",
|
|
7289
|
-
protocolId:
|
|
7289
|
+
protocolId: 282,
|
|
7290
7290
|
protocolName: "YEARFRAC",
|
|
7291
7291
|
protocolSupportsWasm: true,
|
|
7292
7292
|
jsStatus: "implemented",
|
|
@@ -7300,7 +7300,7 @@ export const formulaInventory = [
|
|
|
7300
7300
|
inOfficeList: true,
|
|
7301
7301
|
deterministic: "deterministic",
|
|
7302
7302
|
runtimeStatus: "implemented",
|
|
7303
|
-
protocolId:
|
|
7303
|
+
protocolId: 335,
|
|
7304
7304
|
protocolName: "YIELD",
|
|
7305
7305
|
protocolSupportsWasm: true,
|
|
7306
7306
|
jsStatus: "implemented",
|
|
@@ -7314,7 +7314,7 @@ export const formulaInventory = [
|
|
|
7314
7314
|
inOfficeList: true,
|
|
7315
7315
|
deterministic: "deterministic",
|
|
7316
7316
|
runtimeStatus: "implemented",
|
|
7317
|
-
protocolId:
|
|
7317
|
+
protocolId: 322,
|
|
7318
7318
|
protocolName: "YIELDDISC",
|
|
7319
7319
|
protocolSupportsWasm: true,
|
|
7320
7320
|
jsStatus: "implemented",
|
|
@@ -7328,7 +7328,7 @@ export const formulaInventory = [
|
|
|
7328
7328
|
inOfficeList: true,
|
|
7329
7329
|
deterministic: "deterministic",
|
|
7330
7330
|
runtimeStatus: "implemented",
|
|
7331
|
-
protocolId:
|
|
7331
|
+
protocolId: 327,
|
|
7332
7332
|
protocolName: "YIELDMAT",
|
|
7333
7333
|
protocolSupportsWasm: true,
|
|
7334
7334
|
jsStatus: "implemented",
|
|
@@ -7342,7 +7342,7 @@ export const formulaInventory = [
|
|
|
7342
7342
|
inOfficeList: true,
|
|
7343
7343
|
deterministic: "deterministic",
|
|
7344
7344
|
runtimeStatus: "implemented",
|
|
7345
|
-
protocolId:
|
|
7345
|
+
protocolId: 240,
|
|
7346
7346
|
protocolName: "Z.TEST",
|
|
7347
7347
|
protocolSupportsWasm: true,
|
|
7348
7348
|
jsStatus: "implemented",
|
|
@@ -7356,7 +7356,7 @@ export const formulaInventory = [
|
|
|
7356
7356
|
inOfficeList: true,
|
|
7357
7357
|
deterministic: "deterministic",
|
|
7358
7358
|
runtimeStatus: "implemented",
|
|
7359
|
-
protocolId:
|
|
7359
|
+
protocolId: 241,
|
|
7360
7360
|
protocolName: "ZTEST",
|
|
7361
7361
|
protocolSupportsWasm: true,
|
|
7362
7362
|
jsStatus: "implemented",
|