Gathering detailed insights and metrics for node-xlsx-style
Gathering detailed insights and metrics for node-xlsx-style
Gathering detailed insights and metrics for node-xlsx-style
Gathering detailed insights and metrics for node-xlsx-style
npm install node-xlsx-style
Typescript
Module System
Node Version
NPM Version
59.8
Supply Chain
86.7
Quality
73.4
Maintenance
50
Vulnerability
98.9
License
TypeScript (89.89%)
JavaScript (10.11%)
Total Downloads
3,653
Last Day
3
Last Week
4
Last Month
54
Last Year
887
NOASSERTION License
3,025 Stars
171 Commits
272 Forks
31 Watchers
1 Branches
21 Contributors
Updated on Jul 04, 2025
Minified
Minified + Gzipped
Latest Version
0.7.2
Package Id
node-xlsx-style@0.7.2
Size
9.65 kB
NPM Version
3.7.3
Node Version
5.9.0
Cumulative downloads
Total Downloads
Last Day
50%
3
Compared to previous day
Last Week
-71.4%
4
Compared to previous week
Last Month
-27%
54
Compared to previous month
Last Year
21.8%
887
Compared to previous year
1
17
Excel file parser/builder that relies on js-xlsx.
1import xlsx from 'node-xlsx'; 2 3// Parse a buffer 4const workSheetsFromBuffer = xlsx.parse(fs.readFileSync(`${__dirname}/myFile.xlsx`)); 5// Parse a file 6const workSheetsFromFile = xlsx.parse(`${__dirname}/myFile.xlsx`);
1import xlsx from 'node-xlsx'; 2 3const data = [[1, 2, 3], [true, false, null, 'sheetjs'], ['foo', 'bar', new Date('2014-02-19T14:30Z'), '0.3'], ['baz', null, 'qux']]; 4var buffer = xlsx.build([{name: "mySheetName", data: data}]); // Returns a buffer
Please submit all pull requests the against master branch. If your unit test contains javascript patches or features, you should include relevant unit tests. Thanks!
Script | Description |
---|---|
start | Alias of test:watch |
test | Run mocha unit tests |
test:watch | Run and watch mocha unit tests |
lint | Run eslint static tests |
compile | Compile the library |
compile:watch | Compile and watch the library |
Olivier Louvignes
Copyright (C) 2012-2014 Olivier Louvignes
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Except where noted, this license applies to any and all software programs and associated documentation files created by the Original Author and distributed with the Software:
Inspired by SheetJS gist examples, Copyright (c) SheetJS.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
7 existing vulnerabilities detected
Details
Reason
Found 4/30 approved changesets -- score normalized to 1
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-06-30
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More