In this post I will provide method how to convert from xls to csv (with semicolon separator) format using uConvertXSLtoCSV.exe program, that was designed using C# and OleDb API.
To run convertion you need to pass two variables sourceFile and targetFile.
sourceFile – xls file path and targetFile – file that will be created.
So, open windows command line and insert:
“…/uConvertXSLtoCSV.exe” “…/sourceFile.xls” “…/targetFile.csv“
‘…’ – means path to your files