0.8.1 • Published 6 years ago

xlsx2csv.js v0.8.1

Weekly downloads
6
License
ISC
Repository
github
Last release
6 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

6 years ago

0.8.0

7 years ago

0.7.11

7 years ago

0.7.10

7 years ago

0.7.9

8 years ago

0.7.8

8 years ago

0.7.7

8 years ago

0.7.5

8 years ago

0.7.4

8 years ago

0.7.3

8 years ago