@rowsncolumns/functions 14.0.31 → 14.0.33
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"function-descriptions.d.ts","sourceRoot":"","sources":["../../function-descriptions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAErE,eAAO,MAAM,oBAAoB,EAAE,kBAAkB,
|
|
1
|
+
{"version":3,"file":"function-descriptions.d.ts","sourceRoot":"","sources":["../../function-descriptions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAErE,eAAO,MAAM,oBAAoB,EAAE,kBAAkB,EA8iVpD,CAAC"}
|
|
@@ -7067,6 +7067,28 @@ exports.functionDescriptions = [
|
|
|
7067
7067
|
},
|
|
7068
7068
|
],
|
|
7069
7069
|
},
|
|
7070
|
+
{
|
|
7071
|
+
datatype: "Filter",
|
|
7072
|
+
title: "TRIMRANGE",
|
|
7073
|
+
syntax: "TRIMRANGE(range, [trim_rows], [trim_cols])",
|
|
7074
|
+
description: "Excludes the blank rows and columns at the edges of a range or array, so a formula over a whole column works on the data actually present.",
|
|
7075
|
+
example: "TRIMRANGE(A1:A100)",
|
|
7076
|
+
usage: ["TRIMRANGE(A:A)", "TRIMRANGE(A1:E10, 2)", "TRIMRANGE(A1:E10, 3, 0)"],
|
|
7077
|
+
parameters: [
|
|
7078
|
+
{
|
|
7079
|
+
title: "range",
|
|
7080
|
+
description: "The range or array to trim.",
|
|
7081
|
+
},
|
|
7082
|
+
{
|
|
7083
|
+
title: "trim_rows [OPTIONAL]",
|
|
7084
|
+
description: "0 keeps every row, 1 trims leading blank rows, 2 trims trailing blank rows, 3 (default) trims both.",
|
|
7085
|
+
},
|
|
7086
|
+
{
|
|
7087
|
+
title: "trim_cols [OPTIONAL]",
|
|
7088
|
+
description: "0 keeps every column, 1 trims leading blank columns, 2 trims trailing blank columns, 3 (default) trims both.",
|
|
7089
|
+
},
|
|
7090
|
+
],
|
|
7091
|
+
},
|
|
7070
7092
|
{
|
|
7071
7093
|
datatype: "Filter",
|
|
7072
7094
|
title: "EXPAND",
|
|
@@ -7452,6 +7474,24 @@ exports.functionDescriptions = [
|
|
|
7452
7474
|
},
|
|
7453
7475
|
],
|
|
7454
7476
|
},
|
|
7477
|
+
{
|
|
7478
|
+
datatype: "Math",
|
|
7479
|
+
title: "PERCENTOF",
|
|
7480
|
+
syntax: "PERCENTOF(data_subset, data_all)",
|
|
7481
|
+
description: "Returns the share of a subset within a whole: SUM(data_subset) divided by SUM(data_all).",
|
|
7482
|
+
example: "PERCENTOF(A1:A2, A1:A10)",
|
|
7483
|
+
usage: ["PERCENTOF(A1:A2, A1:A10)", "PERCENTOF(B5, B1:B10)"],
|
|
7484
|
+
parameters: [
|
|
7485
|
+
{
|
|
7486
|
+
title: "data_subset",
|
|
7487
|
+
description: "The values whose total is the numerator.",
|
|
7488
|
+
},
|
|
7489
|
+
{
|
|
7490
|
+
title: "data_all",
|
|
7491
|
+
description: "The values whose total is the denominator; a total of zero returns #DIV/0!.",
|
|
7492
|
+
},
|
|
7493
|
+
],
|
|
7494
|
+
},
|
|
7455
7495
|
{
|
|
7456
7496
|
datatype: "Math",
|
|
7457
7497
|
title: "SUMSQ",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"function-descriptions.d.ts","sourceRoot":"","sources":["../../function-descriptions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAErE,eAAO,MAAM,oBAAoB,EAAE,kBAAkB,
|
|
1
|
+
{"version":3,"file":"function-descriptions.d.ts","sourceRoot":"","sources":["../../function-descriptions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAErE,eAAO,MAAM,oBAAoB,EAAE,kBAAkB,EA8iVpD,CAAC"}
|
|
@@ -7064,6 +7064,28 @@ export const functionDescriptions = [
|
|
|
7064
7064
|
},
|
|
7065
7065
|
],
|
|
7066
7066
|
},
|
|
7067
|
+
{
|
|
7068
|
+
datatype: "Filter",
|
|
7069
|
+
title: "TRIMRANGE",
|
|
7070
|
+
syntax: "TRIMRANGE(range, [trim_rows], [trim_cols])",
|
|
7071
|
+
description: "Excludes the blank rows and columns at the edges of a range or array, so a formula over a whole column works on the data actually present.",
|
|
7072
|
+
example: "TRIMRANGE(A1:A100)",
|
|
7073
|
+
usage: ["TRIMRANGE(A:A)", "TRIMRANGE(A1:E10, 2)", "TRIMRANGE(A1:E10, 3, 0)"],
|
|
7074
|
+
parameters: [
|
|
7075
|
+
{
|
|
7076
|
+
title: "range",
|
|
7077
|
+
description: "The range or array to trim.",
|
|
7078
|
+
},
|
|
7079
|
+
{
|
|
7080
|
+
title: "trim_rows [OPTIONAL]",
|
|
7081
|
+
description: "0 keeps every row, 1 trims leading blank rows, 2 trims trailing blank rows, 3 (default) trims both.",
|
|
7082
|
+
},
|
|
7083
|
+
{
|
|
7084
|
+
title: "trim_cols [OPTIONAL]",
|
|
7085
|
+
description: "0 keeps every column, 1 trims leading blank columns, 2 trims trailing blank columns, 3 (default) trims both.",
|
|
7086
|
+
},
|
|
7087
|
+
],
|
|
7088
|
+
},
|
|
7067
7089
|
{
|
|
7068
7090
|
datatype: "Filter",
|
|
7069
7091
|
title: "EXPAND",
|
|
@@ -7449,6 +7471,24 @@ export const functionDescriptions = [
|
|
|
7449
7471
|
},
|
|
7450
7472
|
],
|
|
7451
7473
|
},
|
|
7474
|
+
{
|
|
7475
|
+
datatype: "Math",
|
|
7476
|
+
title: "PERCENTOF",
|
|
7477
|
+
syntax: "PERCENTOF(data_subset, data_all)",
|
|
7478
|
+
description: "Returns the share of a subset within a whole: SUM(data_subset) divided by SUM(data_all).",
|
|
7479
|
+
example: "PERCENTOF(A1:A2, A1:A10)",
|
|
7480
|
+
usage: ["PERCENTOF(A1:A2, A1:A10)", "PERCENTOF(B5, B1:B10)"],
|
|
7481
|
+
parameters: [
|
|
7482
|
+
{
|
|
7483
|
+
title: "data_subset",
|
|
7484
|
+
description: "The values whose total is the numerator.",
|
|
7485
|
+
},
|
|
7486
|
+
{
|
|
7487
|
+
title: "data_all",
|
|
7488
|
+
description: "The values whose total is the denominator; a total of zero returns #DIV/0!.",
|
|
7489
|
+
},
|
|
7490
|
+
],
|
|
7491
|
+
},
|
|
7452
7492
|
{
|
|
7453
7493
|
datatype: "Math",
|
|
7454
7494
|
title: "SUMSQ",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rowsncolumns/functions",
|
|
3
|
-
"version": "14.0.
|
|
3
|
+
"version": "14.0.33",
|
|
4
4
|
"author": "Vinay M",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"main": "./dist/cjs/index.js",
|
|
@@ -32,18 +32,18 @@
|
|
|
32
32
|
"url": "https://github.com/rowsncolumns/spreadsheet/issues"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@rowsncolumns/common-types": ">=5.2.
|
|
36
|
-
"@rowsncolumns/calculator": ">=7.2.
|
|
37
|
-
"@rowsncolumns/fast-formula-parser": ">=6.2.
|
|
38
|
-
"@rowsncolumns/utils": ">=9.2.
|
|
39
|
-
"@rowsncolumns/toolkit": ">=24.4.
|
|
35
|
+
"@rowsncolumns/common-types": ">=5.2.32",
|
|
36
|
+
"@rowsncolumns/calculator": ">=7.2.32",
|
|
37
|
+
"@rowsncolumns/fast-formula-parser": ">=6.2.38",
|
|
38
|
+
"@rowsncolumns/utils": ">=9.2.43",
|
|
39
|
+
"@rowsncolumns/toolkit": ">=24.4.4"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
|
-
"@rowsncolumns/common-types": ">=5.2.
|
|
43
|
-
"@rowsncolumns/calculator": ">=7.2.
|
|
44
|
-
"@rowsncolumns/fast-formula-parser": ">=6.2.
|
|
45
|
-
"@rowsncolumns/utils": ">=9.2.
|
|
46
|
-
"@rowsncolumns/toolkit": ">=24.4.
|
|
42
|
+
"@rowsncolumns/common-types": ">=5.2.32",
|
|
43
|
+
"@rowsncolumns/calculator": ">=7.2.32",
|
|
44
|
+
"@rowsncolumns/fast-formula-parser": ">=6.2.38",
|
|
45
|
+
"@rowsncolumns/utils": ">=9.2.43",
|
|
46
|
+
"@rowsncolumns/toolkit": ">=24.4.4"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"xlsx": "^0.18.5"
|