Gathering detailed insights and metrics for @aternus/csv-to-xlsx
Gathering detailed insights and metrics for @aternus/csv-to-xlsx
Gathering detailed insights and metrics for @aternus/csv-to-xlsx
Gathering detailed insights and metrics for @aternus/csv-to-xlsx
Convert CSV files to XLSX (Excel 2007+ XML Format) files.
npm install @aternus/csv-to-xlsx
Typescript
Module System
Min. Node Version
Node Version
NPM Version
66.9
Supply Chain
88.4
Quality
76.2
Maintenance
100
Vulnerability
100
License
TypeScript (72.3%)
JavaScript (27.7%)
Total Downloads
724,565
Last Day
51
Last Week
3,378
Last Month
16,260
Last Year
157,027
MIT License
35 Stars
74 Commits
14 Forks
1 Watchers
1 Branches
1 Contributors
Updated on Jan 01, 2025
Minified
Minified + Gzipped
Latest Version
2.1.5
Package Id
@aternus/csv-to-xlsx@2.1.5
Unpacked Size
11.48 kB
Size
3.98 kB
File Count
10
NPM Version
10.2.4
Node Version
20.11.1
Published on
Mar 20, 2024
Cumulative downloads
Total Downloads
Last Day
-70%
51
Compared to previous day
Last Week
-37.6%
3,378
Compared to previous week
Last Month
27.2%
16,260
Compared to previous month
Last Year
-4.9%
157,027
Compared to previous year
Convert CSV files to XLSX (Excel 2007+ XML Format) files.
Written in JavaScript. Available for Node.js CLI and API.
Binaries are available for:
Install with confidence 🛡️
1npm install @aternus/csv-to-xlsx
Download the executables from the latest release.
1./csv-to-xlsx-linux -i "input-file-or-directory" -o "output-directory"
Type --help
for a full list of options.
1npx @aternus/csv-to-xlsx -i "input-file-or-directory" -o "output-directory"
1const path = require('path'); 2const {convertCsvToXlsx} = require('@aternus/csv-to-xlsx'); 3 4let source = path.join(__dirname, 'report.csv'); 5let destination = path.join(__dirname, 'converted_report.xlsx'); 6 7try { 8 convertCsvToXlsx(source, destination); 9} catch (e) { 10 console.error(e.toString()); 11}
Released under the MIT License - see LICENSE.md
for details.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
branch protection is not maximal on development and all release branches
Details
Reason
dependency not pinned by hash detected -- score normalized to 2
Details
Reason
9 existing vulnerabilities detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
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
Project has not signed or included provenance with any releases.
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