1.0.0 • Published 4 years ago

nk-xlxs-to-array-nodejs v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

NK-XLXS-To-Array-NodeJS

Package to convert XLSX files to a simple associative array

Installation

npm i nk-xlxs-to-array-nodejs --save

How to use

const NKXLSX = require( nk-xlxs-to-array-nodejs )
const myGreatArraysOfSheets = NKXLSX( '/var/www/mysheet.xlsx' )

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT