@bilig/formula 0.1.27 → 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
|
@@ -5,11 +5,11 @@ export declare const formulaInventorySummary: {
|
|
|
5
5
|
readonly overlap: 58;
|
|
6
6
|
readonly odfOnly: 1;
|
|
7
7
|
readonly officeOnly: 450;
|
|
8
|
-
readonly registeredInCodebase:
|
|
9
|
-
readonly missingInCodebase:
|
|
8
|
+
readonly registeredInCodebase: 475;
|
|
9
|
+
readonly missingInCodebase: 50;
|
|
10
10
|
readonly placeholders: 0;
|
|
11
11
|
readonly protocolBuiltins: 417;
|
|
12
|
-
readonly runtimeRegisteredMissingProtocol:
|
|
12
|
+
readonly runtimeRegisteredMissingProtocol: 39;
|
|
13
13
|
};
|
|
14
14
|
export declare const formulaInventory: readonly [{
|
|
15
15
|
readonly name: "ABS";
|
|
@@ -69,7 +69,7 @@ export declare const formulaInventory: readonly [{
|
|
|
69
69
|
readonly inOfficeList: true;
|
|
70
70
|
readonly deterministic: "deterministic";
|
|
71
71
|
readonly runtimeStatus: "implemented";
|
|
72
|
-
readonly protocolId:
|
|
72
|
+
readonly protocolId: 388;
|
|
73
73
|
readonly protocolName: "ACOSH";
|
|
74
74
|
readonly protocolSupportsWasm: true;
|
|
75
75
|
readonly jsStatus: "implemented";
|
|
@@ -82,7 +82,7 @@ export declare const formulaInventory: readonly [{
|
|
|
82
82
|
readonly inOfficeList: true;
|
|
83
83
|
readonly deterministic: "deterministic";
|
|
84
84
|
readonly runtimeStatus: "implemented";
|
|
85
|
-
readonly protocolId:
|
|
85
|
+
readonly protocolId: 390;
|
|
86
86
|
readonly protocolName: "ACOT";
|
|
87
87
|
readonly protocolSupportsWasm: true;
|
|
88
88
|
readonly jsStatus: "implemented";
|
|
@@ -95,7 +95,7 @@ export declare const formulaInventory: readonly [{
|
|
|
95
95
|
readonly inOfficeList: true;
|
|
96
96
|
readonly deterministic: "deterministic";
|
|
97
97
|
readonly runtimeStatus: "implemented";
|
|
98
|
-
readonly protocolId:
|
|
98
|
+
readonly protocolId: 391;
|
|
99
99
|
readonly protocolName: "ACOTH";
|
|
100
100
|
readonly protocolSupportsWasm: true;
|
|
101
101
|
readonly jsStatus: "implemented";
|
|
@@ -108,7 +108,7 @@ export declare const formulaInventory: readonly [{
|
|
|
108
108
|
readonly inOfficeList: true;
|
|
109
109
|
readonly deterministic: "deterministic";
|
|
110
110
|
readonly runtimeStatus: "implemented";
|
|
111
|
-
readonly protocolId:
|
|
111
|
+
readonly protocolId: 253;
|
|
112
112
|
readonly protocolName: "ADDRESS";
|
|
113
113
|
readonly protocolSupportsWasm: true;
|
|
114
114
|
readonly jsStatus: "implemented";
|
|
@@ -212,7 +212,7 @@ export declare const formulaInventory: readonly [{
|
|
|
212
212
|
readonly inOfficeList: true;
|
|
213
213
|
readonly deterministic: "deterministic";
|
|
214
214
|
readonly runtimeStatus: "implemented";
|
|
215
|
-
readonly protocolId:
|
|
215
|
+
readonly protocolId: 357;
|
|
216
216
|
readonly protocolName: "ASC";
|
|
217
217
|
readonly protocolSupportsWasm: true;
|
|
218
218
|
readonly jsStatus: "implemented";
|
|
@@ -238,7 +238,7 @@ export declare const formulaInventory: readonly [{
|
|
|
238
238
|
readonly inOfficeList: true;
|
|
239
239
|
readonly deterministic: "deterministic";
|
|
240
240
|
readonly runtimeStatus: "implemented";
|
|
241
|
-
readonly protocolId:
|
|
241
|
+
readonly protocolId: 387;
|
|
242
242
|
readonly protocolName: "ASINH";
|
|
243
243
|
readonly protocolSupportsWasm: true;
|
|
244
244
|
readonly jsStatus: "implemented";
|
|
@@ -277,7 +277,7 @@ export declare const formulaInventory: readonly [{
|
|
|
277
277
|
readonly inOfficeList: true;
|
|
278
278
|
readonly deterministic: "deterministic";
|
|
279
279
|
readonly runtimeStatus: "implemented";
|
|
280
|
-
readonly protocolId:
|
|
280
|
+
readonly protocolId: 389;
|
|
281
281
|
readonly protocolName: "ATANH";
|
|
282
282
|
readonly protocolSupportsWasm: true;
|
|
283
283
|
readonly jsStatus: "implemented";
|
|
@@ -355,7 +355,7 @@ export declare const formulaInventory: readonly [{
|
|
|
355
355
|
readonly inOfficeList: true;
|
|
356
356
|
readonly deterministic: "deterministic";
|
|
357
357
|
readonly runtimeStatus: "implemented";
|
|
358
|
-
readonly protocolId:
|
|
358
|
+
readonly protocolId: 412;
|
|
359
359
|
readonly protocolName: "BAHTTEXT";
|
|
360
360
|
readonly protocolSupportsWasm: true;
|
|
361
361
|
readonly jsStatus: "implemented";
|
|
@@ -368,7 +368,7 @@ export declare const formulaInventory: readonly [{
|
|
|
368
368
|
readonly inOfficeList: true;
|
|
369
369
|
readonly deterministic: "deterministic";
|
|
370
370
|
readonly runtimeStatus: "implemented";
|
|
371
|
-
readonly protocolId:
|
|
371
|
+
readonly protocolId: 257;
|
|
372
372
|
readonly protocolName: "BASE";
|
|
373
373
|
readonly protocolSupportsWasm: true;
|
|
374
374
|
readonly jsStatus: "implemented";
|
|
@@ -381,7 +381,7 @@ export declare const formulaInventory: readonly [{
|
|
|
381
381
|
readonly inOfficeList: true;
|
|
382
382
|
readonly deterministic: "deterministic";
|
|
383
383
|
readonly runtimeStatus: "implemented";
|
|
384
|
-
readonly protocolId:
|
|
384
|
+
readonly protocolId: 378;
|
|
385
385
|
readonly protocolName: "BESSELI";
|
|
386
386
|
readonly protocolSupportsWasm: true;
|
|
387
387
|
readonly jsStatus: "implemented";
|
|
@@ -394,7 +394,7 @@ export declare const formulaInventory: readonly [{
|
|
|
394
394
|
readonly inOfficeList: true;
|
|
395
395
|
readonly deterministic: "deterministic";
|
|
396
396
|
readonly runtimeStatus: "implemented";
|
|
397
|
-
readonly protocolId:
|
|
397
|
+
readonly protocolId: 379;
|
|
398
398
|
readonly protocolName: "BESSELJ";
|
|
399
399
|
readonly protocolSupportsWasm: true;
|
|
400
400
|
readonly jsStatus: "implemented";
|
|
@@ -407,7 +407,7 @@ export declare const formulaInventory: readonly [{
|
|
|
407
407
|
readonly inOfficeList: true;
|
|
408
408
|
readonly deterministic: "deterministic";
|
|
409
409
|
readonly runtimeStatus: "implemented";
|
|
410
|
-
readonly protocolId:
|
|
410
|
+
readonly protocolId: 380;
|
|
411
411
|
readonly protocolName: "BESSELK";
|
|
412
412
|
readonly protocolSupportsWasm: true;
|
|
413
413
|
readonly jsStatus: "implemented";
|
|
@@ -420,7 +420,7 @@ export declare const formulaInventory: readonly [{
|
|
|
420
420
|
readonly inOfficeList: true;
|
|
421
421
|
readonly deterministic: "deterministic";
|
|
422
422
|
readonly runtimeStatus: "implemented";
|
|
423
|
-
readonly protocolId:
|
|
423
|
+
readonly protocolId: 381;
|
|
424
424
|
readonly protocolName: "BESSELY";
|
|
425
425
|
readonly protocolSupportsWasm: true;
|
|
426
426
|
readonly jsStatus: "implemented";
|
|
@@ -433,7 +433,7 @@ export declare const formulaInventory: readonly [{
|
|
|
433
433
|
readonly inOfficeList: true;
|
|
434
434
|
readonly deterministic: "deterministic";
|
|
435
435
|
readonly runtimeStatus: "implemented";
|
|
436
|
-
readonly protocolId:
|
|
436
|
+
readonly protocolId: 223;
|
|
437
437
|
readonly protocolName: "BETA.DIST";
|
|
438
438
|
readonly protocolSupportsWasm: true;
|
|
439
439
|
readonly jsStatus: "implemented";
|
|
@@ -446,7 +446,7 @@ export declare const formulaInventory: readonly [{
|
|
|
446
446
|
readonly inOfficeList: true;
|
|
447
447
|
readonly deterministic: "deterministic";
|
|
448
448
|
readonly runtimeStatus: "implemented";
|
|
449
|
-
readonly protocolId:
|
|
449
|
+
readonly protocolId: 224;
|
|
450
450
|
readonly protocolName: "BETA.INV";
|
|
451
451
|
readonly protocolSupportsWasm: true;
|
|
452
452
|
readonly jsStatus: "implemented";
|
|
@@ -459,7 +459,7 @@ export declare const formulaInventory: readonly [{
|
|
|
459
459
|
readonly inOfficeList: true;
|
|
460
460
|
readonly deterministic: "deterministic";
|
|
461
461
|
readonly runtimeStatus: "implemented";
|
|
462
|
-
readonly protocolId:
|
|
462
|
+
readonly protocolId: 225;
|
|
463
463
|
readonly protocolName: "BETADIST";
|
|
464
464
|
readonly protocolSupportsWasm: true;
|
|
465
465
|
readonly jsStatus: "implemented";
|
|
@@ -472,7 +472,7 @@ export declare const formulaInventory: readonly [{
|
|
|
472
472
|
readonly inOfficeList: true;
|
|
473
473
|
readonly deterministic: "deterministic";
|
|
474
474
|
readonly runtimeStatus: "implemented";
|
|
475
|
-
readonly protocolId:
|
|
475
|
+
readonly protocolId: 226;
|
|
476
476
|
readonly protocolName: "BETAINV";
|
|
477
477
|
readonly protocolSupportsWasm: true;
|
|
478
478
|
readonly jsStatus: "implemented";
|
|
@@ -485,7 +485,7 @@ export declare const formulaInventory: readonly [{
|
|
|
485
485
|
readonly inOfficeList: true;
|
|
486
486
|
readonly deterministic: "deterministic";
|
|
487
487
|
readonly runtimeStatus: "implemented";
|
|
488
|
-
readonly protocolId:
|
|
488
|
+
readonly protocolId: 264;
|
|
489
489
|
readonly protocolName: "BIN2DEC";
|
|
490
490
|
readonly protocolSupportsWasm: true;
|
|
491
491
|
readonly jsStatus: "implemented";
|
|
@@ -498,7 +498,7 @@ export declare const formulaInventory: readonly [{
|
|
|
498
498
|
readonly inOfficeList: true;
|
|
499
499
|
readonly deterministic: "deterministic";
|
|
500
500
|
readonly runtimeStatus: "implemented";
|
|
501
|
-
readonly protocolId:
|
|
501
|
+
readonly protocolId: 265;
|
|
502
502
|
readonly protocolName: "BIN2HEX";
|
|
503
503
|
readonly protocolSupportsWasm: true;
|
|
504
504
|
readonly jsStatus: "implemented";
|
|
@@ -511,7 +511,7 @@ export declare const formulaInventory: readonly [{
|
|
|
511
511
|
readonly inOfficeList: true;
|
|
512
512
|
readonly deterministic: "deterministic";
|
|
513
513
|
readonly runtimeStatus: "implemented";
|
|
514
|
-
readonly protocolId:
|
|
514
|
+
readonly protocolId: 266;
|
|
515
515
|
readonly protocolName: "BIN2OCT";
|
|
516
516
|
readonly protocolSupportsWasm: true;
|
|
517
517
|
readonly jsStatus: "implemented";
|
|
@@ -576,7 +576,7 @@ export declare const formulaInventory: readonly [{
|
|
|
576
576
|
readonly inOfficeList: true;
|
|
577
577
|
readonly deterministic: "deterministic";
|
|
578
578
|
readonly runtimeStatus: "implemented";
|
|
579
|
-
readonly protocolId:
|
|
579
|
+
readonly protocolId: 259;
|
|
580
580
|
readonly protocolName: "BITAND";
|
|
581
581
|
readonly protocolSupportsWasm: true;
|
|
582
582
|
readonly jsStatus: "implemented";
|
|
@@ -589,7 +589,7 @@ export declare const formulaInventory: readonly [{
|
|
|
589
589
|
readonly inOfficeList: true;
|
|
590
590
|
readonly deterministic: "deterministic";
|
|
591
591
|
readonly runtimeStatus: "implemented";
|
|
592
|
-
readonly protocolId:
|
|
592
|
+
readonly protocolId: 262;
|
|
593
593
|
readonly protocolName: "BITLSHIFT";
|
|
594
594
|
readonly protocolSupportsWasm: true;
|
|
595
595
|
readonly jsStatus: "implemented";
|
|
@@ -602,7 +602,7 @@ export declare const formulaInventory: readonly [{
|
|
|
602
602
|
readonly inOfficeList: true;
|
|
603
603
|
readonly deterministic: "deterministic";
|
|
604
604
|
readonly runtimeStatus: "implemented";
|
|
605
|
-
readonly protocolId:
|
|
605
|
+
readonly protocolId: 260;
|
|
606
606
|
readonly protocolName: "BITOR";
|
|
607
607
|
readonly protocolSupportsWasm: true;
|
|
608
608
|
readonly jsStatus: "implemented";
|
|
@@ -615,7 +615,7 @@ export declare const formulaInventory: readonly [{
|
|
|
615
615
|
readonly inOfficeList: true;
|
|
616
616
|
readonly deterministic: "deterministic";
|
|
617
617
|
readonly runtimeStatus: "implemented";
|
|
618
|
-
readonly protocolId:
|
|
618
|
+
readonly protocolId: 263;
|
|
619
619
|
readonly protocolName: "BITRSHIFT";
|
|
620
620
|
readonly protocolSupportsWasm: true;
|
|
621
621
|
readonly jsStatus: "implemented";
|
|
@@ -628,7 +628,7 @@ export declare const formulaInventory: readonly [{
|
|
|
628
628
|
readonly inOfficeList: true;
|
|
629
629
|
readonly deterministic: "deterministic";
|
|
630
630
|
readonly runtimeStatus: "implemented";
|
|
631
|
-
readonly protocolId:
|
|
631
|
+
readonly protocolId: 261;
|
|
632
632
|
readonly protocolName: "BITXOR";
|
|
633
633
|
readonly protocolSupportsWasm: true;
|
|
634
634
|
readonly jsStatus: "implemented";
|
|
@@ -693,7 +693,7 @@ export declare const formulaInventory: readonly [{
|
|
|
693
693
|
readonly inOfficeList: true;
|
|
694
694
|
readonly deterministic: "deterministic";
|
|
695
695
|
readonly runtimeStatus: "implemented";
|
|
696
|
-
readonly protocolId:
|
|
696
|
+
readonly protocolId: 421;
|
|
697
697
|
readonly protocolName: "CEILING.MATH";
|
|
698
698
|
readonly protocolSupportsWasm: true;
|
|
699
699
|
readonly jsStatus: "implemented";
|
|
@@ -706,7 +706,7 @@ export declare const formulaInventory: readonly [{
|
|
|
706
706
|
readonly inOfficeList: true;
|
|
707
707
|
readonly deterministic: "deterministic";
|
|
708
708
|
readonly runtimeStatus: "implemented";
|
|
709
|
-
readonly protocolId:
|
|
709
|
+
readonly protocolId: 422;
|
|
710
710
|
readonly protocolName: "CEILING.PRECISE";
|
|
711
711
|
readonly protocolSupportsWasm: true;
|
|
712
712
|
readonly jsStatus: "implemented";
|
|
@@ -732,7 +732,7 @@ export declare const formulaInventory: readonly [{
|
|
|
732
732
|
readonly inOfficeList: true;
|
|
733
733
|
readonly deterministic: "deterministic";
|
|
734
734
|
readonly runtimeStatus: "implemented";
|
|
735
|
-
readonly protocolId:
|
|
735
|
+
readonly protocolId: 276;
|
|
736
736
|
readonly protocolName: "CHAR";
|
|
737
737
|
readonly protocolSupportsWasm: true;
|
|
738
738
|
readonly jsStatus: "implemented";
|
|
@@ -758,7 +758,7 @@ export declare const formulaInventory: readonly [{
|
|
|
758
758
|
readonly inOfficeList: true;
|
|
759
759
|
readonly deterministic: "deterministic";
|
|
760
760
|
readonly runtimeStatus: "implemented";
|
|
761
|
-
readonly protocolId:
|
|
761
|
+
readonly protocolId: 217;
|
|
762
762
|
readonly protocolName: "CHIINV";
|
|
763
763
|
readonly protocolSupportsWasm: true;
|
|
764
764
|
readonly jsStatus: "implemented";
|
|
@@ -797,7 +797,7 @@ export declare const formulaInventory: readonly [{
|
|
|
797
797
|
readonly inOfficeList: true;
|
|
798
798
|
readonly deterministic: "deterministic";
|
|
799
799
|
readonly runtimeStatus: "implemented";
|
|
800
|
-
readonly protocolId:
|
|
800
|
+
readonly protocolId: 219;
|
|
801
801
|
readonly protocolName: "CHISQ.INV";
|
|
802
802
|
readonly protocolSupportsWasm: true;
|
|
803
803
|
readonly jsStatus: "implemented";
|
|
@@ -810,7 +810,7 @@ export declare const formulaInventory: readonly [{
|
|
|
810
810
|
readonly inOfficeList: true;
|
|
811
811
|
readonly deterministic: "deterministic";
|
|
812
812
|
readonly runtimeStatus: "implemented";
|
|
813
|
-
readonly protocolId:
|
|
813
|
+
readonly protocolId: 218;
|
|
814
814
|
readonly protocolName: "CHISQ.INV.RT";
|
|
815
815
|
readonly protocolSupportsWasm: true;
|
|
816
816
|
readonly jsStatus: "implemented";
|
|
@@ -823,7 +823,7 @@ export declare const formulaInventory: readonly [{
|
|
|
823
823
|
readonly inOfficeList: true;
|
|
824
824
|
readonly deterministic: "deterministic";
|
|
825
825
|
readonly runtimeStatus: "implemented";
|
|
826
|
-
readonly protocolId:
|
|
826
|
+
readonly protocolId: 235;
|
|
827
827
|
readonly protocolName: "CHISQ.TEST";
|
|
828
828
|
readonly protocolSupportsWasm: true;
|
|
829
829
|
readonly jsStatus: "implemented";
|
|
@@ -836,7 +836,7 @@ export declare const formulaInventory: readonly [{
|
|
|
836
836
|
readonly inOfficeList: false;
|
|
837
837
|
readonly deterministic: "deterministic";
|
|
838
838
|
readonly runtimeStatus: "implemented";
|
|
839
|
-
readonly protocolId:
|
|
839
|
+
readonly protocolId: 220;
|
|
840
840
|
readonly protocolName: "CHISQDIST";
|
|
841
841
|
readonly protocolSupportsWasm: true;
|
|
842
842
|
readonly jsStatus: "implemented";
|
|
@@ -849,7 +849,7 @@ export declare const formulaInventory: readonly [{
|
|
|
849
849
|
readonly inOfficeList: false;
|
|
850
850
|
readonly deterministic: "deterministic";
|
|
851
851
|
readonly runtimeStatus: "implemented";
|
|
852
|
-
readonly protocolId:
|
|
852
|
+
readonly protocolId: 221;
|
|
853
853
|
readonly protocolName: "CHISQINV";
|
|
854
854
|
readonly protocolSupportsWasm: true;
|
|
855
855
|
readonly jsStatus: "implemented";
|
|
@@ -862,7 +862,7 @@ export declare const formulaInventory: readonly [{
|
|
|
862
862
|
readonly inOfficeList: true;
|
|
863
863
|
readonly deterministic: "deterministic";
|
|
864
864
|
readonly runtimeStatus: "implemented";
|
|
865
|
-
readonly protocolId:
|
|
865
|
+
readonly protocolId: 236;
|
|
866
866
|
readonly protocolName: "CHITEST";
|
|
867
867
|
readonly protocolSupportsWasm: true;
|
|
868
868
|
readonly jsStatus: "implemented";
|
|
@@ -875,7 +875,7 @@ export declare const formulaInventory: readonly [{
|
|
|
875
875
|
readonly inOfficeList: true;
|
|
876
876
|
readonly deterministic: "deterministic";
|
|
877
877
|
readonly runtimeStatus: "implemented";
|
|
878
|
-
readonly protocolId:
|
|
878
|
+
readonly protocolId: 286;
|
|
879
879
|
readonly protocolName: "CHOOSE";
|
|
880
880
|
readonly protocolSupportsWasm: true;
|
|
881
881
|
readonly jsStatus: "implemented";
|
|
@@ -914,7 +914,7 @@ export declare const formulaInventory: readonly [{
|
|
|
914
914
|
readonly inOfficeList: true;
|
|
915
915
|
readonly deterministic: "deterministic";
|
|
916
916
|
readonly runtimeStatus: "implemented";
|
|
917
|
-
readonly protocolId:
|
|
917
|
+
readonly protocolId: 280;
|
|
918
918
|
readonly protocolName: "CLEAN";
|
|
919
919
|
readonly protocolSupportsWasm: true;
|
|
920
920
|
readonly jsStatus: "implemented";
|
|
@@ -927,7 +927,7 @@ export declare const formulaInventory: readonly [{
|
|
|
927
927
|
readonly inOfficeList: true;
|
|
928
928
|
readonly deterministic: "deterministic";
|
|
929
929
|
readonly runtimeStatus: "implemented";
|
|
930
|
-
readonly protocolId:
|
|
930
|
+
readonly protocolId: 277;
|
|
931
931
|
readonly protocolName: "CODE";
|
|
932
932
|
readonly protocolSupportsWasm: true;
|
|
933
933
|
readonly jsStatus: "implemented";
|
|
@@ -966,7 +966,7 @@ export declare const formulaInventory: readonly [{
|
|
|
966
966
|
readonly inOfficeList: true;
|
|
967
967
|
readonly deterministic: "deterministic";
|
|
968
968
|
readonly runtimeStatus: "implemented";
|
|
969
|
-
readonly protocolId:
|
|
969
|
+
readonly protocolId: 403;
|
|
970
970
|
readonly protocolName: "COMBIN";
|
|
971
971
|
readonly protocolSupportsWasm: true;
|
|
972
972
|
readonly jsStatus: "implemented";
|
|
@@ -979,7 +979,7 @@ export declare const formulaInventory: readonly [{
|
|
|
979
979
|
readonly inOfficeList: true;
|
|
980
980
|
readonly deterministic: "deterministic";
|
|
981
981
|
readonly runtimeStatus: "implemented";
|
|
982
|
-
readonly protocolId:
|
|
982
|
+
readonly protocolId: 404;
|
|
983
983
|
readonly protocolName: "COMBINA";
|
|
984
984
|
readonly protocolSupportsWasm: true;
|
|
985
985
|
readonly jsStatus: "implemented";
|
|
@@ -1017,14 +1017,14 @@ export declare const formulaInventory: readonly [{
|
|
|
1017
1017
|
readonly odfStatus: "Placeholder (blocked)";
|
|
1018
1018
|
readonly inOfficeList: true;
|
|
1019
1019
|
readonly deterministic: "deterministic";
|
|
1020
|
-
readonly runtimeStatus: "
|
|
1020
|
+
readonly runtimeStatus: "missing";
|
|
1021
1021
|
readonly protocolId: undefined;
|
|
1022
1022
|
readonly protocolName: undefined;
|
|
1023
1023
|
readonly protocolSupportsWasm: false;
|
|
1024
|
-
readonly jsStatus: "
|
|
1024
|
+
readonly jsStatus: "missing";
|
|
1025
1025
|
readonly wasmStatus: "not-started";
|
|
1026
1026
|
readonly placeholder: false;
|
|
1027
|
-
readonly registeredInCodebase:
|
|
1027
|
+
readonly registeredInCodebase: false;
|
|
1028
1028
|
}, {
|
|
1029
1029
|
readonly name: "CONFIDENCE";
|
|
1030
1030
|
readonly odfStatus: "Placeholder (blocked)";
|
|
@@ -1057,7 +1057,7 @@ export declare const formulaInventory: readonly [{
|
|
|
1057
1057
|
readonly inOfficeList: true;
|
|
1058
1058
|
readonly deterministic: "deterministic";
|
|
1059
1059
|
readonly runtimeStatus: "implemented";
|
|
1060
|
-
readonly protocolId:
|
|
1060
|
+
readonly protocolId: 354;
|
|
1061
1061
|
readonly protocolName: "CONFIDENCE.T";
|
|
1062
1062
|
readonly protocolSupportsWasm: true;
|
|
1063
1063
|
readonly jsStatus: "implemented";
|
|
@@ -1070,7 +1070,7 @@ export declare const formulaInventory: readonly [{
|
|
|
1070
1070
|
readonly inOfficeList: true;
|
|
1071
1071
|
readonly deterministic: "deterministic";
|
|
1072
1072
|
readonly runtimeStatus: "implemented";
|
|
1073
|
-
readonly protocolId:
|
|
1073
|
+
readonly protocolId: 382;
|
|
1074
1074
|
readonly protocolName: "CONVERT";
|
|
1075
1075
|
readonly protocolSupportsWasm: true;
|
|
1076
1076
|
readonly jsStatus: "implemented";
|
|
@@ -1083,7 +1083,7 @@ export declare const formulaInventory: readonly [{
|
|
|
1083
1083
|
readonly inOfficeList: true;
|
|
1084
1084
|
readonly deterministic: "deterministic";
|
|
1085
1085
|
readonly runtimeStatus: "implemented";
|
|
1086
|
-
readonly protocolId:
|
|
1086
|
+
readonly protocolId: 291;
|
|
1087
1087
|
readonly protocolName: "CORREL";
|
|
1088
1088
|
readonly protocolSupportsWasm: true;
|
|
1089
1089
|
readonly jsStatus: "implemented";
|
|
@@ -1109,7 +1109,7 @@ export declare const formulaInventory: readonly [{
|
|
|
1109
1109
|
readonly inOfficeList: true;
|
|
1110
1110
|
readonly deterministic: "deterministic";
|
|
1111
1111
|
readonly runtimeStatus: "implemented";
|
|
1112
|
-
readonly protocolId:
|
|
1112
|
+
readonly protocolId: 385;
|
|
1113
1113
|
readonly protocolName: "COSH";
|
|
1114
1114
|
readonly protocolSupportsWasm: true;
|
|
1115
1115
|
readonly jsStatus: "implemented";
|
|
@@ -1122,7 +1122,7 @@ export declare const formulaInventory: readonly [{
|
|
|
1122
1122
|
readonly inOfficeList: true;
|
|
1123
1123
|
readonly deterministic: "deterministic";
|
|
1124
1124
|
readonly runtimeStatus: "implemented";
|
|
1125
|
-
readonly protocolId:
|
|
1125
|
+
readonly protocolId: 392;
|
|
1126
1126
|
readonly protocolName: "COT";
|
|
1127
1127
|
readonly protocolSupportsWasm: true;
|
|
1128
1128
|
readonly jsStatus: "implemented";
|
|
@@ -1135,7 +1135,7 @@ export declare const formulaInventory: readonly [{
|
|
|
1135
1135
|
readonly inOfficeList: true;
|
|
1136
1136
|
readonly deterministic: "deterministic";
|
|
1137
1137
|
readonly runtimeStatus: "implemented";
|
|
1138
|
-
readonly protocolId:
|
|
1138
|
+
readonly protocolId: 393;
|
|
1139
1139
|
readonly protocolName: "COTH";
|
|
1140
1140
|
readonly protocolSupportsWasm: true;
|
|
1141
1141
|
readonly jsStatus: "implemented";
|
|
@@ -1174,7 +1174,7 @@ export declare const formulaInventory: readonly [{
|
|
|
1174
1174
|
readonly inOfficeList: true;
|
|
1175
1175
|
readonly deterministic: "deterministic";
|
|
1176
1176
|
readonly runtimeStatus: "implemented";
|
|
1177
|
-
readonly protocolId:
|
|
1177
|
+
readonly protocolId: 283;
|
|
1178
1178
|
readonly protocolName: "COUNTBLANK";
|
|
1179
1179
|
readonly protocolSupportsWasm: true;
|
|
1180
1180
|
readonly jsStatus: "implemented";
|
|
@@ -1213,7 +1213,7 @@ export declare const formulaInventory: readonly [{
|
|
|
1213
1213
|
readonly inOfficeList: true;
|
|
1214
1214
|
readonly deterministic: "deterministic";
|
|
1215
1215
|
readonly runtimeStatus: "implemented";
|
|
1216
|
-
readonly protocolId:
|
|
1216
|
+
readonly protocolId: 328;
|
|
1217
1217
|
readonly protocolName: "COUPDAYBS";
|
|
1218
1218
|
readonly protocolSupportsWasm: true;
|
|
1219
1219
|
readonly jsStatus: "implemented";
|
|
@@ -1226,7 +1226,7 @@ export declare const formulaInventory: readonly [{
|
|
|
1226
1226
|
readonly inOfficeList: true;
|
|
1227
1227
|
readonly deterministic: "deterministic";
|
|
1228
1228
|
readonly runtimeStatus: "implemented";
|
|
1229
|
-
readonly protocolId:
|
|
1229
|
+
readonly protocolId: 329;
|
|
1230
1230
|
readonly protocolName: "COUPDAYS";
|
|
1231
1231
|
readonly protocolSupportsWasm: true;
|
|
1232
1232
|
readonly jsStatus: "implemented";
|
|
@@ -1239,7 +1239,7 @@ export declare const formulaInventory: readonly [{
|
|
|
1239
1239
|
readonly inOfficeList: true;
|
|
1240
1240
|
readonly deterministic: "deterministic";
|
|
1241
1241
|
readonly runtimeStatus: "implemented";
|
|
1242
|
-
readonly protocolId:
|
|
1242
|
+
readonly protocolId: 330;
|
|
1243
1243
|
readonly protocolName: "COUPDAYSNC";
|
|
1244
1244
|
readonly protocolSupportsWasm: true;
|
|
1245
1245
|
readonly jsStatus: "implemented";
|
|
@@ -1252,7 +1252,7 @@ export declare const formulaInventory: readonly [{
|
|
|
1252
1252
|
readonly inOfficeList: true;
|
|
1253
1253
|
readonly deterministic: "deterministic";
|
|
1254
1254
|
readonly runtimeStatus: "implemented";
|
|
1255
|
-
readonly protocolId:
|
|
1255
|
+
readonly protocolId: 331;
|
|
1256
1256
|
readonly protocolName: "COUPNCD";
|
|
1257
1257
|
readonly protocolSupportsWasm: true;
|
|
1258
1258
|
readonly jsStatus: "implemented";
|
|
@@ -1265,7 +1265,7 @@ export declare const formulaInventory: readonly [{
|
|
|
1265
1265
|
readonly inOfficeList: true;
|
|
1266
1266
|
readonly deterministic: "deterministic";
|
|
1267
1267
|
readonly runtimeStatus: "implemented";
|
|
1268
|
-
readonly protocolId:
|
|
1268
|
+
readonly protocolId: 332;
|
|
1269
1269
|
readonly protocolName: "COUPNUM";
|
|
1270
1270
|
readonly protocolSupportsWasm: true;
|
|
1271
1271
|
readonly jsStatus: "implemented";
|
|
@@ -1278,7 +1278,7 @@ export declare const formulaInventory: readonly [{
|
|
|
1278
1278
|
readonly inOfficeList: true;
|
|
1279
1279
|
readonly deterministic: "deterministic";
|
|
1280
1280
|
readonly runtimeStatus: "implemented";
|
|
1281
|
-
readonly protocolId:
|
|
1281
|
+
readonly protocolId: 333;
|
|
1282
1282
|
readonly protocolName: "COUPPCD";
|
|
1283
1283
|
readonly protocolSupportsWasm: true;
|
|
1284
1284
|
readonly jsStatus: "implemented";
|
|
@@ -1291,7 +1291,7 @@ export declare const formulaInventory: readonly [{
|
|
|
1291
1291
|
readonly inOfficeList: true;
|
|
1292
1292
|
readonly deterministic: "deterministic";
|
|
1293
1293
|
readonly runtimeStatus: "implemented";
|
|
1294
|
-
readonly protocolId:
|
|
1294
|
+
readonly protocolId: 292;
|
|
1295
1295
|
readonly protocolName: "COVAR";
|
|
1296
1296
|
readonly protocolSupportsWasm: true;
|
|
1297
1297
|
readonly jsStatus: "implemented";
|
|
@@ -1304,7 +1304,7 @@ export declare const formulaInventory: readonly [{
|
|
|
1304
1304
|
readonly inOfficeList: true;
|
|
1305
1305
|
readonly deterministic: "deterministic";
|
|
1306
1306
|
readonly runtimeStatus: "implemented";
|
|
1307
|
-
readonly protocolId:
|
|
1307
|
+
readonly protocolId: 294;
|
|
1308
1308
|
readonly protocolName: "COVARIANCE.P";
|
|
1309
1309
|
readonly protocolSupportsWasm: true;
|
|
1310
1310
|
readonly jsStatus: "implemented";
|
|
@@ -1317,7 +1317,7 @@ export declare const formulaInventory: readonly [{
|
|
|
1317
1317
|
readonly inOfficeList: true;
|
|
1318
1318
|
readonly deterministic: "deterministic";
|
|
1319
1319
|
readonly runtimeStatus: "implemented";
|
|
1320
|
-
readonly protocolId:
|
|
1320
|
+
readonly protocolId: 295;
|
|
1321
1321
|
readonly protocolName: "COVARIANCE.S";
|
|
1322
1322
|
readonly protocolSupportsWasm: true;
|
|
1323
1323
|
readonly jsStatus: "implemented";
|
|
@@ -1343,7 +1343,7 @@ export declare const formulaInventory: readonly [{
|
|
|
1343
1343
|
readonly inOfficeList: true;
|
|
1344
1344
|
readonly deterministic: "deterministic";
|
|
1345
1345
|
readonly runtimeStatus: "implemented";
|
|
1346
|
-
readonly protocolId:
|
|
1346
|
+
readonly protocolId: 394;
|
|
1347
1347
|
readonly protocolName: "CSC";
|
|
1348
1348
|
readonly protocolSupportsWasm: true;
|
|
1349
1349
|
readonly jsStatus: "implemented";
|
|
@@ -1356,7 +1356,7 @@ export declare const formulaInventory: readonly [{
|
|
|
1356
1356
|
readonly inOfficeList: true;
|
|
1357
1357
|
readonly deterministic: "deterministic";
|
|
1358
1358
|
readonly runtimeStatus: "implemented";
|
|
1359
|
-
readonly protocolId:
|
|
1359
|
+
readonly protocolId: 395;
|
|
1360
1360
|
readonly protocolName: "CSCH";
|
|
1361
1361
|
readonly protocolSupportsWasm: true;
|
|
1362
1362
|
readonly jsStatus: "implemented";
|
|
@@ -1460,7 +1460,7 @@ export declare const formulaInventory: readonly [{
|
|
|
1460
1460
|
readonly inOfficeList: true;
|
|
1461
1461
|
readonly deterministic: "deterministic";
|
|
1462
1462
|
readonly runtimeStatus: "implemented";
|
|
1463
|
-
readonly protocolId:
|
|
1463
|
+
readonly protocolId: 339;
|
|
1464
1464
|
readonly protocolName: "CUMIPMT";
|
|
1465
1465
|
readonly protocolSupportsWasm: true;
|
|
1466
1466
|
readonly jsStatus: "implemented";
|
|
@@ -1473,7 +1473,7 @@ export declare const formulaInventory: readonly [{
|
|
|
1473
1473
|
readonly inOfficeList: true;
|
|
1474
1474
|
readonly deterministic: "deterministic";
|
|
1475
1475
|
readonly runtimeStatus: "implemented";
|
|
1476
|
-
readonly protocolId:
|
|
1476
|
+
readonly protocolId: 340;
|
|
1477
1477
|
readonly protocolName: "CUMPRINC";
|
|
1478
1478
|
readonly protocolSupportsWasm: true;
|
|
1479
1479
|
readonly jsStatus: "implemented";
|
|
@@ -1499,7 +1499,7 @@ export declare const formulaInventory: readonly [{
|
|
|
1499
1499
|
readonly inOfficeList: true;
|
|
1500
1500
|
readonly deterministic: "deterministic";
|
|
1501
1501
|
readonly runtimeStatus: "implemented";
|
|
1502
|
-
readonly protocolId:
|
|
1502
|
+
readonly protocolId: 209;
|
|
1503
1503
|
readonly protocolName: "DATEDIF";
|
|
1504
1504
|
readonly protocolSupportsWasm: true;
|
|
1505
1505
|
readonly jsStatus: "implemented";
|
|
@@ -1525,7 +1525,7 @@ export declare const formulaInventory: readonly [{
|
|
|
1525
1525
|
readonly inOfficeList: true;
|
|
1526
1526
|
readonly deterministic: "deterministic";
|
|
1527
1527
|
readonly runtimeStatus: "implemented";
|
|
1528
|
-
readonly protocolId:
|
|
1528
|
+
readonly protocolId: 360;
|
|
1529
1529
|
readonly protocolName: "DAVERAGE";
|
|
1530
1530
|
readonly protocolSupportsWasm: true;
|
|
1531
1531
|
readonly jsStatus: "implemented";
|
|
@@ -1564,7 +1564,7 @@ export declare const formulaInventory: readonly [{
|
|
|
1564
1564
|
readonly inOfficeList: true;
|
|
1565
1565
|
readonly deterministic: "deterministic";
|
|
1566
1566
|
readonly runtimeStatus: "implemented";
|
|
1567
|
-
readonly protocolId:
|
|
1567
|
+
readonly protocolId: 281;
|
|
1568
1568
|
readonly protocolName: "DAYS360";
|
|
1569
1569
|
readonly protocolSupportsWasm: true;
|
|
1570
1570
|
readonly jsStatus: "implemented";
|
|
@@ -1577,7 +1577,7 @@ export declare const formulaInventory: readonly [{
|
|
|
1577
1577
|
readonly inOfficeList: true;
|
|
1578
1578
|
readonly deterministic: "deterministic";
|
|
1579
1579
|
readonly runtimeStatus: "implemented";
|
|
1580
|
-
readonly protocolId:
|
|
1580
|
+
readonly protocolId: 211;
|
|
1581
1581
|
readonly protocolName: "DB";
|
|
1582
1582
|
readonly protocolSupportsWasm: true;
|
|
1583
1583
|
readonly jsStatus: "implemented";
|
|
@@ -1590,7 +1590,7 @@ export declare const formulaInventory: readonly [{
|
|
|
1590
1590
|
readonly inOfficeList: true;
|
|
1591
1591
|
readonly deterministic: "deterministic";
|
|
1592
1592
|
readonly runtimeStatus: "implemented";
|
|
1593
|
-
readonly protocolId:
|
|
1593
|
+
readonly protocolId: 359;
|
|
1594
1594
|
readonly protocolName: "DBCS";
|
|
1595
1595
|
readonly protocolSupportsWasm: true;
|
|
1596
1596
|
readonly jsStatus: "implemented";
|
|
@@ -1603,7 +1603,7 @@ export declare const formulaInventory: readonly [{
|
|
|
1603
1603
|
readonly inOfficeList: true;
|
|
1604
1604
|
readonly deterministic: "deterministic";
|
|
1605
1605
|
readonly runtimeStatus: "implemented";
|
|
1606
|
-
readonly protocolId:
|
|
1606
|
+
readonly protocolId: 361;
|
|
1607
1607
|
readonly protocolName: "DCOUNT";
|
|
1608
1608
|
readonly protocolSupportsWasm: true;
|
|
1609
1609
|
readonly jsStatus: "implemented";
|
|
@@ -1616,7 +1616,7 @@ export declare const formulaInventory: readonly [{
|
|
|
1616
1616
|
readonly inOfficeList: true;
|
|
1617
1617
|
readonly deterministic: "deterministic";
|
|
1618
1618
|
readonly runtimeStatus: "implemented";
|
|
1619
|
-
readonly protocolId:
|
|
1619
|
+
readonly protocolId: 362;
|
|
1620
1620
|
readonly protocolName: "DCOUNTA";
|
|
1621
1621
|
readonly protocolSupportsWasm: true;
|
|
1622
1622
|
readonly jsStatus: "implemented";
|
|
@@ -1629,7 +1629,7 @@ export declare const formulaInventory: readonly [{
|
|
|
1629
1629
|
readonly inOfficeList: true;
|
|
1630
1630
|
readonly deterministic: "deterministic";
|
|
1631
1631
|
readonly runtimeStatus: "implemented";
|
|
1632
|
-
readonly protocolId:
|
|
1632
|
+
readonly protocolId: 212;
|
|
1633
1633
|
readonly protocolName: "DDB";
|
|
1634
1634
|
readonly protocolSupportsWasm: true;
|
|
1635
1635
|
readonly jsStatus: "implemented";
|
|
@@ -1655,7 +1655,7 @@ export declare const formulaInventory: readonly [{
|
|
|
1655
1655
|
readonly inOfficeList: true;
|
|
1656
1656
|
readonly deterministic: "deterministic";
|
|
1657
1657
|
readonly runtimeStatus: "implemented";
|
|
1658
|
-
readonly protocolId:
|
|
1658
|
+
readonly protocolId: 267;
|
|
1659
1659
|
readonly protocolName: "DEC2BIN";
|
|
1660
1660
|
readonly protocolSupportsWasm: true;
|
|
1661
1661
|
readonly jsStatus: "implemented";
|
|
@@ -1668,7 +1668,7 @@ export declare const formulaInventory: readonly [{
|
|
|
1668
1668
|
readonly inOfficeList: true;
|
|
1669
1669
|
readonly deterministic: "deterministic";
|
|
1670
1670
|
readonly runtimeStatus: "implemented";
|
|
1671
|
-
readonly protocolId:
|
|
1671
|
+
readonly protocolId: 268;
|
|
1672
1672
|
readonly protocolName: "DEC2HEX";
|
|
1673
1673
|
readonly protocolSupportsWasm: true;
|
|
1674
1674
|
readonly jsStatus: "implemented";
|
|
@@ -1681,7 +1681,7 @@ export declare const formulaInventory: readonly [{
|
|
|
1681
1681
|
readonly inOfficeList: true;
|
|
1682
1682
|
readonly deterministic: "deterministic";
|
|
1683
1683
|
readonly runtimeStatus: "implemented";
|
|
1684
|
-
readonly protocolId:
|
|
1684
|
+
readonly protocolId: 269;
|
|
1685
1685
|
readonly protocolName: "DEC2OCT";
|
|
1686
1686
|
readonly protocolSupportsWasm: true;
|
|
1687
1687
|
readonly jsStatus: "implemented";
|
|
@@ -1694,7 +1694,7 @@ export declare const formulaInventory: readonly [{
|
|
|
1694
1694
|
readonly inOfficeList: true;
|
|
1695
1695
|
readonly deterministic: "deterministic";
|
|
1696
1696
|
readonly runtimeStatus: "implemented";
|
|
1697
|
-
readonly protocolId:
|
|
1697
|
+
readonly protocolId: 258;
|
|
1698
1698
|
readonly protocolName: "DECIMAL";
|
|
1699
1699
|
readonly protocolSupportsWasm: true;
|
|
1700
1700
|
readonly jsStatus: "implemented";
|
|
@@ -1759,7 +1759,7 @@ export declare const formulaInventory: readonly [{
|
|
|
1759
1759
|
readonly inOfficeList: true;
|
|
1760
1760
|
readonly deterministic: "deterministic";
|
|
1761
1761
|
readonly runtimeStatus: "implemented";
|
|
1762
|
-
readonly protocolId:
|
|
1762
|
+
readonly protocolId: 363;
|
|
1763
1763
|
readonly protocolName: "DGET";
|
|
1764
1764
|
readonly protocolSupportsWasm: true;
|
|
1765
1765
|
readonly jsStatus: "implemented";
|
|
@@ -1772,7 +1772,7 @@ export declare const formulaInventory: readonly [{
|
|
|
1772
1772
|
readonly inOfficeList: true;
|
|
1773
1773
|
readonly deterministic: "deterministic";
|
|
1774
1774
|
readonly runtimeStatus: "implemented";
|
|
1775
|
-
readonly protocolId:
|
|
1775
|
+
readonly protocolId: 318;
|
|
1776
1776
|
readonly protocolName: "DISC";
|
|
1777
1777
|
readonly protocolSupportsWasm: true;
|
|
1778
1778
|
readonly jsStatus: "implemented";
|
|
@@ -1785,7 +1785,7 @@ export declare const formulaInventory: readonly [{
|
|
|
1785
1785
|
readonly inOfficeList: true;
|
|
1786
1786
|
readonly deterministic: "deterministic";
|
|
1787
1787
|
readonly runtimeStatus: "implemented";
|
|
1788
|
-
readonly protocolId:
|
|
1788
|
+
readonly protocolId: 364;
|
|
1789
1789
|
readonly protocolName: "DMAX";
|
|
1790
1790
|
readonly protocolSupportsWasm: true;
|
|
1791
1791
|
readonly jsStatus: "implemented";
|
|
@@ -1798,7 +1798,7 @@ export declare const formulaInventory: readonly [{
|
|
|
1798
1798
|
readonly inOfficeList: true;
|
|
1799
1799
|
readonly deterministic: "deterministic";
|
|
1800
1800
|
readonly runtimeStatus: "implemented";
|
|
1801
|
-
readonly protocolId:
|
|
1801
|
+
readonly protocolId: 365;
|
|
1802
1802
|
readonly protocolName: "DMIN";
|
|
1803
1803
|
readonly protocolSupportsWasm: true;
|
|
1804
1804
|
readonly jsStatus: "implemented";
|
|
@@ -1811,7 +1811,7 @@ export declare const formulaInventory: readonly [{
|
|
|
1811
1811
|
readonly inOfficeList: true;
|
|
1812
1812
|
readonly deterministic: "deterministic";
|
|
1813
1813
|
readonly runtimeStatus: "implemented";
|
|
1814
|
-
readonly protocolId:
|
|
1814
|
+
readonly protocolId: 254;
|
|
1815
1815
|
readonly protocolName: "DOLLAR";
|
|
1816
1816
|
readonly protocolSupportsWasm: true;
|
|
1817
1817
|
readonly jsStatus: "implemented";
|
|
@@ -1824,7 +1824,7 @@ export declare const formulaInventory: readonly [{
|
|
|
1824
1824
|
readonly inOfficeList: true;
|
|
1825
1825
|
readonly deterministic: "deterministic";
|
|
1826
1826
|
readonly runtimeStatus: "implemented";
|
|
1827
|
-
readonly protocolId:
|
|
1827
|
+
readonly protocolId: 255;
|
|
1828
1828
|
readonly protocolName: "DOLLARDE";
|
|
1829
1829
|
readonly protocolSupportsWasm: true;
|
|
1830
1830
|
readonly jsStatus: "implemented";
|
|
@@ -1837,7 +1837,7 @@ export declare const formulaInventory: readonly [{
|
|
|
1837
1837
|
readonly inOfficeList: true;
|
|
1838
1838
|
readonly deterministic: "deterministic";
|
|
1839
1839
|
readonly runtimeStatus: "implemented";
|
|
1840
|
-
readonly protocolId:
|
|
1840
|
+
readonly protocolId: 256;
|
|
1841
1841
|
readonly protocolName: "DOLLARFR";
|
|
1842
1842
|
readonly protocolSupportsWasm: true;
|
|
1843
1843
|
readonly jsStatus: "implemented";
|
|
@@ -1850,7 +1850,7 @@ export declare const formulaInventory: readonly [{
|
|
|
1850
1850
|
readonly inOfficeList: true;
|
|
1851
1851
|
readonly deterministic: "deterministic";
|
|
1852
1852
|
readonly runtimeStatus: "implemented";
|
|
1853
|
-
readonly protocolId:
|
|
1853
|
+
readonly protocolId: 366;
|
|
1854
1854
|
readonly protocolName: "DPRODUCT";
|
|
1855
1855
|
readonly protocolSupportsWasm: true;
|
|
1856
1856
|
readonly jsStatus: "implemented";
|
|
@@ -1876,7 +1876,7 @@ export declare const formulaInventory: readonly [{
|
|
|
1876
1876
|
readonly inOfficeList: true;
|
|
1877
1877
|
readonly deterministic: "deterministic";
|
|
1878
1878
|
readonly runtimeStatus: "implemented";
|
|
1879
|
-
readonly protocolId:
|
|
1879
|
+
readonly protocolId: 367;
|
|
1880
1880
|
readonly protocolName: "DSTDEV";
|
|
1881
1881
|
readonly protocolSupportsWasm: true;
|
|
1882
1882
|
readonly jsStatus: "implemented";
|
|
@@ -1889,7 +1889,7 @@ export declare const formulaInventory: readonly [{
|
|
|
1889
1889
|
readonly inOfficeList: true;
|
|
1890
1890
|
readonly deterministic: "deterministic";
|
|
1891
1891
|
readonly runtimeStatus: "implemented";
|
|
1892
|
-
readonly protocolId:
|
|
1892
|
+
readonly protocolId: 368;
|
|
1893
1893
|
readonly protocolName: "DSTDEVP";
|
|
1894
1894
|
readonly protocolSupportsWasm: true;
|
|
1895
1895
|
readonly jsStatus: "implemented";
|
|
@@ -1902,7 +1902,7 @@ export declare const formulaInventory: readonly [{
|
|
|
1902
1902
|
readonly inOfficeList: true;
|
|
1903
1903
|
readonly deterministic: "deterministic";
|
|
1904
1904
|
readonly runtimeStatus: "implemented";
|
|
1905
|
-
readonly protocolId:
|
|
1905
|
+
readonly protocolId: 369;
|
|
1906
1906
|
readonly protocolName: "DSUM";
|
|
1907
1907
|
readonly protocolSupportsWasm: true;
|
|
1908
1908
|
readonly jsStatus: "implemented";
|
|
@@ -1915,7 +1915,7 @@ export declare const formulaInventory: readonly [{
|
|
|
1915
1915
|
readonly inOfficeList: true;
|
|
1916
1916
|
readonly deterministic: "deterministic";
|
|
1917
1917
|
readonly runtimeStatus: "implemented";
|
|
1918
|
-
readonly protocolId:
|
|
1918
|
+
readonly protocolId: 336;
|
|
1919
1919
|
readonly protocolName: "DURATION";
|
|
1920
1920
|
readonly protocolSupportsWasm: true;
|
|
1921
1921
|
readonly jsStatus: "implemented";
|
|
@@ -1928,7 +1928,7 @@ export declare const formulaInventory: readonly [{
|
|
|
1928
1928
|
readonly inOfficeList: true;
|
|
1929
1929
|
readonly deterministic: "deterministic";
|
|
1930
1930
|
readonly runtimeStatus: "implemented";
|
|
1931
|
-
readonly protocolId:
|
|
1931
|
+
readonly protocolId: 370;
|
|
1932
1932
|
readonly protocolName: "DVAR";
|
|
1933
1933
|
readonly protocolSupportsWasm: true;
|
|
1934
1934
|
readonly jsStatus: "implemented";
|
|
@@ -1941,7 +1941,7 @@ export declare const formulaInventory: readonly [{
|
|
|
1941
1941
|
readonly inOfficeList: true;
|
|
1942
1942
|
readonly deterministic: "deterministic";
|
|
1943
1943
|
readonly runtimeStatus: "implemented";
|
|
1944
|
-
readonly protocolId:
|
|
1944
|
+
readonly protocolId: 371;
|
|
1945
1945
|
readonly protocolName: "DVARP";
|
|
1946
1946
|
readonly protocolSupportsWasm: true;
|
|
1947
1947
|
readonly jsStatus: "implemented";
|
|
@@ -2071,7 +2071,7 @@ export declare const formulaInventory: readonly [{
|
|
|
2071
2071
|
readonly inOfficeList: true;
|
|
2072
2072
|
readonly deterministic: "deterministic";
|
|
2073
2073
|
readonly runtimeStatus: "implemented";
|
|
2074
|
-
readonly protocolId:
|
|
2074
|
+
readonly protocolId: 383;
|
|
2075
2075
|
readonly protocolName: "EUROCONVERT";
|
|
2076
2076
|
readonly protocolSupportsWasm: true;
|
|
2077
2077
|
readonly jsStatus: "implemented";
|
|
@@ -2084,7 +2084,7 @@ export declare const formulaInventory: readonly [{
|
|
|
2084
2084
|
readonly inOfficeList: true;
|
|
2085
2085
|
readonly deterministic: "deterministic";
|
|
2086
2086
|
readonly runtimeStatus: "implemented";
|
|
2087
|
-
readonly protocolId:
|
|
2087
|
+
readonly protocolId: 399;
|
|
2088
2088
|
readonly protocolName: "EVEN";
|
|
2089
2089
|
readonly protocolSupportsWasm: true;
|
|
2090
2090
|
readonly jsStatus: "implemented";
|
|
@@ -2123,7 +2123,7 @@ export declare const formulaInventory: readonly [{
|
|
|
2123
2123
|
readonly inOfficeList: true;
|
|
2124
2124
|
readonly deterministic: "deterministic";
|
|
2125
2125
|
readonly runtimeStatus: "implemented";
|
|
2126
|
-
readonly protocolId:
|
|
2126
|
+
readonly protocolId: 207;
|
|
2127
2127
|
readonly protocolName: "EXPAND";
|
|
2128
2128
|
readonly protocolSupportsWasm: true;
|
|
2129
2129
|
readonly jsStatus: "implemented";
|
|
@@ -2162,7 +2162,7 @@ export declare const formulaInventory: readonly [{
|
|
|
2162
2162
|
readonly inOfficeList: true;
|
|
2163
2163
|
readonly deterministic: "deterministic";
|
|
2164
2164
|
readonly runtimeStatus: "implemented";
|
|
2165
|
-
readonly protocolId:
|
|
2165
|
+
readonly protocolId: 227;
|
|
2166
2166
|
readonly protocolName: "F.DIST";
|
|
2167
2167
|
readonly protocolSupportsWasm: true;
|
|
2168
2168
|
readonly jsStatus: "implemented";
|
|
@@ -2175,7 +2175,7 @@ export declare const formulaInventory: readonly [{
|
|
|
2175
2175
|
readonly inOfficeList: true;
|
|
2176
2176
|
readonly deterministic: "deterministic";
|
|
2177
2177
|
readonly runtimeStatus: "implemented";
|
|
2178
|
-
readonly protocolId:
|
|
2178
|
+
readonly protocolId: 228;
|
|
2179
2179
|
readonly protocolName: "F.DIST.RT";
|
|
2180
2180
|
readonly protocolSupportsWasm: true;
|
|
2181
2181
|
readonly jsStatus: "implemented";
|
|
@@ -2188,7 +2188,7 @@ export declare const formulaInventory: readonly [{
|
|
|
2188
2188
|
readonly inOfficeList: true;
|
|
2189
2189
|
readonly deterministic: "deterministic";
|
|
2190
2190
|
readonly runtimeStatus: "implemented";
|
|
2191
|
-
readonly protocolId:
|
|
2191
|
+
readonly protocolId: 229;
|
|
2192
2192
|
readonly protocolName: "F.INV";
|
|
2193
2193
|
readonly protocolSupportsWasm: true;
|
|
2194
2194
|
readonly jsStatus: "implemented";
|
|
@@ -2201,7 +2201,7 @@ export declare const formulaInventory: readonly [{
|
|
|
2201
2201
|
readonly inOfficeList: true;
|
|
2202
2202
|
readonly deterministic: "deterministic";
|
|
2203
2203
|
readonly runtimeStatus: "implemented";
|
|
2204
|
-
readonly protocolId:
|
|
2204
|
+
readonly protocolId: 230;
|
|
2205
2205
|
readonly protocolName: "F.INV.RT";
|
|
2206
2206
|
readonly protocolSupportsWasm: true;
|
|
2207
2207
|
readonly jsStatus: "implemented";
|
|
@@ -2214,7 +2214,7 @@ export declare const formulaInventory: readonly [{
|
|
|
2214
2214
|
readonly inOfficeList: true;
|
|
2215
2215
|
readonly deterministic: "deterministic";
|
|
2216
2216
|
readonly runtimeStatus: "implemented";
|
|
2217
|
-
readonly protocolId:
|
|
2217
|
+
readonly protocolId: 238;
|
|
2218
2218
|
readonly protocolName: "F.TEST";
|
|
2219
2219
|
readonly protocolSupportsWasm: true;
|
|
2220
2220
|
readonly jsStatus: "implemented";
|
|
@@ -2227,7 +2227,7 @@ export declare const formulaInventory: readonly [{
|
|
|
2227
2227
|
readonly inOfficeList: true;
|
|
2228
2228
|
readonly deterministic: "deterministic";
|
|
2229
2229
|
readonly runtimeStatus: "implemented";
|
|
2230
|
-
readonly protocolId:
|
|
2230
|
+
readonly protocolId: 401;
|
|
2231
2231
|
readonly protocolName: "FACT";
|
|
2232
2232
|
readonly protocolSupportsWasm: true;
|
|
2233
2233
|
readonly jsStatus: "implemented";
|
|
@@ -2240,7 +2240,7 @@ export declare const formulaInventory: readonly [{
|
|
|
2240
2240
|
readonly inOfficeList: true;
|
|
2241
2241
|
readonly deterministic: "deterministic";
|
|
2242
2242
|
readonly runtimeStatus: "implemented";
|
|
2243
|
-
readonly protocolId:
|
|
2243
|
+
readonly protocolId: 402;
|
|
2244
2244
|
readonly protocolName: "FACTDOUBLE";
|
|
2245
2245
|
readonly protocolSupportsWasm: true;
|
|
2246
2246
|
readonly jsStatus: "implemented";
|
|
@@ -2266,7 +2266,7 @@ export declare const formulaInventory: readonly [{
|
|
|
2266
2266
|
readonly inOfficeList: true;
|
|
2267
2267
|
readonly deterministic: "deterministic";
|
|
2268
2268
|
readonly runtimeStatus: "implemented";
|
|
2269
|
-
readonly protocolId:
|
|
2269
|
+
readonly protocolId: 231;
|
|
2270
2270
|
readonly protocolName: "FDIST";
|
|
2271
2271
|
readonly protocolSupportsWasm: true;
|
|
2272
2272
|
readonly jsStatus: "implemented";
|
|
@@ -2318,7 +2318,7 @@ export declare const formulaInventory: readonly [{
|
|
|
2318
2318
|
readonly inOfficeList: true;
|
|
2319
2319
|
readonly deterministic: "deterministic";
|
|
2320
2320
|
readonly runtimeStatus: "implemented";
|
|
2321
|
-
readonly protocolId:
|
|
2321
|
+
readonly protocolId: 249;
|
|
2322
2322
|
readonly protocolName: "FINDB";
|
|
2323
2323
|
readonly protocolSupportsWasm: true;
|
|
2324
2324
|
readonly jsStatus: "implemented";
|
|
@@ -2331,7 +2331,7 @@ export declare const formulaInventory: readonly [{
|
|
|
2331
2331
|
readonly inOfficeList: true;
|
|
2332
2332
|
readonly deterministic: "deterministic";
|
|
2333
2333
|
readonly runtimeStatus: "implemented";
|
|
2334
|
-
readonly protocolId:
|
|
2334
|
+
readonly protocolId: 232;
|
|
2335
2335
|
readonly protocolName: "FINV";
|
|
2336
2336
|
readonly protocolSupportsWasm: true;
|
|
2337
2337
|
readonly jsStatus: "implemented";
|
|
@@ -2396,7 +2396,7 @@ export declare const formulaInventory: readonly [{
|
|
|
2396
2396
|
readonly inOfficeList: true;
|
|
2397
2397
|
readonly deterministic: "deterministic";
|
|
2398
2398
|
readonly runtimeStatus: "implemented";
|
|
2399
|
-
readonly protocolId:
|
|
2399
|
+
readonly protocolId: 419;
|
|
2400
2400
|
readonly protocolName: "FLOOR.MATH";
|
|
2401
2401
|
readonly protocolSupportsWasm: true;
|
|
2402
2402
|
readonly jsStatus: "implemented";
|
|
@@ -2409,7 +2409,7 @@ export declare const formulaInventory: readonly [{
|
|
|
2409
2409
|
readonly inOfficeList: true;
|
|
2410
2410
|
readonly deterministic: "deterministic";
|
|
2411
2411
|
readonly runtimeStatus: "implemented";
|
|
2412
|
-
readonly protocolId:
|
|
2412
|
+
readonly protocolId: 420;
|
|
2413
2413
|
readonly protocolName: "FLOOR.PRECISE";
|
|
2414
2414
|
readonly protocolSupportsWasm: true;
|
|
2415
2415
|
readonly jsStatus: "implemented";
|
|
@@ -2422,7 +2422,7 @@ export declare const formulaInventory: readonly [{
|
|
|
2422
2422
|
readonly inOfficeList: false;
|
|
2423
2423
|
readonly deterministic: "deterministic";
|
|
2424
2424
|
readonly runtimeStatus: "implemented";
|
|
2425
|
-
readonly protocolId:
|
|
2425
|
+
readonly protocolId: 296;
|
|
2426
2426
|
readonly protocolName: "FORECAST";
|
|
2427
2427
|
readonly protocolSupportsWasm: true;
|
|
2428
2428
|
readonly jsStatus: "implemented";
|
|
@@ -2461,7 +2461,7 @@ export declare const formulaInventory: readonly [{
|
|
|
2461
2461
|
readonly inOfficeList: true;
|
|
2462
2462
|
readonly deterministic: "deterministic";
|
|
2463
2463
|
readonly runtimeStatus: "implemented";
|
|
2464
|
-
readonly protocolId:
|
|
2464
|
+
readonly protocolId: 317;
|
|
2465
2465
|
readonly protocolName: "FREQUENCY";
|
|
2466
2466
|
readonly protocolSupportsWasm: true;
|
|
2467
2467
|
readonly jsStatus: "implemented";
|
|
@@ -2474,7 +2474,7 @@ export declare const formulaInventory: readonly [{
|
|
|
2474
2474
|
readonly inOfficeList: true;
|
|
2475
2475
|
readonly deterministic: "deterministic";
|
|
2476
2476
|
readonly runtimeStatus: "implemented";
|
|
2477
|
-
readonly protocolId:
|
|
2477
|
+
readonly protocolId: 239;
|
|
2478
2478
|
readonly protocolName: "FTEST";
|
|
2479
2479
|
readonly protocolSupportsWasm: true;
|
|
2480
2480
|
readonly jsStatus: "implemented";
|
|
@@ -2500,7 +2500,7 @@ export declare const formulaInventory: readonly [{
|
|
|
2500
2500
|
readonly inOfficeList: true;
|
|
2501
2501
|
readonly deterministic: "deterministic";
|
|
2502
2502
|
readonly runtimeStatus: "implemented";
|
|
2503
|
-
readonly protocolId:
|
|
2503
|
+
readonly protocolId: 210;
|
|
2504
2504
|
readonly protocolName: "FVSCHEDULE";
|
|
2505
2505
|
readonly protocolSupportsWasm: true;
|
|
2506
2506
|
readonly jsStatus: "implemented";
|
|
@@ -2539,7 +2539,7 @@ export declare const formulaInventory: readonly [{
|
|
|
2539
2539
|
readonly inOfficeList: true;
|
|
2540
2540
|
readonly deterministic: "deterministic";
|
|
2541
2541
|
readonly runtimeStatus: "implemented";
|
|
2542
|
-
readonly protocolId:
|
|
2542
|
+
readonly protocolId: 355;
|
|
2543
2543
|
readonly protocolName: "GAMMA.INV";
|
|
2544
2544
|
readonly protocolSupportsWasm: true;
|
|
2545
2545
|
readonly jsStatus: "implemented";
|
|
@@ -2565,7 +2565,7 @@ export declare const formulaInventory: readonly [{
|
|
|
2565
2565
|
readonly inOfficeList: true;
|
|
2566
2566
|
readonly deterministic: "deterministic";
|
|
2567
2567
|
readonly runtimeStatus: "implemented";
|
|
2568
|
-
readonly protocolId:
|
|
2568
|
+
readonly protocolId: 356;
|
|
2569
2569
|
readonly protocolName: "GAMMAINV";
|
|
2570
2570
|
readonly protocolSupportsWasm: true;
|
|
2571
2571
|
readonly jsStatus: "implemented";
|
|
@@ -2617,7 +2617,7 @@ export declare const formulaInventory: readonly [{
|
|
|
2617
2617
|
readonly inOfficeList: true;
|
|
2618
2618
|
readonly deterministic: "deterministic";
|
|
2619
2619
|
readonly runtimeStatus: "implemented";
|
|
2620
|
-
readonly protocolId:
|
|
2620
|
+
readonly protocolId: 405;
|
|
2621
2621
|
readonly protocolName: "GCD";
|
|
2622
2622
|
readonly protocolSupportsWasm: true;
|
|
2623
2623
|
readonly jsStatus: "implemented";
|
|
@@ -2630,7 +2630,7 @@ export declare const formulaInventory: readonly [{
|
|
|
2630
2630
|
readonly inOfficeList: true;
|
|
2631
2631
|
readonly deterministic: "deterministic";
|
|
2632
2632
|
readonly runtimeStatus: "implemented";
|
|
2633
|
-
readonly protocolId:
|
|
2633
|
+
readonly protocolId: 409;
|
|
2634
2634
|
readonly protocolName: "GEOMEAN";
|
|
2635
2635
|
readonly protocolSupportsWasm: true;
|
|
2636
2636
|
readonly jsStatus: "implemented";
|
|
@@ -2682,7 +2682,7 @@ export declare const formulaInventory: readonly [{
|
|
|
2682
2682
|
readonly inOfficeList: true;
|
|
2683
2683
|
readonly deterministic: "deterministic";
|
|
2684
2684
|
readonly runtimeStatus: "implemented";
|
|
2685
|
-
readonly protocolId:
|
|
2685
|
+
readonly protocolId: 374;
|
|
2686
2686
|
readonly protocolName: "GROWTH";
|
|
2687
2687
|
readonly protocolSupportsWasm: true;
|
|
2688
2688
|
readonly jsStatus: "implemented";
|
|
@@ -2695,7 +2695,7 @@ export declare const formulaInventory: readonly [{
|
|
|
2695
2695
|
readonly inOfficeList: true;
|
|
2696
2696
|
readonly deterministic: "deterministic";
|
|
2697
2697
|
readonly runtimeStatus: "implemented";
|
|
2698
|
-
readonly protocolId:
|
|
2698
|
+
readonly protocolId: 410;
|
|
2699
2699
|
readonly protocolName: "HARMEAN";
|
|
2700
2700
|
readonly protocolSupportsWasm: true;
|
|
2701
2701
|
readonly jsStatus: "implemented";
|
|
@@ -2708,7 +2708,7 @@ export declare const formulaInventory: readonly [{
|
|
|
2708
2708
|
readonly inOfficeList: true;
|
|
2709
2709
|
readonly deterministic: "deterministic";
|
|
2710
2710
|
readonly runtimeStatus: "implemented";
|
|
2711
|
-
readonly protocolId:
|
|
2711
|
+
readonly protocolId: 270;
|
|
2712
2712
|
readonly protocolName: "HEX2BIN";
|
|
2713
2713
|
readonly protocolSupportsWasm: true;
|
|
2714
2714
|
readonly jsStatus: "implemented";
|
|
@@ -2721,7 +2721,7 @@ export declare const formulaInventory: readonly [{
|
|
|
2721
2721
|
readonly inOfficeList: true;
|
|
2722
2722
|
readonly deterministic: "deterministic";
|
|
2723
2723
|
readonly runtimeStatus: "implemented";
|
|
2724
|
-
readonly protocolId:
|
|
2724
|
+
readonly protocolId: 271;
|
|
2725
2725
|
readonly protocolName: "HEX2DEC";
|
|
2726
2726
|
readonly protocolSupportsWasm: true;
|
|
2727
2727
|
readonly jsStatus: "implemented";
|
|
@@ -2734,7 +2734,7 @@ export declare const formulaInventory: readonly [{
|
|
|
2734
2734
|
readonly inOfficeList: true;
|
|
2735
2735
|
readonly deterministic: "deterministic";
|
|
2736
2736
|
readonly runtimeStatus: "implemented";
|
|
2737
|
-
readonly protocolId:
|
|
2737
|
+
readonly protocolId: 272;
|
|
2738
2738
|
readonly protocolName: "HEX2OCT";
|
|
2739
2739
|
readonly protocolSupportsWasm: true;
|
|
2740
2740
|
readonly jsStatus: "implemented";
|
|
@@ -3267,7 +3267,7 @@ export declare const formulaInventory: readonly [{
|
|
|
3267
3267
|
readonly inOfficeList: true;
|
|
3268
3268
|
readonly deterministic: "deterministic";
|
|
3269
3269
|
readonly runtimeStatus: "implemented";
|
|
3270
|
-
readonly protocolId:
|
|
3270
|
+
readonly protocolId: 297;
|
|
3271
3271
|
readonly protocolName: "INTERCEPT";
|
|
3272
3272
|
readonly protocolSupportsWasm: true;
|
|
3273
3273
|
readonly jsStatus: "implemented";
|
|
@@ -3280,7 +3280,7 @@ export declare const formulaInventory: readonly [{
|
|
|
3280
3280
|
readonly inOfficeList: true;
|
|
3281
3281
|
readonly deterministic: "deterministic";
|
|
3282
3282
|
readonly runtimeStatus: "implemented";
|
|
3283
|
-
readonly protocolId:
|
|
3283
|
+
readonly protocolId: 319;
|
|
3284
3284
|
readonly protocolName: "INTRATE";
|
|
3285
3285
|
readonly protocolSupportsWasm: true;
|
|
3286
3286
|
readonly jsStatus: "implemented";
|
|
@@ -3306,7 +3306,7 @@ export declare const formulaInventory: readonly [{
|
|
|
3306
3306
|
readonly inOfficeList: true;
|
|
3307
3307
|
readonly deterministic: "deterministic";
|
|
3308
3308
|
readonly runtimeStatus: "implemented";
|
|
3309
|
-
readonly protocolId:
|
|
3309
|
+
readonly protocolId: 341;
|
|
3310
3310
|
readonly protocolName: "IRR";
|
|
3311
3311
|
readonly protocolSupportsWasm: true;
|
|
3312
3312
|
readonly jsStatus: "implemented";
|
|
@@ -3371,7 +3371,7 @@ export declare const formulaInventory: readonly [{
|
|
|
3371
3371
|
readonly inOfficeList: true;
|
|
3372
3372
|
readonly deterministic: "deterministic";
|
|
3373
3373
|
readonly runtimeStatus: "implemented";
|
|
3374
|
-
readonly protocolId:
|
|
3374
|
+
readonly protocolId: 423;
|
|
3375
3375
|
readonly protocolName: "ISO.CEILING";
|
|
3376
3376
|
readonly protocolSupportsWasm: true;
|
|
3377
3377
|
readonly jsStatus: "implemented";
|
|
@@ -3410,7 +3410,7 @@ export declare const formulaInventory: readonly [{
|
|
|
3410
3410
|
readonly inOfficeList: true;
|
|
3411
3411
|
readonly deterministic: "deterministic";
|
|
3412
3412
|
readonly runtimeStatus: "implemented";
|
|
3413
|
-
readonly protocolId:
|
|
3413
|
+
readonly protocolId: 284;
|
|
3414
3414
|
readonly protocolName: "ISOWEEKNUM";
|
|
3415
3415
|
readonly protocolSupportsWasm: true;
|
|
3416
3416
|
readonly jsStatus: "implemented";
|
|
@@ -3462,7 +3462,7 @@ export declare const formulaInventory: readonly [{
|
|
|
3462
3462
|
readonly inOfficeList: false;
|
|
3463
3463
|
readonly deterministic: "deterministic";
|
|
3464
3464
|
readonly runtimeStatus: "implemented";
|
|
3465
|
-
readonly protocolId:
|
|
3465
|
+
readonly protocolId: 358;
|
|
3466
3466
|
readonly protocolName: "JIS";
|
|
3467
3467
|
readonly protocolSupportsWasm: true;
|
|
3468
3468
|
readonly jsStatus: "implemented";
|
|
@@ -3501,7 +3501,7 @@ export declare const formulaInventory: readonly [{
|
|
|
3501
3501
|
readonly inOfficeList: true;
|
|
3502
3502
|
readonly deterministic: "deterministic";
|
|
3503
3503
|
readonly runtimeStatus: "implemented";
|
|
3504
|
-
readonly protocolId:
|
|
3504
|
+
readonly protocolId: 306;
|
|
3505
3505
|
readonly protocolName: "LARGE";
|
|
3506
3506
|
readonly protocolSupportsWasm: true;
|
|
3507
3507
|
readonly jsStatus: "implemented";
|
|
@@ -3514,7 +3514,7 @@ export declare const formulaInventory: readonly [{
|
|
|
3514
3514
|
readonly inOfficeList: true;
|
|
3515
3515
|
readonly deterministic: "deterministic";
|
|
3516
3516
|
readonly runtimeStatus: "implemented";
|
|
3517
|
-
readonly protocolId:
|
|
3517
|
+
readonly protocolId: 406;
|
|
3518
3518
|
readonly protocolName: "LCM";
|
|
3519
3519
|
readonly protocolSupportsWasm: true;
|
|
3520
3520
|
readonly jsStatus: "implemented";
|
|
@@ -3540,7 +3540,7 @@ export declare const formulaInventory: readonly [{
|
|
|
3540
3540
|
readonly inOfficeList: true;
|
|
3541
3541
|
readonly deterministic: "deterministic";
|
|
3542
3542
|
readonly runtimeStatus: "implemented";
|
|
3543
|
-
readonly protocolId:
|
|
3543
|
+
readonly protocolId: 246;
|
|
3544
3544
|
readonly protocolName: "LEFTB";
|
|
3545
3545
|
readonly protocolSupportsWasm: true;
|
|
3546
3546
|
readonly jsStatus: "implemented";
|
|
@@ -3553,7 +3553,7 @@ export declare const formulaInventory: readonly [{
|
|
|
3553
3553
|
readonly inOfficeList: false;
|
|
3554
3554
|
readonly deterministic: "deterministic";
|
|
3555
3555
|
readonly runtimeStatus: "implemented";
|
|
3556
|
-
readonly protocolId:
|
|
3556
|
+
readonly protocolId: 216;
|
|
3557
3557
|
readonly protocolName: "LEGACY.CHIDIST";
|
|
3558
3558
|
readonly protocolSupportsWasm: true;
|
|
3559
3559
|
readonly jsStatus: "implemented";
|
|
@@ -3566,7 +3566,7 @@ export declare const formulaInventory: readonly [{
|
|
|
3566
3566
|
readonly inOfficeList: false;
|
|
3567
3567
|
readonly deterministic: "deterministic";
|
|
3568
3568
|
readonly runtimeStatus: "implemented";
|
|
3569
|
-
readonly protocolId:
|
|
3569
|
+
readonly protocolId: 222;
|
|
3570
3570
|
readonly protocolName: "LEGACY.CHIINV";
|
|
3571
3571
|
readonly protocolSupportsWasm: true;
|
|
3572
3572
|
readonly jsStatus: "implemented";
|
|
@@ -3579,7 +3579,7 @@ export declare const formulaInventory: readonly [{
|
|
|
3579
3579
|
readonly inOfficeList: false;
|
|
3580
3580
|
readonly deterministic: "deterministic";
|
|
3581
3581
|
readonly runtimeStatus: "implemented";
|
|
3582
|
-
readonly protocolId:
|
|
3582
|
+
readonly protocolId: 237;
|
|
3583
3583
|
readonly protocolName: "LEGACY.CHITEST";
|
|
3584
3584
|
readonly protocolSupportsWasm: true;
|
|
3585
3585
|
readonly jsStatus: "implemented";
|
|
@@ -3592,7 +3592,7 @@ export declare const formulaInventory: readonly [{
|
|
|
3592
3592
|
readonly inOfficeList: false;
|
|
3593
3593
|
readonly deterministic: "deterministic";
|
|
3594
3594
|
readonly runtimeStatus: "implemented";
|
|
3595
|
-
readonly protocolId:
|
|
3595
|
+
readonly protocolId: 233;
|
|
3596
3596
|
readonly protocolName: "LEGACY.FDIST";
|
|
3597
3597
|
readonly protocolSupportsWasm: true;
|
|
3598
3598
|
readonly jsStatus: "implemented";
|
|
@@ -3605,7 +3605,7 @@ export declare const formulaInventory: readonly [{
|
|
|
3605
3605
|
readonly inOfficeList: false;
|
|
3606
3606
|
readonly deterministic: "deterministic";
|
|
3607
3607
|
readonly runtimeStatus: "implemented";
|
|
3608
|
-
readonly protocolId:
|
|
3608
|
+
readonly protocolId: 234;
|
|
3609
3609
|
readonly protocolName: "LEGACY.FINV";
|
|
3610
3610
|
readonly protocolSupportsWasm: true;
|
|
3611
3611
|
readonly jsStatus: "implemented";
|
|
@@ -3657,7 +3657,7 @@ export declare const formulaInventory: readonly [{
|
|
|
3657
3657
|
readonly inOfficeList: true;
|
|
3658
3658
|
readonly deterministic: "deterministic";
|
|
3659
3659
|
readonly runtimeStatus: "implemented";
|
|
3660
|
-
readonly protocolId:
|
|
3660
|
+
readonly protocolId: 250;
|
|
3661
3661
|
readonly protocolName: "LENB";
|
|
3662
3662
|
readonly protocolSupportsWasm: true;
|
|
3663
3663
|
readonly jsStatus: "implemented";
|
|
@@ -3683,7 +3683,7 @@ export declare const formulaInventory: readonly [{
|
|
|
3683
3683
|
readonly inOfficeList: true;
|
|
3684
3684
|
readonly deterministic: "deterministic";
|
|
3685
3685
|
readonly runtimeStatus: "implemented";
|
|
3686
|
-
readonly protocolId:
|
|
3686
|
+
readonly protocolId: 376;
|
|
3687
3687
|
readonly protocolName: "LINEST";
|
|
3688
3688
|
readonly protocolSupportsWasm: true;
|
|
3689
3689
|
readonly jsStatus: "implemented";
|
|
@@ -3735,7 +3735,7 @@ export declare const formulaInventory: readonly [{
|
|
|
3735
3735
|
readonly inOfficeList: true;
|
|
3736
3736
|
readonly deterministic: "deterministic";
|
|
3737
3737
|
readonly runtimeStatus: "implemented";
|
|
3738
|
-
readonly protocolId:
|
|
3738
|
+
readonly protocolId: 377;
|
|
3739
3739
|
readonly protocolName: "LOGEST";
|
|
3740
3740
|
readonly protocolSupportsWasm: true;
|
|
3741
3741
|
readonly jsStatus: "implemented";
|
|
@@ -3903,21 +3903,21 @@ export declare const formulaInventory: readonly [{
|
|
|
3903
3903
|
readonly odfStatus: "Implemented";
|
|
3904
3904
|
readonly inOfficeList: true;
|
|
3905
3905
|
readonly deterministic: "deterministic";
|
|
3906
|
-
readonly runtimeStatus: "
|
|
3906
|
+
readonly runtimeStatus: "missing";
|
|
3907
3907
|
readonly protocolId: undefined;
|
|
3908
3908
|
readonly protocolName: undefined;
|
|
3909
3909
|
readonly protocolSupportsWasm: false;
|
|
3910
|
-
readonly jsStatus: "
|
|
3910
|
+
readonly jsStatus: "missing";
|
|
3911
3911
|
readonly wasmStatus: "not-started";
|
|
3912
3912
|
readonly placeholder: false;
|
|
3913
|
-
readonly registeredInCodebase:
|
|
3913
|
+
readonly registeredInCodebase: false;
|
|
3914
3914
|
}, {
|
|
3915
3915
|
readonly name: "MDURATION";
|
|
3916
3916
|
readonly odfStatus: "Placeholder (blocked)";
|
|
3917
3917
|
readonly inOfficeList: true;
|
|
3918
3918
|
readonly deterministic: "deterministic";
|
|
3919
3919
|
readonly runtimeStatus: "implemented";
|
|
3920
|
-
readonly protocolId:
|
|
3920
|
+
readonly protocolId: 337;
|
|
3921
3921
|
readonly protocolName: "MDURATION";
|
|
3922
3922
|
readonly protocolSupportsWasm: true;
|
|
3923
3923
|
readonly jsStatus: "implemented";
|
|
@@ -3930,7 +3930,7 @@ export declare const formulaInventory: readonly [{
|
|
|
3930
3930
|
readonly inOfficeList: true;
|
|
3931
3931
|
readonly deterministic: "deterministic";
|
|
3932
3932
|
readonly runtimeStatus: "implemented";
|
|
3933
|
-
readonly protocolId:
|
|
3933
|
+
readonly protocolId: 304;
|
|
3934
3934
|
readonly protocolName: "MEDIAN";
|
|
3935
3935
|
readonly protocolSupportsWasm: true;
|
|
3936
3936
|
readonly jsStatus: "implemented";
|
|
@@ -3956,7 +3956,7 @@ export declare const formulaInventory: readonly [{
|
|
|
3956
3956
|
readonly inOfficeList: true;
|
|
3957
3957
|
readonly deterministic: "deterministic";
|
|
3958
3958
|
readonly runtimeStatus: "implemented";
|
|
3959
|
-
readonly protocolId:
|
|
3959
|
+
readonly protocolId: 247;
|
|
3960
3960
|
readonly protocolName: "MIDB";
|
|
3961
3961
|
readonly protocolSupportsWasm: true;
|
|
3962
3962
|
readonly jsStatus: "implemented";
|
|
@@ -4020,21 +4020,21 @@ export declare const formulaInventory: readonly [{
|
|
|
4020
4020
|
readonly odfStatus: "Implemented";
|
|
4021
4021
|
readonly inOfficeList: true;
|
|
4022
4022
|
readonly deterministic: "deterministic";
|
|
4023
|
-
readonly runtimeStatus: "
|
|
4023
|
+
readonly runtimeStatus: "missing";
|
|
4024
4024
|
readonly protocolId: undefined;
|
|
4025
4025
|
readonly protocolName: undefined;
|
|
4026
4026
|
readonly protocolSupportsWasm: false;
|
|
4027
|
-
readonly jsStatus: "
|
|
4027
|
+
readonly jsStatus: "missing";
|
|
4028
4028
|
readonly wasmStatus: "not-started";
|
|
4029
4029
|
readonly placeholder: false;
|
|
4030
|
-
readonly registeredInCodebase:
|
|
4030
|
+
readonly registeredInCodebase: false;
|
|
4031
4031
|
}, {
|
|
4032
4032
|
readonly name: "MIRR";
|
|
4033
4033
|
readonly odfStatus: "Placeholder (blocked)";
|
|
4034
4034
|
readonly inOfficeList: true;
|
|
4035
4035
|
readonly deterministic: "deterministic";
|
|
4036
4036
|
readonly runtimeStatus: "implemented";
|
|
4037
|
-
readonly protocolId:
|
|
4037
|
+
readonly protocolId: 342;
|
|
4038
4038
|
readonly protocolName: "MIRR";
|
|
4039
4039
|
readonly protocolSupportsWasm: true;
|
|
4040
4040
|
readonly jsStatus: "implemented";
|
|
@@ -4046,14 +4046,14 @@ export declare const formulaInventory: readonly [{
|
|
|
4046
4046
|
readonly odfStatus: "Implemented";
|
|
4047
4047
|
readonly inOfficeList: true;
|
|
4048
4048
|
readonly deterministic: "deterministic";
|
|
4049
|
-
readonly runtimeStatus: "
|
|
4049
|
+
readonly runtimeStatus: "missing";
|
|
4050
4050
|
readonly protocolId: undefined;
|
|
4051
4051
|
readonly protocolName: undefined;
|
|
4052
4052
|
readonly protocolSupportsWasm: false;
|
|
4053
|
-
readonly jsStatus: "
|
|
4053
|
+
readonly jsStatus: "missing";
|
|
4054
4054
|
readonly wasmStatus: "not-started";
|
|
4055
4055
|
readonly placeholder: false;
|
|
4056
|
-
readonly registeredInCodebase:
|
|
4056
|
+
readonly registeredInCodebase: false;
|
|
4057
4057
|
}, {
|
|
4058
4058
|
readonly name: "MOD";
|
|
4059
4059
|
readonly odfStatus: "Not in ODF 1.4 mandatory";
|
|
@@ -4086,7 +4086,7 @@ export declare const formulaInventory: readonly [{
|
|
|
4086
4086
|
readonly inOfficeList: true;
|
|
4087
4087
|
readonly deterministic: "deterministic";
|
|
4088
4088
|
readonly runtimeStatus: "implemented";
|
|
4089
|
-
readonly protocolId:
|
|
4089
|
+
readonly protocolId: 316;
|
|
4090
4090
|
readonly protocolName: "MODE.MULT";
|
|
4091
4091
|
readonly protocolSupportsWasm: true;
|
|
4092
4092
|
readonly jsStatus: "implemented";
|
|
@@ -4125,7 +4125,7 @@ export declare const formulaInventory: readonly [{
|
|
|
4125
4125
|
readonly inOfficeList: true;
|
|
4126
4126
|
readonly deterministic: "deterministic";
|
|
4127
4127
|
readonly runtimeStatus: "implemented";
|
|
4128
|
-
readonly protocolId:
|
|
4128
|
+
readonly protocolId: 425;
|
|
4129
4129
|
readonly protocolName: "MROUND";
|
|
4130
4130
|
readonly protocolSupportsWasm: true;
|
|
4131
4131
|
readonly jsStatus: "implemented";
|
|
@@ -4242,7 +4242,7 @@ export declare const formulaInventory: readonly [{
|
|
|
4242
4242
|
readonly inOfficeList: true;
|
|
4243
4243
|
readonly deterministic: "deterministic";
|
|
4244
4244
|
readonly runtimeStatus: "implemented";
|
|
4245
|
-
readonly protocolId:
|
|
4245
|
+
readonly protocolId: 243;
|
|
4246
4246
|
readonly protocolName: "NETWORKDAYS.INTL";
|
|
4247
4247
|
readonly protocolSupportsWasm: true;
|
|
4248
4248
|
readonly jsStatus: "implemented";
|
|
@@ -4424,7 +4424,7 @@ export declare const formulaInventory: readonly [{
|
|
|
4424
4424
|
readonly inOfficeList: true;
|
|
4425
4425
|
readonly deterministic: "deterministic";
|
|
4426
4426
|
readonly runtimeStatus: "implemented";
|
|
4427
|
-
readonly protocolId:
|
|
4427
|
+
readonly protocolId: 244;
|
|
4428
4428
|
readonly protocolName: "NUMBERVALUE";
|
|
4429
4429
|
readonly protocolSupportsWasm: true;
|
|
4430
4430
|
readonly jsStatus: "implemented";
|
|
@@ -4437,7 +4437,7 @@ export declare const formulaInventory: readonly [{
|
|
|
4437
4437
|
readonly inOfficeList: true;
|
|
4438
4438
|
readonly deterministic: "deterministic";
|
|
4439
4439
|
readonly runtimeStatus: "implemented";
|
|
4440
|
-
readonly protocolId:
|
|
4440
|
+
readonly protocolId: 273;
|
|
4441
4441
|
readonly protocolName: "OCT2BIN";
|
|
4442
4442
|
readonly protocolSupportsWasm: true;
|
|
4443
4443
|
readonly jsStatus: "implemented";
|
|
@@ -4450,7 +4450,7 @@ export declare const formulaInventory: readonly [{
|
|
|
4450
4450
|
readonly inOfficeList: true;
|
|
4451
4451
|
readonly deterministic: "deterministic";
|
|
4452
4452
|
readonly runtimeStatus: "implemented";
|
|
4453
|
-
readonly protocolId:
|
|
4453
|
+
readonly protocolId: 274;
|
|
4454
4454
|
readonly protocolName: "OCT2DEC";
|
|
4455
4455
|
readonly protocolSupportsWasm: true;
|
|
4456
4456
|
readonly jsStatus: "implemented";
|
|
@@ -4463,7 +4463,7 @@ export declare const formulaInventory: readonly [{
|
|
|
4463
4463
|
readonly inOfficeList: true;
|
|
4464
4464
|
readonly deterministic: "deterministic";
|
|
4465
4465
|
readonly runtimeStatus: "implemented";
|
|
4466
|
-
readonly protocolId:
|
|
4466
|
+
readonly protocolId: 275;
|
|
4467
4467
|
readonly protocolName: "OCT2HEX";
|
|
4468
4468
|
readonly protocolSupportsWasm: true;
|
|
4469
4469
|
readonly jsStatus: "implemented";
|
|
@@ -4476,7 +4476,7 @@ export declare const formulaInventory: readonly [{
|
|
|
4476
4476
|
readonly inOfficeList: true;
|
|
4477
4477
|
readonly deterministic: "deterministic";
|
|
4478
4478
|
readonly runtimeStatus: "implemented";
|
|
4479
|
-
readonly protocolId:
|
|
4479
|
+
readonly protocolId: 400;
|
|
4480
4480
|
readonly protocolName: "ODD";
|
|
4481
4481
|
readonly protocolSupportsWasm: true;
|
|
4482
4482
|
readonly jsStatus: "implemented";
|
|
@@ -4489,7 +4489,7 @@ export declare const formulaInventory: readonly [{
|
|
|
4489
4489
|
readonly inOfficeList: true;
|
|
4490
4490
|
readonly deterministic: "deterministic";
|
|
4491
4491
|
readonly runtimeStatus: "implemented";
|
|
4492
|
-
readonly protocolId:
|
|
4492
|
+
readonly protocolId: 415;
|
|
4493
4493
|
readonly protocolName: "ODDFPRICE";
|
|
4494
4494
|
readonly protocolSupportsWasm: true;
|
|
4495
4495
|
readonly jsStatus: "implemented";
|
|
@@ -4502,7 +4502,7 @@ export declare const formulaInventory: readonly [{
|
|
|
4502
4502
|
readonly inOfficeList: true;
|
|
4503
4503
|
readonly deterministic: "deterministic";
|
|
4504
4504
|
readonly runtimeStatus: "implemented";
|
|
4505
|
-
readonly protocolId:
|
|
4505
|
+
readonly protocolId: 416;
|
|
4506
4506
|
readonly protocolName: "ODDFYIELD";
|
|
4507
4507
|
readonly protocolSupportsWasm: true;
|
|
4508
4508
|
readonly jsStatus: "implemented";
|
|
@@ -4515,7 +4515,7 @@ export declare const formulaInventory: readonly [{
|
|
|
4515
4515
|
readonly inOfficeList: true;
|
|
4516
4516
|
readonly deterministic: "deterministic";
|
|
4517
4517
|
readonly runtimeStatus: "implemented";
|
|
4518
|
-
readonly protocolId:
|
|
4518
|
+
readonly protocolId: 413;
|
|
4519
4519
|
readonly protocolName: "ODDLPRICE";
|
|
4520
4520
|
readonly protocolSupportsWasm: true;
|
|
4521
4521
|
readonly jsStatus: "implemented";
|
|
@@ -4528,7 +4528,7 @@ export declare const formulaInventory: readonly [{
|
|
|
4528
4528
|
readonly inOfficeList: true;
|
|
4529
4529
|
readonly deterministic: "deterministic";
|
|
4530
4530
|
readonly runtimeStatus: "implemented";
|
|
4531
|
-
readonly protocolId:
|
|
4531
|
+
readonly protocolId: 414;
|
|
4532
4532
|
readonly protocolName: "ODDLYIELD";
|
|
4533
4533
|
readonly protocolSupportsWasm: true;
|
|
4534
4534
|
readonly jsStatus: "implemented";
|
|
@@ -4580,7 +4580,7 @@ export declare const formulaInventory: readonly [{
|
|
|
4580
4580
|
readonly inOfficeList: true;
|
|
4581
4581
|
readonly deterministic: "deterministic";
|
|
4582
4582
|
readonly runtimeStatus: "implemented";
|
|
4583
|
-
readonly protocolId:
|
|
4583
|
+
readonly protocolId: 293;
|
|
4584
4584
|
readonly protocolName: "PEARSON";
|
|
4585
4585
|
readonly protocolSupportsWasm: true;
|
|
4586
4586
|
readonly jsStatus: "implemented";
|
|
@@ -4593,7 +4593,7 @@ export declare const formulaInventory: readonly [{
|
|
|
4593
4593
|
readonly inOfficeList: true;
|
|
4594
4594
|
readonly deterministic: "deterministic";
|
|
4595
4595
|
readonly runtimeStatus: "implemented";
|
|
4596
|
-
readonly protocolId:
|
|
4596
|
+
readonly protocolId: 307;
|
|
4597
4597
|
readonly protocolName: "PERCENTILE";
|
|
4598
4598
|
readonly protocolSupportsWasm: true;
|
|
4599
4599
|
readonly jsStatus: "implemented";
|
|
@@ -4606,7 +4606,7 @@ export declare const formulaInventory: readonly [{
|
|
|
4606
4606
|
readonly inOfficeList: true;
|
|
4607
4607
|
readonly deterministic: "deterministic";
|
|
4608
4608
|
readonly runtimeStatus: "implemented";
|
|
4609
|
-
readonly protocolId:
|
|
4609
|
+
readonly protocolId: 309;
|
|
4610
4610
|
readonly protocolName: "PERCENTILE.EXC";
|
|
4611
4611
|
readonly protocolSupportsWasm: true;
|
|
4612
4612
|
readonly jsStatus: "implemented";
|
|
@@ -4619,7 +4619,7 @@ export declare const formulaInventory: readonly [{
|
|
|
4619
4619
|
readonly inOfficeList: true;
|
|
4620
4620
|
readonly deterministic: "deterministic";
|
|
4621
4621
|
readonly runtimeStatus: "implemented";
|
|
4622
|
-
readonly protocolId:
|
|
4622
|
+
readonly protocolId: 308;
|
|
4623
4623
|
readonly protocolName: "PERCENTILE.INC";
|
|
4624
4624
|
readonly protocolSupportsWasm: true;
|
|
4625
4625
|
readonly jsStatus: "implemented";
|
|
@@ -4631,21 +4631,21 @@ export declare const formulaInventory: readonly [{
|
|
|
4631
4631
|
readonly odfStatus: "Not in ODF 1.4 mandatory";
|
|
4632
4632
|
readonly inOfficeList: true;
|
|
4633
4633
|
readonly deterministic: "deterministic";
|
|
4634
|
-
readonly runtimeStatus: "
|
|
4634
|
+
readonly runtimeStatus: "missing";
|
|
4635
4635
|
readonly protocolId: undefined;
|
|
4636
4636
|
readonly protocolName: undefined;
|
|
4637
4637
|
readonly protocolSupportsWasm: false;
|
|
4638
|
-
readonly jsStatus: "
|
|
4638
|
+
readonly jsStatus: "missing";
|
|
4639
4639
|
readonly wasmStatus: "not-started";
|
|
4640
4640
|
readonly placeholder: false;
|
|
4641
|
-
readonly registeredInCodebase:
|
|
4641
|
+
readonly registeredInCodebase: false;
|
|
4642
4642
|
}, {
|
|
4643
4643
|
readonly name: "PERCENTRANK";
|
|
4644
4644
|
readonly odfStatus: "Placeholder (blocked)";
|
|
4645
4645
|
readonly inOfficeList: true;
|
|
4646
4646
|
readonly deterministic: "deterministic";
|
|
4647
4647
|
readonly runtimeStatus: "implemented";
|
|
4648
|
-
readonly protocolId:
|
|
4648
|
+
readonly protocolId: 313;
|
|
4649
4649
|
readonly protocolName: "PERCENTRANK";
|
|
4650
4650
|
readonly protocolSupportsWasm: true;
|
|
4651
4651
|
readonly jsStatus: "implemented";
|
|
@@ -4658,7 +4658,7 @@ export declare const formulaInventory: readonly [{
|
|
|
4658
4658
|
readonly inOfficeList: true;
|
|
4659
4659
|
readonly deterministic: "deterministic";
|
|
4660
4660
|
readonly runtimeStatus: "implemented";
|
|
4661
|
-
readonly protocolId:
|
|
4661
|
+
readonly protocolId: 315;
|
|
4662
4662
|
readonly protocolName: "PERCENTRANK.EXC";
|
|
4663
4663
|
readonly protocolSupportsWasm: true;
|
|
4664
4664
|
readonly jsStatus: "implemented";
|
|
@@ -4671,7 +4671,7 @@ export declare const formulaInventory: readonly [{
|
|
|
4671
4671
|
readonly inOfficeList: true;
|
|
4672
4672
|
readonly deterministic: "deterministic";
|
|
4673
4673
|
readonly runtimeStatus: "implemented";
|
|
4674
|
-
readonly protocolId:
|
|
4674
|
+
readonly protocolId: 314;
|
|
4675
4675
|
readonly protocolName: "PERCENTRANK.INC";
|
|
4676
4676
|
readonly protocolSupportsWasm: true;
|
|
4677
4677
|
readonly jsStatus: "implemented";
|
|
@@ -4723,7 +4723,7 @@ export declare const formulaInventory: readonly [{
|
|
|
4723
4723
|
readonly inOfficeList: true;
|
|
4724
4724
|
readonly deterministic: "deterministic";
|
|
4725
4725
|
readonly runtimeStatus: "implemented";
|
|
4726
|
-
readonly protocolId:
|
|
4726
|
+
readonly protocolId: 418;
|
|
4727
4727
|
readonly protocolName: "PHONETIC";
|
|
4728
4728
|
readonly protocolSupportsWasm: true;
|
|
4729
4729
|
readonly jsStatus: "implemented";
|
|
@@ -4827,7 +4827,7 @@ export declare const formulaInventory: readonly [{
|
|
|
4827
4827
|
readonly inOfficeList: true;
|
|
4828
4828
|
readonly deterministic: "deterministic";
|
|
4829
4829
|
readonly runtimeStatus: "implemented";
|
|
4830
|
-
readonly protocolId:
|
|
4830
|
+
readonly protocolId: 334;
|
|
4831
4831
|
readonly protocolName: "PRICE";
|
|
4832
4832
|
readonly protocolSupportsWasm: true;
|
|
4833
4833
|
readonly jsStatus: "implemented";
|
|
@@ -4840,7 +4840,7 @@ export declare const formulaInventory: readonly [{
|
|
|
4840
4840
|
readonly inOfficeList: true;
|
|
4841
4841
|
readonly deterministic: "deterministic";
|
|
4842
4842
|
readonly runtimeStatus: "implemented";
|
|
4843
|
-
readonly protocolId:
|
|
4843
|
+
readonly protocolId: 321;
|
|
4844
4844
|
readonly protocolName: "PRICEDISC";
|
|
4845
4845
|
readonly protocolSupportsWasm: true;
|
|
4846
4846
|
readonly jsStatus: "implemented";
|
|
@@ -4853,7 +4853,7 @@ export declare const formulaInventory: readonly [{
|
|
|
4853
4853
|
readonly inOfficeList: true;
|
|
4854
4854
|
readonly deterministic: "deterministic";
|
|
4855
4855
|
readonly runtimeStatus: "implemented";
|
|
4856
|
-
readonly protocolId:
|
|
4856
|
+
readonly protocolId: 326;
|
|
4857
4857
|
readonly protocolName: "PRICEMAT";
|
|
4858
4858
|
readonly protocolSupportsWasm: true;
|
|
4859
4859
|
readonly jsStatus: "implemented";
|
|
@@ -4866,7 +4866,7 @@ export declare const formulaInventory: readonly [{
|
|
|
4866
4866
|
readonly inOfficeList: true;
|
|
4867
4867
|
readonly deterministic: "deterministic";
|
|
4868
4868
|
readonly runtimeStatus: "implemented";
|
|
4869
|
-
readonly protocolId:
|
|
4869
|
+
readonly protocolId: 372;
|
|
4870
4870
|
readonly protocolName: "PROB";
|
|
4871
4871
|
readonly protocolSupportsWasm: true;
|
|
4872
4872
|
readonly jsStatus: "implemented";
|
|
@@ -4879,7 +4879,7 @@ export declare const formulaInventory: readonly [{
|
|
|
4879
4879
|
readonly inOfficeList: true;
|
|
4880
4880
|
readonly deterministic: "deterministic";
|
|
4881
4881
|
readonly runtimeStatus: "implemented";
|
|
4882
|
-
readonly protocolId:
|
|
4882
|
+
readonly protocolId: 407;
|
|
4883
4883
|
readonly protocolName: "PRODUCT";
|
|
4884
4884
|
readonly protocolSupportsWasm: true;
|
|
4885
4885
|
readonly jsStatus: "implemented";
|
|
@@ -4891,14 +4891,14 @@ export declare const formulaInventory: readonly [{
|
|
|
4891
4891
|
readonly odfStatus: "Not in ODF 1.4 mandatory";
|
|
4892
4892
|
readonly inOfficeList: true;
|
|
4893
4893
|
readonly deterministic: "deterministic";
|
|
4894
|
-
readonly runtimeStatus: "
|
|
4894
|
+
readonly runtimeStatus: "missing";
|
|
4895
4895
|
readonly protocolId: undefined;
|
|
4896
4896
|
readonly protocolName: undefined;
|
|
4897
4897
|
readonly protocolSupportsWasm: false;
|
|
4898
|
-
readonly jsStatus: "
|
|
4898
|
+
readonly jsStatus: "missing";
|
|
4899
4899
|
readonly wasmStatus: "not-started";
|
|
4900
4900
|
readonly placeholder: false;
|
|
4901
|
-
readonly registeredInCodebase:
|
|
4901
|
+
readonly registeredInCodebase: false;
|
|
4902
4902
|
}, {
|
|
4903
4903
|
readonly name: "PV";
|
|
4904
4904
|
readonly odfStatus: "Not in ODF 1.4 mandatory";
|
|
@@ -4918,7 +4918,7 @@ export declare const formulaInventory: readonly [{
|
|
|
4918
4918
|
readonly inOfficeList: true;
|
|
4919
4919
|
readonly deterministic: "deterministic";
|
|
4920
4920
|
readonly runtimeStatus: "implemented";
|
|
4921
|
-
readonly protocolId:
|
|
4921
|
+
readonly protocolId: 310;
|
|
4922
4922
|
readonly protocolName: "QUARTILE";
|
|
4923
4923
|
readonly protocolSupportsWasm: true;
|
|
4924
4924
|
readonly jsStatus: "implemented";
|
|
@@ -4931,7 +4931,7 @@ export declare const formulaInventory: readonly [{
|
|
|
4931
4931
|
readonly inOfficeList: true;
|
|
4932
4932
|
readonly deterministic: "deterministic";
|
|
4933
4933
|
readonly runtimeStatus: "implemented";
|
|
4934
|
-
readonly protocolId:
|
|
4934
|
+
readonly protocolId: 312;
|
|
4935
4935
|
readonly protocolName: "QUARTILE.EXC";
|
|
4936
4936
|
readonly protocolSupportsWasm: true;
|
|
4937
4937
|
readonly jsStatus: "implemented";
|
|
@@ -4944,7 +4944,7 @@ export declare const formulaInventory: readonly [{
|
|
|
4944
4944
|
readonly inOfficeList: true;
|
|
4945
4945
|
readonly deterministic: "deterministic";
|
|
4946
4946
|
readonly runtimeStatus: "implemented";
|
|
4947
|
-
readonly protocolId:
|
|
4947
|
+
readonly protocolId: 311;
|
|
4948
4948
|
readonly protocolName: "QUARTILE.INC";
|
|
4949
4949
|
readonly protocolSupportsWasm: true;
|
|
4950
4950
|
readonly jsStatus: "implemented";
|
|
@@ -4957,7 +4957,7 @@ export declare const formulaInventory: readonly [{
|
|
|
4957
4957
|
readonly inOfficeList: true;
|
|
4958
4958
|
readonly deterministic: "deterministic";
|
|
4959
4959
|
readonly runtimeStatus: "implemented";
|
|
4960
|
-
readonly protocolId:
|
|
4960
|
+
readonly protocolId: 408;
|
|
4961
4961
|
readonly protocolName: "QUOTIENT";
|
|
4962
4962
|
readonly protocolSupportsWasm: true;
|
|
4963
4963
|
readonly jsStatus: "implemented";
|
|
@@ -5022,7 +5022,7 @@ export declare const formulaInventory: readonly [{
|
|
|
5022
5022
|
readonly inOfficeList: true;
|
|
5023
5023
|
readonly deterministic: "deterministic";
|
|
5024
5024
|
readonly runtimeStatus: "implemented";
|
|
5025
|
-
readonly protocolId:
|
|
5025
|
+
readonly protocolId: 301;
|
|
5026
5026
|
readonly protocolName: "RANK";
|
|
5027
5027
|
readonly protocolSupportsWasm: true;
|
|
5028
5028
|
readonly jsStatus: "implemented";
|
|
@@ -5035,7 +5035,7 @@ export declare const formulaInventory: readonly [{
|
|
|
5035
5035
|
readonly inOfficeList: true;
|
|
5036
5036
|
readonly deterministic: "deterministic";
|
|
5037
5037
|
readonly runtimeStatus: "implemented";
|
|
5038
|
-
readonly protocolId:
|
|
5038
|
+
readonly protocolId: 303;
|
|
5039
5039
|
readonly protocolName: "RANK.AVG";
|
|
5040
5040
|
readonly protocolSupportsWasm: true;
|
|
5041
5041
|
readonly jsStatus: "implemented";
|
|
@@ -5048,7 +5048,7 @@ export declare const formulaInventory: readonly [{
|
|
|
5048
5048
|
readonly inOfficeList: true;
|
|
5049
5049
|
readonly deterministic: "deterministic";
|
|
5050
5050
|
readonly runtimeStatus: "implemented";
|
|
5051
|
-
readonly protocolId:
|
|
5051
|
+
readonly protocolId: 302;
|
|
5052
5052
|
readonly protocolName: "RANK.EQ";
|
|
5053
5053
|
readonly protocolSupportsWasm: true;
|
|
5054
5054
|
readonly jsStatus: "implemented";
|
|
@@ -5061,7 +5061,7 @@ export declare const formulaInventory: readonly [{
|
|
|
5061
5061
|
readonly inOfficeList: true;
|
|
5062
5062
|
readonly deterministic: "deterministic";
|
|
5063
5063
|
readonly runtimeStatus: "implemented";
|
|
5064
|
-
readonly protocolId:
|
|
5064
|
+
readonly protocolId: 338;
|
|
5065
5065
|
readonly protocolName: "RATE";
|
|
5066
5066
|
readonly protocolSupportsWasm: true;
|
|
5067
5067
|
readonly jsStatus: "implemented";
|
|
@@ -5074,7 +5074,7 @@ export declare const formulaInventory: readonly [{
|
|
|
5074
5074
|
readonly inOfficeList: true;
|
|
5075
5075
|
readonly deterministic: "deterministic";
|
|
5076
5076
|
readonly runtimeStatus: "implemented";
|
|
5077
|
-
readonly protocolId:
|
|
5077
|
+
readonly protocolId: 320;
|
|
5078
5078
|
readonly protocolName: "RECEIVED";
|
|
5079
5079
|
readonly protocolSupportsWasm: true;
|
|
5080
5080
|
readonly jsStatus: "implemented";
|
|
@@ -5099,40 +5099,40 @@ export declare const formulaInventory: readonly [{
|
|
|
5099
5099
|
readonly odfStatus: "Not in ODF 1.4 mandatory";
|
|
5100
5100
|
readonly inOfficeList: true;
|
|
5101
5101
|
readonly deterministic: "deterministic";
|
|
5102
|
-
readonly runtimeStatus: "
|
|
5102
|
+
readonly runtimeStatus: "missing";
|
|
5103
5103
|
readonly protocolId: undefined;
|
|
5104
5104
|
readonly protocolName: undefined;
|
|
5105
5105
|
readonly protocolSupportsWasm: false;
|
|
5106
|
-
readonly jsStatus: "
|
|
5106
|
+
readonly jsStatus: "missing";
|
|
5107
5107
|
readonly wasmStatus: "not-started";
|
|
5108
5108
|
readonly placeholder: false;
|
|
5109
|
-
readonly registeredInCodebase:
|
|
5109
|
+
readonly registeredInCodebase: false;
|
|
5110
5110
|
}, {
|
|
5111
5111
|
readonly name: "REGEXREPLACE";
|
|
5112
5112
|
readonly odfStatus: "Not in ODF 1.4 mandatory";
|
|
5113
5113
|
readonly inOfficeList: true;
|
|
5114
5114
|
readonly deterministic: "deterministic";
|
|
5115
|
-
readonly runtimeStatus: "
|
|
5115
|
+
readonly runtimeStatus: "missing";
|
|
5116
5116
|
readonly protocolId: undefined;
|
|
5117
5117
|
readonly protocolName: undefined;
|
|
5118
5118
|
readonly protocolSupportsWasm: false;
|
|
5119
|
-
readonly jsStatus: "
|
|
5119
|
+
readonly jsStatus: "missing";
|
|
5120
5120
|
readonly wasmStatus: "not-started";
|
|
5121
5121
|
readonly placeholder: false;
|
|
5122
|
-
readonly registeredInCodebase:
|
|
5122
|
+
readonly registeredInCodebase: false;
|
|
5123
5123
|
}, {
|
|
5124
5124
|
readonly name: "REGEXTEST";
|
|
5125
5125
|
readonly odfStatus: "Not in ODF 1.4 mandatory";
|
|
5126
5126
|
readonly inOfficeList: true;
|
|
5127
5127
|
readonly deterministic: "deterministic";
|
|
5128
|
-
readonly runtimeStatus: "
|
|
5128
|
+
readonly runtimeStatus: "missing";
|
|
5129
5129
|
readonly protocolId: undefined;
|
|
5130
5130
|
readonly protocolName: undefined;
|
|
5131
5131
|
readonly protocolSupportsWasm: false;
|
|
5132
|
-
readonly jsStatus: "
|
|
5132
|
+
readonly jsStatus: "missing";
|
|
5133
5133
|
readonly wasmStatus: "not-started";
|
|
5134
5134
|
readonly placeholder: false;
|
|
5135
|
-
readonly registeredInCodebase:
|
|
5135
|
+
readonly registeredInCodebase: false;
|
|
5136
5136
|
}, {
|
|
5137
5137
|
readonly name: "REGISTER.ID";
|
|
5138
5138
|
readonly odfStatus: "Not in ODF 1.4 mandatory";
|
|
@@ -5165,7 +5165,7 @@ export declare const formulaInventory: readonly [{
|
|
|
5165
5165
|
readonly inOfficeList: true;
|
|
5166
5166
|
readonly deterministic: "deterministic";
|
|
5167
5167
|
readonly runtimeStatus: "implemented";
|
|
5168
|
-
readonly protocolId:
|
|
5168
|
+
readonly protocolId: 252;
|
|
5169
5169
|
readonly protocolName: "REPLACEB";
|
|
5170
5170
|
readonly protocolSupportsWasm: true;
|
|
5171
5171
|
readonly jsStatus: "implemented";
|
|
@@ -5204,7 +5204,7 @@ export declare const formulaInventory: readonly [{
|
|
|
5204
5204
|
readonly inOfficeList: true;
|
|
5205
5205
|
readonly deterministic: "deterministic";
|
|
5206
5206
|
readonly runtimeStatus: "implemented";
|
|
5207
|
-
readonly protocolId:
|
|
5207
|
+
readonly protocolId: 248;
|
|
5208
5208
|
readonly protocolName: "RIGHTB";
|
|
5209
5209
|
readonly protocolSupportsWasm: true;
|
|
5210
5210
|
readonly jsStatus: "implemented";
|
|
@@ -5308,7 +5308,7 @@ export declare const formulaInventory: readonly [{
|
|
|
5308
5308
|
readonly inOfficeList: true;
|
|
5309
5309
|
readonly deterministic: "deterministic";
|
|
5310
5310
|
readonly runtimeStatus: "implemented";
|
|
5311
|
-
readonly protocolId:
|
|
5311
|
+
readonly protocolId: 298;
|
|
5312
5312
|
readonly protocolName: "RSQ";
|
|
5313
5313
|
readonly protocolSupportsWasm: true;
|
|
5314
5314
|
readonly jsStatus: "implemented";
|
|
@@ -5360,7 +5360,7 @@ export declare const formulaInventory: readonly [{
|
|
|
5360
5360
|
readonly inOfficeList: true;
|
|
5361
5361
|
readonly deterministic: "deterministic";
|
|
5362
5362
|
readonly runtimeStatus: "implemented";
|
|
5363
|
-
readonly protocolId:
|
|
5363
|
+
readonly protocolId: 251;
|
|
5364
5364
|
readonly protocolName: "SEARCHB";
|
|
5365
5365
|
readonly protocolSupportsWasm: true;
|
|
5366
5366
|
readonly jsStatus: "implemented";
|
|
@@ -5373,7 +5373,7 @@ export declare const formulaInventory: readonly [{
|
|
|
5373
5373
|
readonly inOfficeList: true;
|
|
5374
5374
|
readonly deterministic: "deterministic";
|
|
5375
5375
|
readonly runtimeStatus: "implemented";
|
|
5376
|
-
readonly protocolId:
|
|
5376
|
+
readonly protocolId: 396;
|
|
5377
5377
|
readonly protocolName: "SEC";
|
|
5378
5378
|
readonly protocolSupportsWasm: true;
|
|
5379
5379
|
readonly jsStatus: "implemented";
|
|
@@ -5386,7 +5386,7 @@ export declare const formulaInventory: readonly [{
|
|
|
5386
5386
|
readonly inOfficeList: true;
|
|
5387
5387
|
readonly deterministic: "deterministic";
|
|
5388
5388
|
readonly runtimeStatus: "implemented";
|
|
5389
|
-
readonly protocolId:
|
|
5389
|
+
readonly protocolId: 397;
|
|
5390
5390
|
readonly protocolName: "SECH";
|
|
5391
5391
|
readonly protocolSupportsWasm: true;
|
|
5392
5392
|
readonly jsStatus: "implemented";
|
|
@@ -5425,7 +5425,7 @@ export declare const formulaInventory: readonly [{
|
|
|
5425
5425
|
readonly inOfficeList: true;
|
|
5426
5426
|
readonly deterministic: "deterministic";
|
|
5427
5427
|
readonly runtimeStatus: "implemented";
|
|
5428
|
-
readonly protocolId:
|
|
5428
|
+
readonly protocolId: 427;
|
|
5429
5429
|
readonly protocolName: "SERIESSUM";
|
|
5430
5430
|
readonly protocolSupportsWasm: true;
|
|
5431
5431
|
readonly jsStatus: "implemented";
|
|
@@ -5464,7 +5464,7 @@ export declare const formulaInventory: readonly [{
|
|
|
5464
5464
|
readonly inOfficeList: true;
|
|
5465
5465
|
readonly deterministic: "deterministic";
|
|
5466
5466
|
readonly runtimeStatus: "implemented";
|
|
5467
|
-
readonly protocolId:
|
|
5467
|
+
readonly protocolId: 398;
|
|
5468
5468
|
readonly protocolName: "SIGN";
|
|
5469
5469
|
readonly protocolSupportsWasm: true;
|
|
5470
5470
|
readonly jsStatus: "implemented";
|
|
@@ -5490,7 +5490,7 @@ export declare const formulaInventory: readonly [{
|
|
|
5490
5490
|
readonly inOfficeList: true;
|
|
5491
5491
|
readonly deterministic: "deterministic";
|
|
5492
5492
|
readonly runtimeStatus: "implemented";
|
|
5493
|
-
readonly protocolId:
|
|
5493
|
+
readonly protocolId: 384;
|
|
5494
5494
|
readonly protocolName: "SINH";
|
|
5495
5495
|
readonly protocolSupportsWasm: true;
|
|
5496
5496
|
readonly jsStatus: "implemented";
|
|
@@ -5542,7 +5542,7 @@ export declare const formulaInventory: readonly [{
|
|
|
5542
5542
|
readonly inOfficeList: true;
|
|
5543
5543
|
readonly deterministic: "deterministic";
|
|
5544
5544
|
readonly runtimeStatus: "implemented";
|
|
5545
|
-
readonly protocolId:
|
|
5545
|
+
readonly protocolId: 214;
|
|
5546
5546
|
readonly protocolName: "SLN";
|
|
5547
5547
|
readonly protocolSupportsWasm: true;
|
|
5548
5548
|
readonly jsStatus: "implemented";
|
|
@@ -5555,7 +5555,7 @@ export declare const formulaInventory: readonly [{
|
|
|
5555
5555
|
readonly inOfficeList: true;
|
|
5556
5556
|
readonly deterministic: "deterministic";
|
|
5557
5557
|
readonly runtimeStatus: "implemented";
|
|
5558
|
-
readonly protocolId:
|
|
5558
|
+
readonly protocolId: 299;
|
|
5559
5559
|
readonly protocolName: "SLOPE";
|
|
5560
5560
|
readonly protocolSupportsWasm: true;
|
|
5561
5561
|
readonly jsStatus: "implemented";
|
|
@@ -5568,7 +5568,7 @@ export declare const formulaInventory: readonly [{
|
|
|
5568
5568
|
readonly inOfficeList: true;
|
|
5569
5569
|
readonly deterministic: "deterministic";
|
|
5570
5570
|
readonly runtimeStatus: "implemented";
|
|
5571
|
-
readonly protocolId:
|
|
5571
|
+
readonly protocolId: 305;
|
|
5572
5572
|
readonly protocolName: "SMALL";
|
|
5573
5573
|
readonly protocolSupportsWasm: true;
|
|
5574
5574
|
readonly jsStatus: "implemented";
|
|
@@ -5620,7 +5620,7 @@ export declare const formulaInventory: readonly [{
|
|
|
5620
5620
|
readonly inOfficeList: true;
|
|
5621
5621
|
readonly deterministic: "deterministic";
|
|
5622
5622
|
readonly runtimeStatus: "implemented";
|
|
5623
|
-
readonly protocolId:
|
|
5623
|
+
readonly protocolId: 426;
|
|
5624
5624
|
readonly protocolName: "SQRTPI";
|
|
5625
5625
|
readonly protocolSupportsWasm: true;
|
|
5626
5626
|
readonly jsStatus: "implemented";
|
|
@@ -5724,7 +5724,7 @@ export declare const formulaInventory: readonly [{
|
|
|
5724
5724
|
readonly inOfficeList: true;
|
|
5725
5725
|
readonly deterministic: "deterministic";
|
|
5726
5726
|
readonly runtimeStatus: "implemented";
|
|
5727
|
-
readonly protocolId:
|
|
5727
|
+
readonly protocolId: 300;
|
|
5728
5728
|
readonly protocolName: "STEYX";
|
|
5729
5729
|
readonly protocolSupportsWasm: true;
|
|
5730
5730
|
readonly jsStatus: "implemented";
|
|
@@ -5828,7 +5828,7 @@ export declare const formulaInventory: readonly [{
|
|
|
5828
5828
|
readonly inOfficeList: true;
|
|
5829
5829
|
readonly deterministic: "deterministic";
|
|
5830
5830
|
readonly runtimeStatus: "implemented";
|
|
5831
|
-
readonly protocolId:
|
|
5831
|
+
readonly protocolId: 411;
|
|
5832
5832
|
readonly protocolName: "SUMSQ";
|
|
5833
5833
|
readonly protocolSupportsWasm: true;
|
|
5834
5834
|
readonly jsStatus: "implemented";
|
|
@@ -5840,40 +5840,40 @@ export declare const formulaInventory: readonly [{
|
|
|
5840
5840
|
readonly odfStatus: "Implemented";
|
|
5841
5841
|
readonly inOfficeList: true;
|
|
5842
5842
|
readonly deterministic: "deterministic";
|
|
5843
|
-
readonly runtimeStatus: "
|
|
5843
|
+
readonly runtimeStatus: "missing";
|
|
5844
5844
|
readonly protocolId: undefined;
|
|
5845
5845
|
readonly protocolName: undefined;
|
|
5846
5846
|
readonly protocolSupportsWasm: false;
|
|
5847
|
-
readonly jsStatus: "
|
|
5847
|
+
readonly jsStatus: "missing";
|
|
5848
5848
|
readonly wasmStatus: "not-started";
|
|
5849
5849
|
readonly placeholder: false;
|
|
5850
|
-
readonly registeredInCodebase:
|
|
5850
|
+
readonly registeredInCodebase: false;
|
|
5851
5851
|
}, {
|
|
5852
5852
|
readonly name: "SUMX2PY2";
|
|
5853
5853
|
readonly odfStatus: "Implemented";
|
|
5854
5854
|
readonly inOfficeList: true;
|
|
5855
5855
|
readonly deterministic: "deterministic";
|
|
5856
|
-
readonly runtimeStatus: "
|
|
5856
|
+
readonly runtimeStatus: "missing";
|
|
5857
5857
|
readonly protocolId: undefined;
|
|
5858
5858
|
readonly protocolName: undefined;
|
|
5859
5859
|
readonly protocolSupportsWasm: false;
|
|
5860
|
-
readonly jsStatus: "
|
|
5860
|
+
readonly jsStatus: "missing";
|
|
5861
5861
|
readonly wasmStatus: "not-started";
|
|
5862
5862
|
readonly placeholder: false;
|
|
5863
|
-
readonly registeredInCodebase:
|
|
5863
|
+
readonly registeredInCodebase: false;
|
|
5864
5864
|
}, {
|
|
5865
5865
|
readonly name: "SUMXMY2";
|
|
5866
5866
|
readonly odfStatus: "Implemented";
|
|
5867
5867
|
readonly inOfficeList: true;
|
|
5868
5868
|
readonly deterministic: "deterministic";
|
|
5869
|
-
readonly runtimeStatus: "
|
|
5869
|
+
readonly runtimeStatus: "missing";
|
|
5870
5870
|
readonly protocolId: undefined;
|
|
5871
5871
|
readonly protocolName: undefined;
|
|
5872
5872
|
readonly protocolSupportsWasm: false;
|
|
5873
|
-
readonly jsStatus: "
|
|
5873
|
+
readonly jsStatus: "missing";
|
|
5874
5874
|
readonly wasmStatus: "not-started";
|
|
5875
5875
|
readonly placeholder: false;
|
|
5876
|
-
readonly registeredInCodebase:
|
|
5876
|
+
readonly registeredInCodebase: false;
|
|
5877
5877
|
}, {
|
|
5878
5878
|
readonly name: "SWITCH";
|
|
5879
5879
|
readonly odfStatus: "Not in ODF 1.4 mandatory";
|
|
@@ -5893,7 +5893,7 @@ export declare const formulaInventory: readonly [{
|
|
|
5893
5893
|
readonly inOfficeList: true;
|
|
5894
5894
|
readonly deterministic: "deterministic";
|
|
5895
5895
|
readonly runtimeStatus: "implemented";
|
|
5896
|
-
readonly protocolId:
|
|
5896
|
+
readonly protocolId: 215;
|
|
5897
5897
|
readonly protocolName: "SYD";
|
|
5898
5898
|
readonly protocolSupportsWasm: true;
|
|
5899
5899
|
readonly jsStatus: "implemented";
|
|
@@ -5919,7 +5919,7 @@ export declare const formulaInventory: readonly [{
|
|
|
5919
5919
|
readonly inOfficeList: true;
|
|
5920
5920
|
readonly deterministic: "deterministic";
|
|
5921
5921
|
readonly runtimeStatus: "implemented";
|
|
5922
|
-
readonly protocolId:
|
|
5922
|
+
readonly protocolId: 345;
|
|
5923
5923
|
readonly protocolName: "T.DIST";
|
|
5924
5924
|
readonly protocolSupportsWasm: true;
|
|
5925
5925
|
readonly jsStatus: "implemented";
|
|
@@ -5932,7 +5932,7 @@ export declare const formulaInventory: readonly [{
|
|
|
5932
5932
|
readonly inOfficeList: true;
|
|
5933
5933
|
readonly deterministic: "deterministic";
|
|
5934
5934
|
readonly runtimeStatus: "implemented";
|
|
5935
|
-
readonly protocolId:
|
|
5935
|
+
readonly protocolId: 347;
|
|
5936
5936
|
readonly protocolName: "T.DIST.2T";
|
|
5937
5937
|
readonly protocolSupportsWasm: true;
|
|
5938
5938
|
readonly jsStatus: "implemented";
|
|
@@ -5945,7 +5945,7 @@ export declare const formulaInventory: readonly [{
|
|
|
5945
5945
|
readonly inOfficeList: true;
|
|
5946
5946
|
readonly deterministic: "deterministic";
|
|
5947
5947
|
readonly runtimeStatus: "implemented";
|
|
5948
|
-
readonly protocolId:
|
|
5948
|
+
readonly protocolId: 346;
|
|
5949
5949
|
readonly protocolName: "T.DIST.RT";
|
|
5950
5950
|
readonly protocolSupportsWasm: true;
|
|
5951
5951
|
readonly jsStatus: "implemented";
|
|
@@ -5958,7 +5958,7 @@ export declare const formulaInventory: readonly [{
|
|
|
5958
5958
|
readonly inOfficeList: true;
|
|
5959
5959
|
readonly deterministic: "deterministic";
|
|
5960
5960
|
readonly runtimeStatus: "implemented";
|
|
5961
|
-
readonly protocolId:
|
|
5961
|
+
readonly protocolId: 348;
|
|
5962
5962
|
readonly protocolName: "T.INV";
|
|
5963
5963
|
readonly protocolSupportsWasm: true;
|
|
5964
5964
|
readonly jsStatus: "implemented";
|
|
@@ -5971,7 +5971,7 @@ export declare const formulaInventory: readonly [{
|
|
|
5971
5971
|
readonly inOfficeList: true;
|
|
5972
5972
|
readonly deterministic: "deterministic";
|
|
5973
5973
|
readonly runtimeStatus: "implemented";
|
|
5974
|
-
readonly protocolId:
|
|
5974
|
+
readonly protocolId: 349;
|
|
5975
5975
|
readonly protocolName: "T.INV.2T";
|
|
5976
5976
|
readonly protocolSupportsWasm: true;
|
|
5977
5977
|
readonly jsStatus: "implemented";
|
|
@@ -5984,7 +5984,7 @@ export declare const formulaInventory: readonly [{
|
|
|
5984
5984
|
readonly inOfficeList: true;
|
|
5985
5985
|
readonly deterministic: "deterministic";
|
|
5986
5986
|
readonly runtimeStatus: "implemented";
|
|
5987
|
-
readonly protocolId:
|
|
5987
|
+
readonly protocolId: 352;
|
|
5988
5988
|
readonly protocolName: "T.TEST";
|
|
5989
5989
|
readonly protocolSupportsWasm: true;
|
|
5990
5990
|
readonly jsStatus: "implemented";
|
|
@@ -6023,7 +6023,7 @@ export declare const formulaInventory: readonly [{
|
|
|
6023
6023
|
readonly inOfficeList: true;
|
|
6024
6024
|
readonly deterministic: "deterministic";
|
|
6025
6025
|
readonly runtimeStatus: "implemented";
|
|
6026
|
-
readonly protocolId:
|
|
6026
|
+
readonly protocolId: 386;
|
|
6027
6027
|
readonly protocolName: "TANH";
|
|
6028
6028
|
readonly protocolSupportsWasm: true;
|
|
6029
6029
|
readonly jsStatus: "implemented";
|
|
@@ -6036,7 +6036,7 @@ export declare const formulaInventory: readonly [{
|
|
|
6036
6036
|
readonly inOfficeList: true;
|
|
6037
6037
|
readonly deterministic: "deterministic";
|
|
6038
6038
|
readonly runtimeStatus: "implemented";
|
|
6039
|
-
readonly protocolId:
|
|
6039
|
+
readonly protocolId: 325;
|
|
6040
6040
|
readonly protocolName: "TBILLEQ";
|
|
6041
6041
|
readonly protocolSupportsWasm: true;
|
|
6042
6042
|
readonly jsStatus: "implemented";
|
|
@@ -6049,7 +6049,7 @@ export declare const formulaInventory: readonly [{
|
|
|
6049
6049
|
readonly inOfficeList: true;
|
|
6050
6050
|
readonly deterministic: "deterministic";
|
|
6051
6051
|
readonly runtimeStatus: "implemented";
|
|
6052
|
-
readonly protocolId:
|
|
6052
|
+
readonly protocolId: 323;
|
|
6053
6053
|
readonly protocolName: "TBILLPRICE";
|
|
6054
6054
|
readonly protocolSupportsWasm: true;
|
|
6055
6055
|
readonly jsStatus: "implemented";
|
|
@@ -6062,7 +6062,7 @@ export declare const formulaInventory: readonly [{
|
|
|
6062
6062
|
readonly inOfficeList: true;
|
|
6063
6063
|
readonly deterministic: "deterministic";
|
|
6064
6064
|
readonly runtimeStatus: "implemented";
|
|
6065
|
-
readonly protocolId:
|
|
6065
|
+
readonly protocolId: 324;
|
|
6066
6066
|
readonly protocolName: "TBILLYIELD";
|
|
6067
6067
|
readonly protocolSupportsWasm: true;
|
|
6068
6068
|
readonly jsStatus: "implemented";
|
|
@@ -6075,7 +6075,7 @@ export declare const formulaInventory: readonly [{
|
|
|
6075
6075
|
readonly inOfficeList: true;
|
|
6076
6076
|
readonly deterministic: "deterministic";
|
|
6077
6077
|
readonly runtimeStatus: "implemented";
|
|
6078
|
-
readonly protocolId:
|
|
6078
|
+
readonly protocolId: 350;
|
|
6079
6079
|
readonly protocolName: "TDIST";
|
|
6080
6080
|
readonly protocolSupportsWasm: true;
|
|
6081
6081
|
readonly jsStatus: "implemented";
|
|
@@ -6088,7 +6088,7 @@ export declare const formulaInventory: readonly [{
|
|
|
6088
6088
|
readonly inOfficeList: true;
|
|
6089
6089
|
readonly deterministic: "deterministic";
|
|
6090
6090
|
readonly runtimeStatus: "implemented";
|
|
6091
|
-
readonly protocolId:
|
|
6091
|
+
readonly protocolId: 417;
|
|
6092
6092
|
readonly protocolName: "TEXT";
|
|
6093
6093
|
readonly protocolSupportsWasm: true;
|
|
6094
6094
|
readonly jsStatus: "implemented";
|
|
@@ -6101,7 +6101,7 @@ export declare const formulaInventory: readonly [{
|
|
|
6101
6101
|
readonly inOfficeList: true;
|
|
6102
6102
|
readonly deterministic: "deterministic";
|
|
6103
6103
|
readonly runtimeStatus: "implemented";
|
|
6104
|
-
readonly protocolId:
|
|
6104
|
+
readonly protocolId: 288;
|
|
6105
6105
|
readonly protocolName: "TEXTAFTER";
|
|
6106
6106
|
readonly protocolSupportsWasm: true;
|
|
6107
6107
|
readonly jsStatus: "implemented";
|
|
@@ -6114,7 +6114,7 @@ export declare const formulaInventory: readonly [{
|
|
|
6114
6114
|
readonly inOfficeList: true;
|
|
6115
6115
|
readonly deterministic: "deterministic";
|
|
6116
6116
|
readonly runtimeStatus: "implemented";
|
|
6117
|
-
readonly protocolId:
|
|
6117
|
+
readonly protocolId: 287;
|
|
6118
6118
|
readonly protocolName: "TEXTBEFORE";
|
|
6119
6119
|
readonly protocolSupportsWasm: true;
|
|
6120
6120
|
readonly jsStatus: "implemented";
|
|
@@ -6127,7 +6127,7 @@ export declare const formulaInventory: readonly [{
|
|
|
6127
6127
|
readonly inOfficeList: true;
|
|
6128
6128
|
readonly deterministic: "deterministic";
|
|
6129
6129
|
readonly runtimeStatus: "implemented";
|
|
6130
|
-
readonly protocolId:
|
|
6130
|
+
readonly protocolId: 289;
|
|
6131
6131
|
readonly protocolName: "TEXTJOIN";
|
|
6132
6132
|
readonly protocolSupportsWasm: true;
|
|
6133
6133
|
readonly jsStatus: "implemented";
|
|
@@ -6140,7 +6140,7 @@ export declare const formulaInventory: readonly [{
|
|
|
6140
6140
|
readonly inOfficeList: true;
|
|
6141
6141
|
readonly deterministic: "deterministic";
|
|
6142
6142
|
readonly runtimeStatus: "implemented";
|
|
6143
|
-
readonly protocolId:
|
|
6143
|
+
readonly protocolId: 290;
|
|
6144
6144
|
readonly protocolName: "TEXTSPLIT";
|
|
6145
6145
|
readonly protocolSupportsWasm: true;
|
|
6146
6146
|
readonly jsStatus: "implemented";
|
|
@@ -6166,7 +6166,7 @@ export declare const formulaInventory: readonly [{
|
|
|
6166
6166
|
readonly inOfficeList: true;
|
|
6167
6167
|
readonly deterministic: "deterministic";
|
|
6168
6168
|
readonly runtimeStatus: "implemented";
|
|
6169
|
-
readonly protocolId:
|
|
6169
|
+
readonly protocolId: 285;
|
|
6170
6170
|
readonly protocolName: "TIMEVALUE";
|
|
6171
6171
|
readonly protocolSupportsWasm: true;
|
|
6172
6172
|
readonly jsStatus: "implemented";
|
|
@@ -6179,7 +6179,7 @@ export declare const formulaInventory: readonly [{
|
|
|
6179
6179
|
readonly inOfficeList: true;
|
|
6180
6180
|
readonly deterministic: "deterministic";
|
|
6181
6181
|
readonly runtimeStatus: "implemented";
|
|
6182
|
-
readonly protocolId:
|
|
6182
|
+
readonly protocolId: 351;
|
|
6183
6183
|
readonly protocolName: "TINV";
|
|
6184
6184
|
readonly protocolSupportsWasm: true;
|
|
6185
6185
|
readonly jsStatus: "implemented";
|
|
@@ -6257,7 +6257,7 @@ export declare const formulaInventory: readonly [{
|
|
|
6257
6257
|
readonly inOfficeList: true;
|
|
6258
6258
|
readonly deterministic: "deterministic";
|
|
6259
6259
|
readonly runtimeStatus: "implemented";
|
|
6260
|
-
readonly protocolId:
|
|
6260
|
+
readonly protocolId: 375;
|
|
6261
6261
|
readonly protocolName: "TREND";
|
|
6262
6262
|
readonly protocolSupportsWasm: true;
|
|
6263
6263
|
readonly jsStatus: "implemented";
|
|
@@ -6283,7 +6283,7 @@ export declare const formulaInventory: readonly [{
|
|
|
6283
6283
|
readonly inOfficeList: true;
|
|
6284
6284
|
readonly deterministic: "deterministic";
|
|
6285
6285
|
readonly runtimeStatus: "implemented";
|
|
6286
|
-
readonly protocolId:
|
|
6286
|
+
readonly protocolId: 373;
|
|
6287
6287
|
readonly protocolName: "TRIMMEAN";
|
|
6288
6288
|
readonly protocolSupportsWasm: true;
|
|
6289
6289
|
readonly jsStatus: "implemented";
|
|
@@ -6296,7 +6296,7 @@ export declare const formulaInventory: readonly [{
|
|
|
6296
6296
|
readonly inOfficeList: true;
|
|
6297
6297
|
readonly deterministic: "deterministic";
|
|
6298
6298
|
readonly runtimeStatus: "implemented";
|
|
6299
|
-
readonly protocolId:
|
|
6299
|
+
readonly protocolId: 208;
|
|
6300
6300
|
readonly protocolName: "TRIMRANGE";
|
|
6301
6301
|
readonly protocolSupportsWasm: true;
|
|
6302
6302
|
readonly jsStatus: "implemented";
|
|
@@ -6322,7 +6322,7 @@ export declare const formulaInventory: readonly [{
|
|
|
6322
6322
|
readonly inOfficeList: true;
|
|
6323
6323
|
readonly deterministic: "deterministic";
|
|
6324
6324
|
readonly runtimeStatus: "implemented";
|
|
6325
|
-
readonly protocolId:
|
|
6325
|
+
readonly protocolId: 424;
|
|
6326
6326
|
readonly protocolName: "TRUNC";
|
|
6327
6327
|
readonly protocolSupportsWasm: true;
|
|
6328
6328
|
readonly jsStatus: "implemented";
|
|
@@ -6335,7 +6335,7 @@ export declare const formulaInventory: readonly [{
|
|
|
6335
6335
|
readonly inOfficeList: true;
|
|
6336
6336
|
readonly deterministic: "deterministic";
|
|
6337
6337
|
readonly runtimeStatus: "implemented";
|
|
6338
|
-
readonly protocolId:
|
|
6338
|
+
readonly protocolId: 353;
|
|
6339
6339
|
readonly protocolName: "TTEST";
|
|
6340
6340
|
readonly protocolSupportsWasm: true;
|
|
6341
6341
|
readonly jsStatus: "implemented";
|
|
@@ -6361,7 +6361,7 @@ export declare const formulaInventory: readonly [{
|
|
|
6361
6361
|
readonly inOfficeList: true;
|
|
6362
6362
|
readonly deterministic: "deterministic";
|
|
6363
6363
|
readonly runtimeStatus: "implemented";
|
|
6364
|
-
readonly protocolId:
|
|
6364
|
+
readonly protocolId: 279;
|
|
6365
6365
|
readonly protocolName: "UNICHAR";
|
|
6366
6366
|
readonly protocolSupportsWasm: true;
|
|
6367
6367
|
readonly jsStatus: "implemented";
|
|
@@ -6374,7 +6374,7 @@ export declare const formulaInventory: readonly [{
|
|
|
6374
6374
|
readonly inOfficeList: true;
|
|
6375
6375
|
readonly deterministic: "deterministic";
|
|
6376
6376
|
readonly runtimeStatus: "implemented";
|
|
6377
|
-
readonly protocolId:
|
|
6377
|
+
readonly protocolId: 278;
|
|
6378
6378
|
readonly protocolName: "UNICODE";
|
|
6379
6379
|
readonly protocolSupportsWasm: true;
|
|
6380
6380
|
readonly jsStatus: "implemented";
|
|
@@ -6439,7 +6439,7 @@ export declare const formulaInventory: readonly [{
|
|
|
6439
6439
|
readonly inOfficeList: true;
|
|
6440
6440
|
readonly deterministic: "deterministic";
|
|
6441
6441
|
readonly runtimeStatus: "implemented";
|
|
6442
|
-
readonly protocolId:
|
|
6442
|
+
readonly protocolId: 245;
|
|
6443
6443
|
readonly protocolName: "VALUETOTEXT";
|
|
6444
6444
|
readonly protocolSupportsWasm: true;
|
|
6445
6445
|
readonly jsStatus: "implemented";
|
|
@@ -6530,7 +6530,7 @@ export declare const formulaInventory: readonly [{
|
|
|
6530
6530
|
readonly inOfficeList: true;
|
|
6531
6531
|
readonly deterministic: "deterministic";
|
|
6532
6532
|
readonly runtimeStatus: "implemented";
|
|
6533
|
-
readonly protocolId:
|
|
6533
|
+
readonly protocolId: 213;
|
|
6534
6534
|
readonly protocolName: "VDB";
|
|
6535
6535
|
readonly protocolSupportsWasm: true;
|
|
6536
6536
|
readonly jsStatus: "implemented";
|
|
@@ -6647,7 +6647,7 @@ export declare const formulaInventory: readonly [{
|
|
|
6647
6647
|
readonly inOfficeList: true;
|
|
6648
6648
|
readonly deterministic: "deterministic";
|
|
6649
6649
|
readonly runtimeStatus: "implemented";
|
|
6650
|
-
readonly protocolId:
|
|
6650
|
+
readonly protocolId: 242;
|
|
6651
6651
|
readonly protocolName: "WORKDAY.INTL";
|
|
6652
6652
|
readonly protocolSupportsWasm: true;
|
|
6653
6653
|
readonly jsStatus: "implemented";
|
|
@@ -6686,7 +6686,7 @@ export declare const formulaInventory: readonly [{
|
|
|
6686
6686
|
readonly inOfficeList: true;
|
|
6687
6687
|
readonly deterministic: "deterministic";
|
|
6688
6688
|
readonly runtimeStatus: "implemented";
|
|
6689
|
-
readonly protocolId:
|
|
6689
|
+
readonly protocolId: 344;
|
|
6690
6690
|
readonly protocolName: "XIRR";
|
|
6691
6691
|
readonly protocolSupportsWasm: true;
|
|
6692
6692
|
readonly jsStatus: "implemented";
|
|
@@ -6725,7 +6725,7 @@ export declare const formulaInventory: readonly [{
|
|
|
6725
6725
|
readonly inOfficeList: true;
|
|
6726
6726
|
readonly deterministic: "deterministic";
|
|
6727
6727
|
readonly runtimeStatus: "implemented";
|
|
6728
|
-
readonly protocolId:
|
|
6728
|
+
readonly protocolId: 343;
|
|
6729
6729
|
readonly protocolName: "XNPV";
|
|
6730
6730
|
readonly protocolSupportsWasm: true;
|
|
6731
6731
|
readonly jsStatus: "implemented";
|
|
@@ -6764,7 +6764,7 @@ export declare const formulaInventory: readonly [{
|
|
|
6764
6764
|
readonly inOfficeList: true;
|
|
6765
6765
|
readonly deterministic: "deterministic";
|
|
6766
6766
|
readonly runtimeStatus: "implemented";
|
|
6767
|
-
readonly protocolId:
|
|
6767
|
+
readonly protocolId: 282;
|
|
6768
6768
|
readonly protocolName: "YEARFRAC";
|
|
6769
6769
|
readonly protocolSupportsWasm: true;
|
|
6770
6770
|
readonly jsStatus: "implemented";
|
|
@@ -6777,7 +6777,7 @@ export declare const formulaInventory: readonly [{
|
|
|
6777
6777
|
readonly inOfficeList: true;
|
|
6778
6778
|
readonly deterministic: "deterministic";
|
|
6779
6779
|
readonly runtimeStatus: "implemented";
|
|
6780
|
-
readonly protocolId:
|
|
6780
|
+
readonly protocolId: 335;
|
|
6781
6781
|
readonly protocolName: "YIELD";
|
|
6782
6782
|
readonly protocolSupportsWasm: true;
|
|
6783
6783
|
readonly jsStatus: "implemented";
|
|
@@ -6790,7 +6790,7 @@ export declare const formulaInventory: readonly [{
|
|
|
6790
6790
|
readonly inOfficeList: true;
|
|
6791
6791
|
readonly deterministic: "deterministic";
|
|
6792
6792
|
readonly runtimeStatus: "implemented";
|
|
6793
|
-
readonly protocolId:
|
|
6793
|
+
readonly protocolId: 322;
|
|
6794
6794
|
readonly protocolName: "YIELDDISC";
|
|
6795
6795
|
readonly protocolSupportsWasm: true;
|
|
6796
6796
|
readonly jsStatus: "implemented";
|
|
@@ -6803,7 +6803,7 @@ export declare const formulaInventory: readonly [{
|
|
|
6803
6803
|
readonly inOfficeList: true;
|
|
6804
6804
|
readonly deterministic: "deterministic";
|
|
6805
6805
|
readonly runtimeStatus: "implemented";
|
|
6806
|
-
readonly protocolId:
|
|
6806
|
+
readonly protocolId: 327;
|
|
6807
6807
|
readonly protocolName: "YIELDMAT";
|
|
6808
6808
|
readonly protocolSupportsWasm: true;
|
|
6809
6809
|
readonly jsStatus: "implemented";
|
|
@@ -6816,7 +6816,7 @@ export declare const formulaInventory: readonly [{
|
|
|
6816
6816
|
readonly inOfficeList: true;
|
|
6817
6817
|
readonly deterministic: "deterministic";
|
|
6818
6818
|
readonly runtimeStatus: "implemented";
|
|
6819
|
-
readonly protocolId:
|
|
6819
|
+
readonly protocolId: 240;
|
|
6820
6820
|
readonly protocolName: "Z.TEST";
|
|
6821
6821
|
readonly protocolSupportsWasm: true;
|
|
6822
6822
|
readonly jsStatus: "implemented";
|
|
@@ -6829,7 +6829,7 @@ export declare const formulaInventory: readonly [{
|
|
|
6829
6829
|
readonly inOfficeList: true;
|
|
6830
6830
|
readonly deterministic: "deterministic";
|
|
6831
6831
|
readonly runtimeStatus: "implemented";
|
|
6832
|
-
readonly protocolId:
|
|
6832
|
+
readonly protocolId: 241;
|
|
6833
6833
|
readonly protocolName: "ZTEST";
|
|
6834
6834
|
readonly protocolSupportsWasm: true;
|
|
6835
6835
|
readonly jsStatus: "implemented";
|