csvtoxlsxconverter
v1.6.0
Published
A package which converts csv to xlsx. It uses xlsxpopulate, csvtojson and json2xls under the hood
Downloads
199
Maintainers
Readme
Converts csv to xlsx. It uses Xlsx-populate and csvtojson under the hood.
CSVTOXLSXCONVERTER
Converts csv to xlsx. It uses Xlsx-populate and csvtojson under the hood.
Installation
npm i csvtoxlsxconverter
Using the package
const csvtoexcelconverter=require('csvtoxlsxconverter');
csvtoexcelconverter('./inputfile.csv', './outputfile.xlsx', function(){
// your code
});