Space delimited with 'ssconvert'

784 views Asked by At

I want to use ssconvert from Gnumeric to convert an Excel file to .txt file. The command should be:

ssconvert -O 'separator= ' excel.xlsx result.txt

However, it doesn't insert ' ' between cells. For example A B is written as AB.

How can I fix that?

1

There are 1 answers

0
Jean Brefort On BEST ANSWER

Try that:

ssconvert -O "separator=' '" excel.xlsx result.txt