Command line utility to convert .csv files to .xls files.

Requires the .NET 6.0 runtime to be installed.

Run by calling one of the following examples:

.\csv-to-xls-converter.exe --csvPath "myfile.csv" --xlsPath "myfile.xls"

.\csv-to-xls-converter.exe --csvPath "myfile.csv" --xlsPath "myfile.xls" --sheetName "mysheet" --dateSuffix "yyyy-MM-dd_H-mm-ss"

 

Private Download