Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

excelcnv command line options

I found posts that recommended excelcnv.exe as a way to convert a CSV file to an Excel file, e.g. How to export a CSV to Excel using Powershell, which uses the command line switches -nme and -oice.

Does anybody know what these switches do? And are there more switches available?

I couldn't find any documentation on excelcnv.exe.

like image 844
Markus Nißl Avatar asked Sep 05 '25 03:09

Markus Nißl


1 Answers

This blog post might help you. The author lists some command line switches but does not go into detail how he found out about them.

like image 133
Lennard Avatar answered Sep 07 '25 21:09

Lennard