xlsx2csv.js
v0.8.1
Published
just a port of https://github.com/dilshod/xlsx2csv
Downloads
6
Readme
xlsx2csv.js
just a port of https://github.com/dilshod/xlsx2csv
why
maybe the better way to convert xlsx to csv efficiently in javascript is to importing one in other language
requirements
- python
usage
npm i xlsx2csv.js
const fs = require('fs')
const {scroll} = require('xlsx2csv.js')
const buffer = fs.readFileSync('utf8.xlsx')
const worker = async (data) => {}
scroll(buffer, worker)
.then(() => console.log('finished'))
.catch(console.log)
version
version will match https://github.com/dilshod/xlsx2csv
thanks
https://github.com/dilshod/xlsx2csv