1.6.0 • Published 6 years ago
csvtoxlsxconverter v1.6.0
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
});