0.8.1 • Published 5 years ago

xlsx2csv.js v0.8.1

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

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

0.8.1

5 years ago

0.8.0

5 years ago

0.7.11

5 years ago

0.7.10

6 years ago

0.7.9

7 years ago

0.7.8

7 years ago

0.7.7

7 years ago

0.7.5

7 years ago

0.7.4

7 years ago

0.7.3

7 years ago