1.0.2 • Published 5 years ago

xlsx2csv-node v1.0.2

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

xlsx2csv-node

Python wrapper for dilshod's xlsx2csv

Install

$ npm install xlsx2csv-node

Usage

const xlsx2csv = require('xlsx2csv-node')

xlsx2csv({
  xlsxfile: './foo.xlsx',
  hyperlinks: true,
}).then(console.log)

Check the docs for all options

Command line

$ npm install -g xlsx2csv-node

The arguments is the same as python's one.

License

MIT © Antonio Eduardo

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago