node-xlsx-json
Converting xlsx file to json files using nodejs. This is a fork of DataGarage module with additional option of converting excel headers to lowerCase as json keys.
Install
npm install xlsx-to-json-lc-hoffer
Usage
xlsxj = ; ;
Specifying a target sheet
You can optionally provide a sheet name to extract from that sheet
xlsxj = ; ;
In config object, you have to enter an input path. But If you don't want to output any file you can set to null
.
License
MIT @chilijung