@bilig/formula 0.1.73 → 0.1.75
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/generated/formula-inventory.d.ts +154 -153
- package/dist/generated/formula-inventory.js +154 -153
- package/dist/generated/formula-inventory.js.map +1 -1
- package/dist/runtime-inventory.d.ts +11 -0
- package/dist/runtime-inventory.js +50 -0
- package/dist/runtime-inventory.js.map +1 -0
- package/package.json +2 -2
|
@@ -4,14 +4,15 @@ export const formulaInventorySummary = {
|
|
|
4
4
|
total: 525,
|
|
5
5
|
odfMandatory: 59,
|
|
6
6
|
officeListed: 508,
|
|
7
|
+
officeListedRegisteredInCodebase: 508,
|
|
7
8
|
overlap: 58,
|
|
8
9
|
odfOnly: 1,
|
|
9
10
|
officeOnly: 450,
|
|
10
|
-
registeredInCodebase:
|
|
11
|
-
missingInCodebase:
|
|
11
|
+
registeredInCodebase: 525,
|
|
12
|
+
missingInCodebase: 0,
|
|
12
13
|
placeholders: 0,
|
|
13
14
|
protocolBuiltins: 417,
|
|
14
|
-
runtimeRegisteredMissingProtocol:
|
|
15
|
+
runtimeRegisteredMissingProtocol: 89,
|
|
15
16
|
};
|
|
16
17
|
export const formulaInventory = [
|
|
17
18
|
{
|
|
@@ -33,28 +34,28 @@ export const formulaInventory = [
|
|
|
33
34
|
odfStatus: "Implemented",
|
|
34
35
|
inOfficeList: true,
|
|
35
36
|
deterministic: "deterministic",
|
|
36
|
-
runtimeStatus: "
|
|
37
|
+
runtimeStatus: "implemented",
|
|
37
38
|
protocolId: undefined,
|
|
38
39
|
protocolName: undefined,
|
|
39
40
|
protocolSupportsWasm: false,
|
|
40
|
-
jsStatus: "
|
|
41
|
+
jsStatus: "implemented",
|
|
41
42
|
wasmStatus: "not-started",
|
|
42
43
|
placeholder: false,
|
|
43
|
-
registeredInCodebase:
|
|
44
|
+
registeredInCodebase: true,
|
|
44
45
|
},
|
|
45
46
|
{
|
|
46
47
|
name: "ACCRINTM",
|
|
47
48
|
odfStatus: "Implemented",
|
|
48
49
|
inOfficeList: true,
|
|
49
50
|
deterministic: "deterministic",
|
|
50
|
-
runtimeStatus: "
|
|
51
|
+
runtimeStatus: "implemented",
|
|
51
52
|
protocolId: undefined,
|
|
52
53
|
protocolName: undefined,
|
|
53
54
|
protocolSupportsWasm: false,
|
|
54
|
-
jsStatus: "
|
|
55
|
+
jsStatus: "implemented",
|
|
55
56
|
wasmStatus: "not-started",
|
|
56
57
|
placeholder: false,
|
|
57
|
-
registeredInCodebase:
|
|
58
|
+
registeredInCodebase: true,
|
|
58
59
|
},
|
|
59
60
|
{
|
|
60
61
|
name: "ACOS",
|
|
@@ -145,28 +146,28 @@ export const formulaInventory = [
|
|
|
145
146
|
odfStatus: "Not in ODF 1.4 mandatory",
|
|
146
147
|
inOfficeList: true,
|
|
147
148
|
deterministic: "deterministic",
|
|
148
|
-
runtimeStatus: "
|
|
149
|
+
runtimeStatus: "implemented",
|
|
149
150
|
protocolId: undefined,
|
|
150
151
|
protocolName: undefined,
|
|
151
152
|
protocolSupportsWasm: false,
|
|
152
|
-
jsStatus: "
|
|
153
|
+
jsStatus: "implemented",
|
|
153
154
|
wasmStatus: "not-started",
|
|
154
155
|
placeholder: false,
|
|
155
|
-
registeredInCodebase:
|
|
156
|
+
registeredInCodebase: true,
|
|
156
157
|
},
|
|
157
158
|
{
|
|
158
159
|
name: "AMORLINC",
|
|
159
160
|
odfStatus: "Implemented",
|
|
160
161
|
inOfficeList: true,
|
|
161
162
|
deterministic: "deterministic",
|
|
162
|
-
runtimeStatus: "
|
|
163
|
+
runtimeStatus: "implemented",
|
|
163
164
|
protocolId: undefined,
|
|
164
165
|
protocolName: undefined,
|
|
165
166
|
protocolSupportsWasm: false,
|
|
166
|
-
jsStatus: "
|
|
167
|
+
jsStatus: "implemented",
|
|
167
168
|
wasmStatus: "not-started",
|
|
168
169
|
placeholder: false,
|
|
169
|
-
registeredInCodebase:
|
|
170
|
+
registeredInCodebase: true,
|
|
170
171
|
},
|
|
171
172
|
{
|
|
172
173
|
name: "AND",
|
|
@@ -187,14 +188,14 @@ export const formulaInventory = [
|
|
|
187
188
|
odfStatus: "Implemented",
|
|
188
189
|
inOfficeList: true,
|
|
189
190
|
deterministic: "deterministic",
|
|
190
|
-
runtimeStatus: "
|
|
191
|
+
runtimeStatus: "implemented",
|
|
191
192
|
protocolId: undefined,
|
|
192
193
|
protocolName: undefined,
|
|
193
194
|
protocolSupportsWasm: false,
|
|
194
|
-
jsStatus: "
|
|
195
|
+
jsStatus: "implemented",
|
|
195
196
|
wasmStatus: "not-started",
|
|
196
197
|
placeholder: false,
|
|
197
|
-
registeredInCodebase:
|
|
198
|
+
registeredInCodebase: true,
|
|
198
199
|
},
|
|
199
200
|
{
|
|
200
201
|
name: "AREAS",
|
|
@@ -313,14 +314,14 @@ export const formulaInventory = [
|
|
|
313
314
|
odfStatus: "Placeholder (blocked)",
|
|
314
315
|
inOfficeList: true,
|
|
315
316
|
deterministic: "deterministic",
|
|
316
|
-
runtimeStatus: "
|
|
317
|
+
runtimeStatus: "implemented",
|
|
317
318
|
protocolId: undefined,
|
|
318
319
|
protocolName: undefined,
|
|
319
320
|
protocolSupportsWasm: false,
|
|
320
|
-
jsStatus: "
|
|
321
|
+
jsStatus: "implemented",
|
|
321
322
|
wasmStatus: "not-started",
|
|
322
323
|
placeholder: false,
|
|
323
|
-
registeredInCodebase:
|
|
324
|
+
registeredInCodebase: true,
|
|
324
325
|
},
|
|
325
326
|
{
|
|
326
327
|
name: "AVERAGE",
|
|
@@ -1069,14 +1070,14 @@ export const formulaInventory = [
|
|
|
1069
1070
|
odfStatus: "Placeholder (blocked)",
|
|
1070
1071
|
inOfficeList: true,
|
|
1071
1072
|
deterministic: "deterministic",
|
|
1072
|
-
runtimeStatus: "
|
|
1073
|
+
runtimeStatus: "implemented",
|
|
1073
1074
|
protocolId: undefined,
|
|
1074
1075
|
protocolName: undefined,
|
|
1075
1076
|
protocolSupportsWasm: false,
|
|
1076
|
-
jsStatus: "
|
|
1077
|
+
jsStatus: "implemented",
|
|
1077
1078
|
wasmStatus: "not-started",
|
|
1078
1079
|
placeholder: false,
|
|
1079
|
-
registeredInCodebase:
|
|
1080
|
+
registeredInCodebase: true,
|
|
1080
1081
|
},
|
|
1081
1082
|
{
|
|
1082
1083
|
name: "CONCAT",
|
|
@@ -1097,14 +1098,14 @@ export const formulaInventory = [
|
|
|
1097
1098
|
odfStatus: "Placeholder (blocked)",
|
|
1098
1099
|
inOfficeList: true,
|
|
1099
1100
|
deterministic: "deterministic",
|
|
1100
|
-
runtimeStatus: "
|
|
1101
|
+
runtimeStatus: "implemented",
|
|
1101
1102
|
protocolId: undefined,
|
|
1102
1103
|
protocolName: undefined,
|
|
1103
1104
|
protocolSupportsWasm: false,
|
|
1104
|
-
jsStatus: "
|
|
1105
|
+
jsStatus: "implemented",
|
|
1105
1106
|
wasmStatus: "not-started",
|
|
1106
1107
|
placeholder: false,
|
|
1107
|
-
registeredInCodebase:
|
|
1108
|
+
registeredInCodebase: true,
|
|
1108
1109
|
},
|
|
1109
1110
|
{
|
|
1110
1111
|
name: "CONFIDENCE",
|
|
@@ -1881,14 +1882,14 @@ export const formulaInventory = [
|
|
|
1881
1882
|
odfStatus: "Placeholder (blocked)",
|
|
1882
1883
|
inOfficeList: true,
|
|
1883
1884
|
deterministic: "deterministic",
|
|
1884
|
-
runtimeStatus: "
|
|
1885
|
+
runtimeStatus: "implemented",
|
|
1885
1886
|
protocolId: undefined,
|
|
1886
1887
|
protocolName: undefined,
|
|
1887
1888
|
protocolSupportsWasm: false,
|
|
1888
|
-
jsStatus: "
|
|
1889
|
+
jsStatus: "implemented",
|
|
1889
1890
|
wasmStatus: "not-started",
|
|
1890
1891
|
placeholder: false,
|
|
1891
|
-
registeredInCodebase:
|
|
1892
|
+
registeredInCodebase: true,
|
|
1892
1893
|
},
|
|
1893
1894
|
{
|
|
1894
1895
|
name: "DGET",
|
|
@@ -3099,14 +3100,14 @@ export const formulaInventory = [
|
|
|
3099
3100
|
odfStatus: "Placeholder (blocked)",
|
|
3100
3101
|
inOfficeList: true,
|
|
3101
3102
|
deterministic: "deterministic",
|
|
3102
|
-
runtimeStatus: "
|
|
3103
|
+
runtimeStatus: "implemented",
|
|
3103
3104
|
protocolId: undefined,
|
|
3104
3105
|
protocolName: undefined,
|
|
3105
3106
|
protocolSupportsWasm: false,
|
|
3106
|
-
jsStatus: "
|
|
3107
|
+
jsStatus: "implemented",
|
|
3107
3108
|
wasmStatus: "not-started",
|
|
3108
3109
|
placeholder: false,
|
|
3109
|
-
registeredInCodebase:
|
|
3110
|
+
registeredInCodebase: true,
|
|
3110
3111
|
},
|
|
3111
3112
|
{
|
|
3112
3113
|
name: "IMAGE",
|
|
@@ -3127,336 +3128,336 @@ export const formulaInventory = [
|
|
|
3127
3128
|
odfStatus: "Placeholder (blocked)",
|
|
3128
3129
|
inOfficeList: true,
|
|
3129
3130
|
deterministic: "deterministic",
|
|
3130
|
-
runtimeStatus: "
|
|
3131
|
+
runtimeStatus: "implemented",
|
|
3131
3132
|
protocolId: undefined,
|
|
3132
3133
|
protocolName: undefined,
|
|
3133
3134
|
protocolSupportsWasm: false,
|
|
3134
|
-
jsStatus: "
|
|
3135
|
+
jsStatus: "implemented",
|
|
3135
3136
|
wasmStatus: "not-started",
|
|
3136
3137
|
placeholder: false,
|
|
3137
|
-
registeredInCodebase:
|
|
3138
|
+
registeredInCodebase: true,
|
|
3138
3139
|
},
|
|
3139
3140
|
{
|
|
3140
3141
|
name: "IMARGUMENT",
|
|
3141
3142
|
odfStatus: "Placeholder (blocked)",
|
|
3142
3143
|
inOfficeList: true,
|
|
3143
3144
|
deterministic: "deterministic",
|
|
3144
|
-
runtimeStatus: "
|
|
3145
|
+
runtimeStatus: "implemented",
|
|
3145
3146
|
protocolId: undefined,
|
|
3146
3147
|
protocolName: undefined,
|
|
3147
3148
|
protocolSupportsWasm: false,
|
|
3148
|
-
jsStatus: "
|
|
3149
|
+
jsStatus: "implemented",
|
|
3149
3150
|
wasmStatus: "not-started",
|
|
3150
3151
|
placeholder: false,
|
|
3151
|
-
registeredInCodebase:
|
|
3152
|
+
registeredInCodebase: true,
|
|
3152
3153
|
},
|
|
3153
3154
|
{
|
|
3154
3155
|
name: "IMCONJUGATE",
|
|
3155
3156
|
odfStatus: "Placeholder (blocked)",
|
|
3156
3157
|
inOfficeList: true,
|
|
3157
3158
|
deterministic: "deterministic",
|
|
3158
|
-
runtimeStatus: "
|
|
3159
|
+
runtimeStatus: "implemented",
|
|
3159
3160
|
protocolId: undefined,
|
|
3160
3161
|
protocolName: undefined,
|
|
3161
3162
|
protocolSupportsWasm: false,
|
|
3162
|
-
jsStatus: "
|
|
3163
|
+
jsStatus: "implemented",
|
|
3163
3164
|
wasmStatus: "not-started",
|
|
3164
3165
|
placeholder: false,
|
|
3165
|
-
registeredInCodebase:
|
|
3166
|
+
registeredInCodebase: true,
|
|
3166
3167
|
},
|
|
3167
3168
|
{
|
|
3168
3169
|
name: "IMCOS",
|
|
3169
3170
|
odfStatus: "Placeholder (blocked)",
|
|
3170
3171
|
inOfficeList: true,
|
|
3171
3172
|
deterministic: "deterministic",
|
|
3172
|
-
runtimeStatus: "
|
|
3173
|
+
runtimeStatus: "implemented",
|
|
3173
3174
|
protocolId: undefined,
|
|
3174
3175
|
protocolName: undefined,
|
|
3175
3176
|
protocolSupportsWasm: false,
|
|
3176
|
-
jsStatus: "
|
|
3177
|
+
jsStatus: "implemented",
|
|
3177
3178
|
wasmStatus: "not-started",
|
|
3178
3179
|
placeholder: false,
|
|
3179
|
-
registeredInCodebase:
|
|
3180
|
+
registeredInCodebase: true,
|
|
3180
3181
|
},
|
|
3181
3182
|
{
|
|
3182
3183
|
name: "IMCOSH",
|
|
3183
3184
|
odfStatus: "Not in ODF 1.4 mandatory",
|
|
3184
3185
|
inOfficeList: true,
|
|
3185
3186
|
deterministic: "deterministic",
|
|
3186
|
-
runtimeStatus: "
|
|
3187
|
+
runtimeStatus: "implemented",
|
|
3187
3188
|
protocolId: undefined,
|
|
3188
3189
|
protocolName: undefined,
|
|
3189
3190
|
protocolSupportsWasm: false,
|
|
3190
|
-
jsStatus: "
|
|
3191
|
+
jsStatus: "implemented",
|
|
3191
3192
|
wasmStatus: "not-started",
|
|
3192
3193
|
placeholder: false,
|
|
3193
|
-
registeredInCodebase:
|
|
3194
|
+
registeredInCodebase: true,
|
|
3194
3195
|
},
|
|
3195
3196
|
{
|
|
3196
3197
|
name: "IMCOT",
|
|
3197
3198
|
odfStatus: "Placeholder (blocked)",
|
|
3198
3199
|
inOfficeList: true,
|
|
3199
3200
|
deterministic: "deterministic",
|
|
3200
|
-
runtimeStatus: "
|
|
3201
|
+
runtimeStatus: "implemented",
|
|
3201
3202
|
protocolId: undefined,
|
|
3202
3203
|
protocolName: undefined,
|
|
3203
3204
|
protocolSupportsWasm: false,
|
|
3204
|
-
jsStatus: "
|
|
3205
|
+
jsStatus: "implemented",
|
|
3205
3206
|
wasmStatus: "not-started",
|
|
3206
3207
|
placeholder: false,
|
|
3207
|
-
registeredInCodebase:
|
|
3208
|
+
registeredInCodebase: true,
|
|
3208
3209
|
},
|
|
3209
3210
|
{
|
|
3210
3211
|
name: "IMCSC",
|
|
3211
3212
|
odfStatus: "Placeholder (blocked)",
|
|
3212
3213
|
inOfficeList: true,
|
|
3213
3214
|
deterministic: "deterministic",
|
|
3214
|
-
runtimeStatus: "
|
|
3215
|
+
runtimeStatus: "implemented",
|
|
3215
3216
|
protocolId: undefined,
|
|
3216
3217
|
protocolName: undefined,
|
|
3217
3218
|
protocolSupportsWasm: false,
|
|
3218
|
-
jsStatus: "
|
|
3219
|
+
jsStatus: "implemented",
|
|
3219
3220
|
wasmStatus: "not-started",
|
|
3220
3221
|
placeholder: false,
|
|
3221
|
-
registeredInCodebase:
|
|
3222
|
+
registeredInCodebase: true,
|
|
3222
3223
|
},
|
|
3223
3224
|
{
|
|
3224
3225
|
name: "IMCSCH",
|
|
3225
3226
|
odfStatus: "Placeholder (blocked)",
|
|
3226
3227
|
inOfficeList: true,
|
|
3227
3228
|
deterministic: "deterministic",
|
|
3228
|
-
runtimeStatus: "
|
|
3229
|
+
runtimeStatus: "implemented",
|
|
3229
3230
|
protocolId: undefined,
|
|
3230
3231
|
protocolName: undefined,
|
|
3231
3232
|
protocolSupportsWasm: false,
|
|
3232
|
-
jsStatus: "
|
|
3233
|
+
jsStatus: "implemented",
|
|
3233
3234
|
wasmStatus: "not-started",
|
|
3234
3235
|
placeholder: false,
|
|
3235
|
-
registeredInCodebase:
|
|
3236
|
+
registeredInCodebase: true,
|
|
3236
3237
|
},
|
|
3237
3238
|
{
|
|
3238
3239
|
name: "IMDIV",
|
|
3239
3240
|
odfStatus: "Placeholder (blocked)",
|
|
3240
3241
|
inOfficeList: true,
|
|
3241
3242
|
deterministic: "deterministic",
|
|
3242
|
-
runtimeStatus: "
|
|
3243
|
+
runtimeStatus: "implemented",
|
|
3243
3244
|
protocolId: undefined,
|
|
3244
3245
|
protocolName: undefined,
|
|
3245
3246
|
protocolSupportsWasm: false,
|
|
3246
|
-
jsStatus: "
|
|
3247
|
+
jsStatus: "implemented",
|
|
3247
3248
|
wasmStatus: "not-started",
|
|
3248
3249
|
placeholder: false,
|
|
3249
|
-
registeredInCodebase:
|
|
3250
|
+
registeredInCodebase: true,
|
|
3250
3251
|
},
|
|
3251
3252
|
{
|
|
3252
3253
|
name: "IMEXP",
|
|
3253
3254
|
odfStatus: "Placeholder (blocked)",
|
|
3254
3255
|
inOfficeList: true,
|
|
3255
3256
|
deterministic: "deterministic",
|
|
3256
|
-
runtimeStatus: "
|
|
3257
|
+
runtimeStatus: "implemented",
|
|
3257
3258
|
protocolId: undefined,
|
|
3258
3259
|
protocolName: undefined,
|
|
3259
3260
|
protocolSupportsWasm: false,
|
|
3260
|
-
jsStatus: "
|
|
3261
|
+
jsStatus: "implemented",
|
|
3261
3262
|
wasmStatus: "not-started",
|
|
3262
3263
|
placeholder: false,
|
|
3263
|
-
registeredInCodebase:
|
|
3264
|
+
registeredInCodebase: true,
|
|
3264
3265
|
},
|
|
3265
3266
|
{
|
|
3266
3267
|
name: "IMLN",
|
|
3267
3268
|
odfStatus: "Placeholder (blocked)",
|
|
3268
3269
|
inOfficeList: true,
|
|
3269
3270
|
deterministic: "deterministic",
|
|
3270
|
-
runtimeStatus: "
|
|
3271
|
+
runtimeStatus: "implemented",
|
|
3271
3272
|
protocolId: undefined,
|
|
3272
3273
|
protocolName: undefined,
|
|
3273
3274
|
protocolSupportsWasm: false,
|
|
3274
|
-
jsStatus: "
|
|
3275
|
+
jsStatus: "implemented",
|
|
3275
3276
|
wasmStatus: "not-started",
|
|
3276
3277
|
placeholder: false,
|
|
3277
|
-
registeredInCodebase:
|
|
3278
|
+
registeredInCodebase: true,
|
|
3278
3279
|
},
|
|
3279
3280
|
{
|
|
3280
3281
|
name: "IMLOG10",
|
|
3281
3282
|
odfStatus: "Placeholder (blocked)",
|
|
3282
3283
|
inOfficeList: true,
|
|
3283
3284
|
deterministic: "deterministic",
|
|
3284
|
-
runtimeStatus: "
|
|
3285
|
+
runtimeStatus: "implemented",
|
|
3285
3286
|
protocolId: undefined,
|
|
3286
3287
|
protocolName: undefined,
|
|
3287
3288
|
protocolSupportsWasm: false,
|
|
3288
|
-
jsStatus: "
|
|
3289
|
+
jsStatus: "implemented",
|
|
3289
3290
|
wasmStatus: "not-started",
|
|
3290
3291
|
placeholder: false,
|
|
3291
|
-
registeredInCodebase:
|
|
3292
|
+
registeredInCodebase: true,
|
|
3292
3293
|
},
|
|
3293
3294
|
{
|
|
3294
3295
|
name: "IMLOG2",
|
|
3295
3296
|
odfStatus: "Placeholder (blocked)",
|
|
3296
3297
|
inOfficeList: true,
|
|
3297
3298
|
deterministic: "deterministic",
|
|
3298
|
-
runtimeStatus: "
|
|
3299
|
+
runtimeStatus: "implemented",
|
|
3299
3300
|
protocolId: undefined,
|
|
3300
3301
|
protocolName: undefined,
|
|
3301
3302
|
protocolSupportsWasm: false,
|
|
3302
|
-
jsStatus: "
|
|
3303
|
+
jsStatus: "implemented",
|
|
3303
3304
|
wasmStatus: "not-started",
|
|
3304
3305
|
placeholder: false,
|
|
3305
|
-
registeredInCodebase:
|
|
3306
|
+
registeredInCodebase: true,
|
|
3306
3307
|
},
|
|
3307
3308
|
{
|
|
3308
3309
|
name: "IMPOWER",
|
|
3309
3310
|
odfStatus: "Placeholder (blocked)",
|
|
3310
3311
|
inOfficeList: true,
|
|
3311
3312
|
deterministic: "deterministic",
|
|
3312
|
-
runtimeStatus: "
|
|
3313
|
+
runtimeStatus: "implemented",
|
|
3313
3314
|
protocolId: undefined,
|
|
3314
3315
|
protocolName: undefined,
|
|
3315
3316
|
protocolSupportsWasm: false,
|
|
3316
|
-
jsStatus: "
|
|
3317
|
+
jsStatus: "implemented",
|
|
3317
3318
|
wasmStatus: "not-started",
|
|
3318
3319
|
placeholder: false,
|
|
3319
|
-
registeredInCodebase:
|
|
3320
|
+
registeredInCodebase: true,
|
|
3320
3321
|
},
|
|
3321
3322
|
{
|
|
3322
3323
|
name: "IMPRODUCT",
|
|
3323
3324
|
odfStatus: "Placeholder (blocked)",
|
|
3324
3325
|
inOfficeList: true,
|
|
3325
3326
|
deterministic: "deterministic",
|
|
3326
|
-
runtimeStatus: "
|
|
3327
|
+
runtimeStatus: "implemented",
|
|
3327
3328
|
protocolId: undefined,
|
|
3328
3329
|
protocolName: undefined,
|
|
3329
3330
|
protocolSupportsWasm: false,
|
|
3330
|
-
jsStatus: "
|
|
3331
|
+
jsStatus: "implemented",
|
|
3331
3332
|
wasmStatus: "not-started",
|
|
3332
3333
|
placeholder: false,
|
|
3333
|
-
registeredInCodebase:
|
|
3334
|
+
registeredInCodebase: true,
|
|
3334
3335
|
},
|
|
3335
3336
|
{
|
|
3336
3337
|
name: "IMREAL",
|
|
3337
3338
|
odfStatus: "Placeholder (blocked)",
|
|
3338
3339
|
inOfficeList: true,
|
|
3339
3340
|
deterministic: "deterministic",
|
|
3340
|
-
runtimeStatus: "
|
|
3341
|
+
runtimeStatus: "implemented",
|
|
3341
3342
|
protocolId: undefined,
|
|
3342
3343
|
protocolName: undefined,
|
|
3343
3344
|
protocolSupportsWasm: false,
|
|
3344
|
-
jsStatus: "
|
|
3345
|
+
jsStatus: "implemented",
|
|
3345
3346
|
wasmStatus: "not-started",
|
|
3346
3347
|
placeholder: false,
|
|
3347
|
-
registeredInCodebase:
|
|
3348
|
+
registeredInCodebase: true,
|
|
3348
3349
|
},
|
|
3349
3350
|
{
|
|
3350
3351
|
name: "IMSEC",
|
|
3351
3352
|
odfStatus: "Placeholder (blocked)",
|
|
3352
3353
|
inOfficeList: true,
|
|
3353
3354
|
deterministic: "deterministic",
|
|
3354
|
-
runtimeStatus: "
|
|
3355
|
+
runtimeStatus: "implemented",
|
|
3355
3356
|
protocolId: undefined,
|
|
3356
3357
|
protocolName: undefined,
|
|
3357
3358
|
protocolSupportsWasm: false,
|
|
3358
|
-
jsStatus: "
|
|
3359
|
+
jsStatus: "implemented",
|
|
3359
3360
|
wasmStatus: "not-started",
|
|
3360
3361
|
placeholder: false,
|
|
3361
|
-
registeredInCodebase:
|
|
3362
|
+
registeredInCodebase: true,
|
|
3362
3363
|
},
|
|
3363
3364
|
{
|
|
3364
3365
|
name: "IMSECH",
|
|
3365
3366
|
odfStatus: "Placeholder (blocked)",
|
|
3366
3367
|
inOfficeList: true,
|
|
3367
3368
|
deterministic: "deterministic",
|
|
3368
|
-
runtimeStatus: "
|
|
3369
|
+
runtimeStatus: "implemented",
|
|
3369
3370
|
protocolId: undefined,
|
|
3370
3371
|
protocolName: undefined,
|
|
3371
3372
|
protocolSupportsWasm: false,
|
|
3372
|
-
jsStatus: "
|
|
3373
|
+
jsStatus: "implemented",
|
|
3373
3374
|
wasmStatus: "not-started",
|
|
3374
3375
|
placeholder: false,
|
|
3375
|
-
registeredInCodebase:
|
|
3376
|
+
registeredInCodebase: true,
|
|
3376
3377
|
},
|
|
3377
3378
|
{
|
|
3378
3379
|
name: "IMSIN",
|
|
3379
3380
|
odfStatus: "Placeholder (blocked)",
|
|
3380
3381
|
inOfficeList: true,
|
|
3381
3382
|
deterministic: "deterministic",
|
|
3382
|
-
runtimeStatus: "
|
|
3383
|
+
runtimeStatus: "implemented",
|
|
3383
3384
|
protocolId: undefined,
|
|
3384
3385
|
protocolName: undefined,
|
|
3385
3386
|
protocolSupportsWasm: false,
|
|
3386
|
-
jsStatus: "
|
|
3387
|
+
jsStatus: "implemented",
|
|
3387
3388
|
wasmStatus: "not-started",
|
|
3388
3389
|
placeholder: false,
|
|
3389
|
-
registeredInCodebase:
|
|
3390
|
+
registeredInCodebase: true,
|
|
3390
3391
|
},
|
|
3391
3392
|
{
|
|
3392
3393
|
name: "IMSINH",
|
|
3393
3394
|
odfStatus: "Not in ODF 1.4 mandatory",
|
|
3394
3395
|
inOfficeList: true,
|
|
3395
3396
|
deterministic: "deterministic",
|
|
3396
|
-
runtimeStatus: "
|
|
3397
|
+
runtimeStatus: "implemented",
|
|
3397
3398
|
protocolId: undefined,
|
|
3398
3399
|
protocolName: undefined,
|
|
3399
3400
|
protocolSupportsWasm: false,
|
|
3400
|
-
jsStatus: "
|
|
3401
|
+
jsStatus: "implemented",
|
|
3401
3402
|
wasmStatus: "not-started",
|
|
3402
3403
|
placeholder: false,
|
|
3403
|
-
registeredInCodebase:
|
|
3404
|
+
registeredInCodebase: true,
|
|
3404
3405
|
},
|
|
3405
3406
|
{
|
|
3406
3407
|
name: "IMSQRT",
|
|
3407
3408
|
odfStatus: "Placeholder (blocked)",
|
|
3408
3409
|
inOfficeList: true,
|
|
3409
3410
|
deterministic: "deterministic",
|
|
3410
|
-
runtimeStatus: "
|
|
3411
|
+
runtimeStatus: "implemented",
|
|
3411
3412
|
protocolId: undefined,
|
|
3412
3413
|
protocolName: undefined,
|
|
3413
3414
|
protocolSupportsWasm: false,
|
|
3414
|
-
jsStatus: "
|
|
3415
|
+
jsStatus: "implemented",
|
|
3415
3416
|
wasmStatus: "not-started",
|
|
3416
3417
|
placeholder: false,
|
|
3417
|
-
registeredInCodebase:
|
|
3418
|
+
registeredInCodebase: true,
|
|
3418
3419
|
},
|
|
3419
3420
|
{
|
|
3420
3421
|
name: "IMSUB",
|
|
3421
3422
|
odfStatus: "Placeholder (blocked)",
|
|
3422
3423
|
inOfficeList: true,
|
|
3423
3424
|
deterministic: "deterministic",
|
|
3424
|
-
runtimeStatus: "
|
|
3425
|
+
runtimeStatus: "implemented",
|
|
3425
3426
|
protocolId: undefined,
|
|
3426
3427
|
protocolName: undefined,
|
|
3427
3428
|
protocolSupportsWasm: false,
|
|
3428
|
-
jsStatus: "
|
|
3429
|
+
jsStatus: "implemented",
|
|
3429
3430
|
wasmStatus: "not-started",
|
|
3430
3431
|
placeholder: false,
|
|
3431
|
-
registeredInCodebase:
|
|
3432
|
+
registeredInCodebase: true,
|
|
3432
3433
|
},
|
|
3433
3434
|
{
|
|
3434
3435
|
name: "IMSUM",
|
|
3435
3436
|
odfStatus: "Placeholder (blocked)",
|
|
3436
3437
|
inOfficeList: true,
|
|
3437
3438
|
deterministic: "deterministic",
|
|
3438
|
-
runtimeStatus: "
|
|
3439
|
+
runtimeStatus: "implemented",
|
|
3439
3440
|
protocolId: undefined,
|
|
3440
3441
|
protocolName: undefined,
|
|
3441
3442
|
protocolSupportsWasm: false,
|
|
3442
|
-
jsStatus: "
|
|
3443
|
+
jsStatus: "implemented",
|
|
3443
3444
|
wasmStatus: "not-started",
|
|
3444
3445
|
placeholder: false,
|
|
3445
|
-
registeredInCodebase:
|
|
3446
|
+
registeredInCodebase: true,
|
|
3446
3447
|
},
|
|
3447
3448
|
{
|
|
3448
3449
|
name: "IMTAN",
|
|
3449
3450
|
odfStatus: "Placeholder (blocked)",
|
|
3450
3451
|
inOfficeList: true,
|
|
3451
3452
|
deterministic: "deterministic",
|
|
3452
|
-
runtimeStatus: "
|
|
3453
|
+
runtimeStatus: "implemented",
|
|
3453
3454
|
protocolId: undefined,
|
|
3454
3455
|
protocolName: undefined,
|
|
3455
3456
|
protocolSupportsWasm: false,
|
|
3456
|
-
jsStatus: "
|
|
3457
|
+
jsStatus: "implemented",
|
|
3457
3458
|
wasmStatus: "not-started",
|
|
3458
3459
|
placeholder: false,
|
|
3459
|
-
registeredInCodebase:
|
|
3460
|
+
registeredInCodebase: true,
|
|
3460
3461
|
},
|
|
3461
3462
|
{
|
|
3462
3463
|
name: "INDEX",
|
|
@@ -3897,28 +3898,28 @@ export const formulaInventory = [
|
|
|
3897
3898
|
odfStatus: "Legacy not implemented",
|
|
3898
3899
|
inOfficeList: false,
|
|
3899
3900
|
deterministic: "deterministic",
|
|
3900
|
-
runtimeStatus: "
|
|
3901
|
+
runtimeStatus: "implemented",
|
|
3901
3902
|
protocolId: undefined,
|
|
3902
3903
|
protocolName: undefined,
|
|
3903
3904
|
protocolSupportsWasm: false,
|
|
3904
|
-
jsStatus: "
|
|
3905
|
+
jsStatus: "implemented",
|
|
3905
3906
|
wasmStatus: "not-started",
|
|
3906
3907
|
placeholder: false,
|
|
3907
|
-
registeredInCodebase:
|
|
3908
|
+
registeredInCodebase: true,
|
|
3908
3909
|
},
|
|
3909
3910
|
{
|
|
3910
3911
|
name: "LEGACY.NORMSINV",
|
|
3911
3912
|
odfStatus: "Legacy not implemented",
|
|
3912
3913
|
inOfficeList: false,
|
|
3913
3914
|
deterministic: "deterministic",
|
|
3914
|
-
runtimeStatus: "
|
|
3915
|
+
runtimeStatus: "implemented",
|
|
3915
3916
|
protocolId: undefined,
|
|
3916
3917
|
protocolName: undefined,
|
|
3917
3918
|
protocolSupportsWasm: false,
|
|
3918
|
-
jsStatus: "
|
|
3919
|
+
jsStatus: "implemented",
|
|
3919
3920
|
wasmStatus: "not-started",
|
|
3920
3921
|
placeholder: false,
|
|
3921
|
-
registeredInCodebase:
|
|
3922
|
+
registeredInCodebase: true,
|
|
3922
3923
|
},
|
|
3923
3924
|
{
|
|
3924
3925
|
name: "LEN",
|
|
@@ -4205,14 +4206,14 @@ export const formulaInventory = [
|
|
|
4205
4206
|
odfStatus: "Implemented",
|
|
4206
4207
|
inOfficeList: true,
|
|
4207
4208
|
deterministic: "deterministic",
|
|
4208
|
-
runtimeStatus: "
|
|
4209
|
+
runtimeStatus: "implemented",
|
|
4209
4210
|
protocolId: undefined,
|
|
4210
4211
|
protocolName: undefined,
|
|
4211
4212
|
protocolSupportsWasm: false,
|
|
4212
|
-
jsStatus: "
|
|
4213
|
+
jsStatus: "implemented",
|
|
4213
4214
|
wasmStatus: "not-started",
|
|
4214
4215
|
placeholder: false,
|
|
4215
|
-
registeredInCodebase:
|
|
4216
|
+
registeredInCodebase: true,
|
|
4216
4217
|
},
|
|
4217
4218
|
{
|
|
4218
4219
|
name: "MDURATION",
|
|
@@ -4331,14 +4332,14 @@ export const formulaInventory = [
|
|
|
4331
4332
|
odfStatus: "Implemented",
|
|
4332
4333
|
inOfficeList: true,
|
|
4333
4334
|
deterministic: "deterministic",
|
|
4334
|
-
runtimeStatus: "
|
|
4335
|
+
runtimeStatus: "implemented",
|
|
4335
4336
|
protocolId: undefined,
|
|
4336
4337
|
protocolName: undefined,
|
|
4337
4338
|
protocolSupportsWasm: false,
|
|
4338
|
-
jsStatus: "
|
|
4339
|
+
jsStatus: "implemented",
|
|
4339
4340
|
wasmStatus: "not-started",
|
|
4340
4341
|
placeholder: false,
|
|
4341
|
-
registeredInCodebase:
|
|
4342
|
+
registeredInCodebase: true,
|
|
4342
4343
|
},
|
|
4343
4344
|
{
|
|
4344
4345
|
name: "MIRR",
|
|
@@ -4359,14 +4360,14 @@ export const formulaInventory = [
|
|
|
4359
4360
|
odfStatus: "Implemented",
|
|
4360
4361
|
inOfficeList: true,
|
|
4361
4362
|
deterministic: "deterministic",
|
|
4362
|
-
runtimeStatus: "
|
|
4363
|
+
runtimeStatus: "implemented",
|
|
4363
4364
|
protocolId: undefined,
|
|
4364
4365
|
protocolName: undefined,
|
|
4365
4366
|
protocolSupportsWasm: false,
|
|
4366
|
-
jsStatus: "
|
|
4367
|
+
jsStatus: "implemented",
|
|
4367
4368
|
wasmStatus: "not-started",
|
|
4368
4369
|
placeholder: false,
|
|
4369
|
-
registeredInCodebase:
|
|
4370
|
+
registeredInCodebase: true,
|
|
4370
4371
|
},
|
|
4371
4372
|
{
|
|
4372
4373
|
name: "MOD",
|
|
@@ -4457,14 +4458,14 @@ export const formulaInventory = [
|
|
|
4457
4458
|
odfStatus: "Implemented",
|
|
4458
4459
|
inOfficeList: true,
|
|
4459
4460
|
deterministic: "deterministic",
|
|
4460
|
-
runtimeStatus: "
|
|
4461
|
+
runtimeStatus: "implemented",
|
|
4461
4462
|
protocolId: undefined,
|
|
4462
4463
|
protocolName: undefined,
|
|
4463
4464
|
protocolSupportsWasm: false,
|
|
4464
|
-
jsStatus: "
|
|
4465
|
+
jsStatus: "implemented",
|
|
4465
4466
|
wasmStatus: "not-started",
|
|
4466
4467
|
placeholder: false,
|
|
4467
|
-
registeredInCodebase:
|
|
4468
|
+
registeredInCodebase: true,
|
|
4468
4469
|
},
|
|
4469
4470
|
{
|
|
4470
4471
|
name: "MULTIPLE.OPERATIONS",
|
|
@@ -4989,14 +4990,14 @@ export const formulaInventory = [
|
|
|
4989
4990
|
odfStatus: "Not in ODF 1.4 mandatory",
|
|
4990
4991
|
inOfficeList: true,
|
|
4991
4992
|
deterministic: "deterministic",
|
|
4992
|
-
runtimeStatus: "
|
|
4993
|
+
runtimeStatus: "implemented",
|
|
4993
4994
|
protocolId: undefined,
|
|
4994
4995
|
protocolName: undefined,
|
|
4995
4996
|
protocolSupportsWasm: false,
|
|
4996
|
-
jsStatus: "
|
|
4997
|
+
jsStatus: "implemented",
|
|
4997
4998
|
wasmStatus: "not-started",
|
|
4998
4999
|
placeholder: false,
|
|
4999
|
-
registeredInCodebase:
|
|
5000
|
+
registeredInCodebase: true,
|
|
5000
5001
|
},
|
|
5001
5002
|
{
|
|
5002
5003
|
name: "PERCENTRANK",
|
|
@@ -5269,14 +5270,14 @@ export const formulaInventory = [
|
|
|
5269
5270
|
odfStatus: "Not in ODF 1.4 mandatory",
|
|
5270
5271
|
inOfficeList: true,
|
|
5271
5272
|
deterministic: "deterministic",
|
|
5272
|
-
runtimeStatus: "
|
|
5273
|
+
runtimeStatus: "implemented",
|
|
5273
5274
|
protocolId: undefined,
|
|
5274
5275
|
protocolName: undefined,
|
|
5275
5276
|
protocolSupportsWasm: false,
|
|
5276
|
-
jsStatus: "
|
|
5277
|
+
jsStatus: "implemented",
|
|
5277
5278
|
wasmStatus: "not-started",
|
|
5278
5279
|
placeholder: false,
|
|
5279
|
-
registeredInCodebase:
|
|
5280
|
+
registeredInCodebase: true,
|
|
5280
5281
|
},
|
|
5281
5282
|
{
|
|
5282
5283
|
name: "PV",
|
|
@@ -5493,42 +5494,42 @@ export const formulaInventory = [
|
|
|
5493
5494
|
odfStatus: "Not in ODF 1.4 mandatory",
|
|
5494
5495
|
inOfficeList: true,
|
|
5495
5496
|
deterministic: "deterministic",
|
|
5496
|
-
runtimeStatus: "
|
|
5497
|
+
runtimeStatus: "implemented",
|
|
5497
5498
|
protocolId: undefined,
|
|
5498
5499
|
protocolName: undefined,
|
|
5499
5500
|
protocolSupportsWasm: false,
|
|
5500
|
-
jsStatus: "
|
|
5501
|
+
jsStatus: "implemented",
|
|
5501
5502
|
wasmStatus: "not-started",
|
|
5502
5503
|
placeholder: false,
|
|
5503
|
-
registeredInCodebase:
|
|
5504
|
+
registeredInCodebase: true,
|
|
5504
5505
|
},
|
|
5505
5506
|
{
|
|
5506
5507
|
name: "REGEXREPLACE",
|
|
5507
5508
|
odfStatus: "Not in ODF 1.4 mandatory",
|
|
5508
5509
|
inOfficeList: true,
|
|
5509
5510
|
deterministic: "deterministic",
|
|
5510
|
-
runtimeStatus: "
|
|
5511
|
+
runtimeStatus: "implemented",
|
|
5511
5512
|
protocolId: undefined,
|
|
5512
5513
|
protocolName: undefined,
|
|
5513
5514
|
protocolSupportsWasm: false,
|
|
5514
|
-
jsStatus: "
|
|
5515
|
+
jsStatus: "implemented",
|
|
5515
5516
|
wasmStatus: "not-started",
|
|
5516
5517
|
placeholder: false,
|
|
5517
|
-
registeredInCodebase:
|
|
5518
|
+
registeredInCodebase: true,
|
|
5518
5519
|
},
|
|
5519
5520
|
{
|
|
5520
5521
|
name: "REGEXTEST",
|
|
5521
5522
|
odfStatus: "Not in ODF 1.4 mandatory",
|
|
5522
5523
|
inOfficeList: true,
|
|
5523
5524
|
deterministic: "deterministic",
|
|
5524
|
-
runtimeStatus: "
|
|
5525
|
+
runtimeStatus: "implemented",
|
|
5525
5526
|
protocolId: undefined,
|
|
5526
5527
|
protocolName: undefined,
|
|
5527
5528
|
protocolSupportsWasm: false,
|
|
5528
|
-
jsStatus: "
|
|
5529
|
+
jsStatus: "implemented",
|
|
5529
5530
|
wasmStatus: "not-started",
|
|
5530
5531
|
placeholder: false,
|
|
5531
|
-
registeredInCodebase:
|
|
5532
|
+
registeredInCodebase: true,
|
|
5532
5533
|
},
|
|
5533
5534
|
{
|
|
5534
5535
|
name: "REGISTER.ID",
|
|
@@ -5619,14 +5620,14 @@ export const formulaInventory = [
|
|
|
5619
5620
|
odfStatus: "Implemented",
|
|
5620
5621
|
inOfficeList: true,
|
|
5621
5622
|
deterministic: "deterministic",
|
|
5622
|
-
runtimeStatus: "
|
|
5623
|
+
runtimeStatus: "implemented",
|
|
5623
5624
|
protocolId: undefined,
|
|
5624
5625
|
protocolName: undefined,
|
|
5625
5626
|
protocolSupportsWasm: false,
|
|
5626
|
-
jsStatus: "
|
|
5627
|
+
jsStatus: "implemented",
|
|
5627
5628
|
wasmStatus: "not-started",
|
|
5628
5629
|
placeholder: false,
|
|
5629
|
-
registeredInCodebase:
|
|
5630
|
+
registeredInCodebase: true,
|
|
5630
5631
|
},
|
|
5631
5632
|
{
|
|
5632
5633
|
name: "ROUND",
|
|
@@ -5955,14 +5956,14 @@ export const formulaInventory = [
|
|
|
5955
5956
|
odfStatus: "Missing",
|
|
5956
5957
|
inOfficeList: false,
|
|
5957
5958
|
deterministic: "deterministic",
|
|
5958
|
-
runtimeStatus: "
|
|
5959
|
+
runtimeStatus: "implemented",
|
|
5959
5960
|
protocolId: undefined,
|
|
5960
5961
|
protocolName: undefined,
|
|
5961
5962
|
protocolSupportsWasm: false,
|
|
5962
|
-
jsStatus: "
|
|
5963
|
+
jsStatus: "implemented",
|
|
5963
5964
|
wasmStatus: "not-started",
|
|
5964
5965
|
placeholder: false,
|
|
5965
|
-
registeredInCodebase:
|
|
5966
|
+
registeredInCodebase: true,
|
|
5966
5967
|
},
|
|
5967
5968
|
{
|
|
5968
5969
|
name: "SLN",
|
|
@@ -6291,42 +6292,42 @@ export const formulaInventory = [
|
|
|
6291
6292
|
odfStatus: "Implemented",
|
|
6292
6293
|
inOfficeList: true,
|
|
6293
6294
|
deterministic: "deterministic",
|
|
6294
|
-
runtimeStatus: "
|
|
6295
|
+
runtimeStatus: "implemented",
|
|
6295
6296
|
protocolId: undefined,
|
|
6296
6297
|
protocolName: undefined,
|
|
6297
6298
|
protocolSupportsWasm: false,
|
|
6298
|
-
jsStatus: "
|
|
6299
|
+
jsStatus: "implemented",
|
|
6299
6300
|
wasmStatus: "not-started",
|
|
6300
6301
|
placeholder: false,
|
|
6301
|
-
registeredInCodebase:
|
|
6302
|
+
registeredInCodebase: true,
|
|
6302
6303
|
},
|
|
6303
6304
|
{
|
|
6304
6305
|
name: "SUMX2PY2",
|
|
6305
6306
|
odfStatus: "Implemented",
|
|
6306
6307
|
inOfficeList: true,
|
|
6307
6308
|
deterministic: "deterministic",
|
|
6308
|
-
runtimeStatus: "
|
|
6309
|
+
runtimeStatus: "implemented",
|
|
6309
6310
|
protocolId: undefined,
|
|
6310
6311
|
protocolName: undefined,
|
|
6311
6312
|
protocolSupportsWasm: false,
|
|
6312
|
-
jsStatus: "
|
|
6313
|
+
jsStatus: "implemented",
|
|
6313
6314
|
wasmStatus: "not-started",
|
|
6314
6315
|
placeholder: false,
|
|
6315
|
-
registeredInCodebase:
|
|
6316
|
+
registeredInCodebase: true,
|
|
6316
6317
|
},
|
|
6317
6318
|
{
|
|
6318
6319
|
name: "SUMXMY2",
|
|
6319
6320
|
odfStatus: "Implemented",
|
|
6320
6321
|
inOfficeList: true,
|
|
6321
6322
|
deterministic: "deterministic",
|
|
6322
|
-
runtimeStatus: "
|
|
6323
|
+
runtimeStatus: "implemented",
|
|
6323
6324
|
protocolId: undefined,
|
|
6324
6325
|
protocolName: undefined,
|
|
6325
6326
|
protocolSupportsWasm: false,
|
|
6326
|
-
jsStatus: "
|
|
6327
|
+
jsStatus: "implemented",
|
|
6327
6328
|
wasmStatus: "not-started",
|
|
6328
6329
|
placeholder: false,
|
|
6329
|
-
registeredInCodebase:
|
|
6330
|
+
registeredInCodebase: true,
|
|
6330
6331
|
},
|
|
6331
6332
|
{
|
|
6332
6333
|
name: "SWITCH",
|