Comparing version 0.4.2 to 0.4.3
{ | ||
"name": "j", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"author": "sheetjs", | ||
@@ -19,3 +19,3 @@ "description": "CLI tool for working with XLS/XLSX/XLSM/XLSB files", | ||
"xlsjs": "~0.7.1", | ||
"xlsx": "~0.7.10", | ||
"xlsx": "~0.7.11", | ||
"harb": "~0.0.5", | ||
@@ -22,0 +22,0 @@ "concat-stream":"", |
@@ -5,5 +5,5 @@ # J | ||
- [xlsjs](http://npm.im/xlsjs) | ||
- [xlsx](http://npm.im/xlsx) | ||
- [harb](http://npm.im/harb) | ||
- JS-XLS: [xlsjs on npm](http://npm.im/xlsjs) | ||
- JS-XLSX: [xlsx on npm](http://npm.im/xlsx) | ||
- JS-HARB: [harb on npm](http://npm.im/harb) | ||
@@ -21,3 +21,3 @@ Excel files are parsed based on the content (not by filename). For example, CSV files can be renamed to .XLS and excel will do the right thing. | ||
| XLSB (2007+ binary) | JS-XLSX | | ||
| XML (2003/2004, basic) | JS-XLS | | ||
| XML (2003/2004) | JS-XLS | | ||
| DIF (plaintext) | JS-HARB | | ||
@@ -27,2 +27,3 @@ | UTF-16 Text | JS-HARB | | ||
| SYLK (Symbolic Link) | JS-HARB | | ||
| ODS (OpenDocument) | JS-XLSX | | ||
| SocialCalc | JS-HARB | | ||
@@ -29,0 +30,0 @@ |
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
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
21620
156
Updatedxlsx@~0.7.11