@fileverse-dev/formulajs 4.4.38-col-4 → 4.4.39

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.
@@ -702,7 +702,7 @@ var AAVE_metadata = {
702
702
  },
703
703
  {
704
704
  name: "columnsName",
705
- detail: "Filter columns by name in output.",
705
+ detail: "Filter columns by name in output. Comma separated list.",
706
706
  example: `"balance"`,
707
707
  require: "o",
708
708
  type: "string"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/formulajs",
3
- "version": "4.4.38-col-4",
3
+ "version": "4.4.39",
4
4
  "description": "JavaScript implementation of most Microsoft Excel formula functions",
5
5
  "author": "Formulajs",
6
6
  "publishConfig": {