Export excel to csv with filter options

Hi,
I’m using the command below but must do something incorrect because I get no result.
“C:\Program Files (x86)\LibreOffice 5\program\soffice.exe” --nofirststartwizard --convert-to csv:59,34,76,2,true file.xls

If I use it without the filter options it gives me a .csv file without any problems.
Any tips on where to look for my mistake?

Thanks

I think you need to specify the filter and also the filter options needs to be in quotes. Note the location of quotes and “:” in the example.

"C:\Program Files (x86)\LibreOffice 5\program\soffice.exe" --nofirststartwizard --convert-to csv:"Text - txt - csv (StarCalc)":"59,34,76,2,,,true" file.xls