Morten, Thank you very much for the info.I took a glance at the source code you gave me and after some trial and error I get the parameters I needed:
ssconvert -O 'separator=; format=preserve quoting-mode=never charset=unicode' myFile.xls myFile.txt
Regards, Matías Morten Welinder escribió:
It's not well documented, but the idea is to run something like ssconvert -O 'separator=; format=raw' ../samples/excel/statfuns.xls /tmp/ttt.txt See the end of src/stf-export.c for more options that can be set. (And someone please update the man page!) Morten