Comparing version 0.3.11 to 0.3.12
{ | ||
"name": "j", | ||
"version": "0.3.11", | ||
"version": "0.3.12", | ||
"author": "sheetjs", | ||
@@ -19,3 +19,4 @@ "description": "CLI tool for working with XLS/XLSX/XLSM/XLSB files", | ||
"xlsjs": "~0.7.1", | ||
"xlsx": "~0.7.8", | ||
"xlsx": "~0.7.9", | ||
"concat-stream":"", | ||
"commander":"" | ||
@@ -22,0 +23,0 @@ }, |
@@ -63,23 +63,24 @@ # J | ||
-h, --help output usage information | ||
-V, --version output the version number | ||
-f, --file <file> use specified file (- for stdin) | ||
-s, --sheet <sheet> print specified sheet (default first sheet) | ||
-l, --list-sheets list sheet names and exit | ||
-o, --output <file> output to specified file | ||
-B, --xlsb emit XLSB to <sheetname> or <file>.xlsb | ||
-M, --xlsm emit XLSM to <sheetname> or <file>.xlsm | ||
-X, --xlsx emit XLSX to <sheetname> or <file>.xlsx | ||
-S, --formulae print formulae | ||
-j, --json emit formatted JSON (all fields text) | ||
-J, --raw-js emit raw JS object (raw numbers) | ||
-x, --xml emit XML | ||
-H, --html emit HTML | ||
-m, --markdown emit markdown table (with pipes) | ||
-F, --field-sep <sep> CSV field separator | ||
-R, --row-sep <sep> CSV row separator | ||
-n, --sheet-rows <num> Number of rows to process (0=all rows) | ||
--dev development mode | ||
--read read but do not print out contents | ||
-q, --quiet quiet mode | ||
-h, --help output usage information | ||
-V, --version output the version number | ||
-f, --file <file> use specified file (- for stdin) | ||
-s, --sheet <sheet> print specified sheet (default first sheet) | ||
-N, --sheet-index <idx> use specified sheet index (0-based) | ||
-l, --list-sheets list sheet names and exit | ||
-o, --output <file> output to specified file | ||
-B, --xlsb emit XLSB to <sheetname> or <file>.xlsb | ||
-M, --xlsm emit XLSM to <sheetname> or <file>.xlsm | ||
-X, --xlsx emit XLSX to <sheetname> or <file>.xlsx | ||
-S, --formulae print formulae | ||
-j, --json emit formatted JSON (all fields text) | ||
-J, --raw-js emit raw JS object (raw numbers) | ||
-x, --xml emit XML | ||
-H, --html emit HTML | ||
-m, --markdown emit markdown table (with pipes) | ||
-F, --field-sep <sep> CSV field separator | ||
-R, --row-sep <sep> CSV row separator | ||
-n, --sheet-rows <num> Number of rows to process (0=all rows) | ||
--dev development mode | ||
--read read but do not print out contents | ||
-q, --quiet quiet mode | ||
``` | ||
@@ -86,0 +87,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17752
136
4
2
+ Addedconcat-stream@
Updatedxlsx@~0.7.9