Convert to CSV in Windows command-line

Hello,

I want to convert an XLS file to CSV filetype.

Is there a way to do this in Windows command line?

I found a way to do it on Ubuntu but its not working on Windows :slight_smile:

Thank your for your help.

OK,

I solved the issue.

You need to add to Enviroment variables PATH the path to soffice.exe, elsewhere the soffice is not recognized.

After that with this line I was able to convert the file. Is there a way to use other delimeter?

soffice --headless --convert-to csv %Input%