1.6.0 • Published 6 years ago

csvtoxlsxconverter v1.6.0

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

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
});
1.6.0

6 years ago

1.5.0

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago