Socket
Book a DemoInstallSign in
Socket

@proscom/csv-to-xlsx

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@proscom/csv-to-xlsx

Converts csv files to xlsx

1.0.1
latest
Source
npmnpm
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

csv-to-xlsx

CLI tool to convert csv files to xlsx.

It uses csv-parse and xlsx under the hood.

Usage:

$ csv-to-xlsx \
    -i File.csv \
    -o File.xlsx \
    -d "," \
    -e "\"
$ csv-to-xlsx --help
Options:
  --help           Show help                                           [boolean]
  --version        Show version number                                 [boolean]
  --input, -i      Input file                                [string] [required]
  --output, -o     Output file                               [string] [required]
  --delimiter, -d  CSV delimiter character               [string] [default: ","]
  --quote, -q      CSV quote character                   [string] [default: """]
  --escape, -e     CSV escape character                  [string] [default: "\"]
  --trim, -t       Trim whitespaces around delimiter  [boolean] [default: false]
  --sheet, -s      XLSX sheet name                  [string] [default: "import"]

Keywords

csv

FAQs

Package last updated on 19 Nov 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.