A package which converts csv to xlsx. It uses xlsxpopulate, csvtojson and json2xls under the hood
npm install csvtoxlsxconverterConverts csv to xlsx. It uses Xlsx-populate and csvtojson under the hood.
npm i csvtoxlsxconverter
`
$3
`js
const csvtoexcelconverter=require('csvtoxlsxconverter');
csvtoexcelconverter('./inputfile.csv', './outputfile.xlsx', function(){
// your code
});
``