@libs-jd/xlsx-parse-table
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "@libs-jd/xlsx-parse-table", | ||
"description": "Modern Excel/XLSX parser and streaming capabilities", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"homepage": "https://github.com/jeet-dhandha/xlsx-parse-table", | ||
@@ -10,3 +10,3 @@ "author": "Jeet Dhandha", | ||
"files": [ | ||
"index.js" | ||
"dist" | ||
], | ||
@@ -23,6 +23,4 @@ "engines": { | ||
}, | ||
"dependencies": { | ||
"xlsx": "^0.18.5" | ||
}, | ||
"devDependencies": { | ||
"xlsx": "^0.18.5", | ||
"@babel/core": "^7.26.0", | ||
@@ -29,0 +27,0 @@ "@babel/preset-env": "^7.26.0", |
@@ -1,2 +0,2 @@ | ||
# xlsx-parse-table | ||
# @libs-jd/xlsx-parse-table | ||
@@ -10,3 +10,3 @@ > A library to parse tables from Excel worksheets. | ||
```sh | ||
$ npm install --save @libs-jb/xlsx-parse-table | ||
$ npm install --save @libs-jb/xlsx-parse-table xlsx | ||
``` | ||
@@ -18,7 +18,11 @@ | ||
# Example - Node.js | ||
```js | ||
const xlsx = require("xlsx"); | ||
const workbook = xlsx.readFile("path/to/excel-file.xlsx"); | ||
const worksheet = workbook.Sheets[workbook.SheetNames[0]]; | ||
const { parse } = require("@libs-jb/xlsx-parse-table"); | ||
const tables = parse(worksheet); | ||
const tables = parse("path/to/your/excel-file.xlsx"); | ||
console.log(tables); | ||
@@ -25,0 +29,0 @@ ``` |
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
0
0
60
6896
11
4
13
- Removedxlsx@^0.18.5
- Removedadler-32@1.3.1(transitive)
- Removedcfb@1.2.2(transitive)
- Removedcodepage@1.15.0(transitive)
- Removedcrc-32@1.2.2(transitive)
- Removedfrac@1.1.2(transitive)
- Removedssf@0.11.2(transitive)
- Removedwmf@1.0.2(transitive)
- Removedword@0.3.0(transitive)
- Removedxlsx@0.18.5(transitive)