Hi,
I’m using unoconv to convert many csv-files to xls-documents. I’m working with Ubuntu as my operating system. My locale settings in LibreOffice are set to German → LO and therefore unoconv uses a dot . as the thousands separator).
Is there a way to:
-
either specify the thousands separator when converting csv to xls. My command looks like this:
unoconv -f xls -o ~/test/ ~/test/testfile.csv -
or somehow change the locale setting to English (eg en_US) via command line (and afterwards back to German)
Having the German settings causes incorrect convertion for my csv-files (as for example 0.123 will be interpreted as 123)
Thanks already for any help!