just a port of https://github.com/dilshod/xlsx2csv


Keywords
csv, xlsx
License
ISC
Install
npm install xlsx2csv.js@0.8.1

Documentation

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