I am converting a file from csv file to an xlsx file using the following command
/usr/bin/ssconvert --import-type=Gnumeric_stf:stf_csvtab --export-type=Gnumeric_Excel:xlsx --import-encoding=UTF8 sample.csv sample.xlsx
The content of sample.csv is:
"id","ManufacturerNo"
"1594174","10-1585"
The problem is that, instead of the value being "10-1585", it is displayed in Libre as "09/30/1585" and in Excell as "-114777"
How do I run the convert differently in order not to destroy the data>