I'm converting an XLSX file to a CSV file with ssconvert inside a script. But I stumbled upon a problem that occurs, when cells contain manual line breaks. Those are kept inside the text as newline-characters, and so the converted csv file is malformed, because it contains a line break which will be interpreted as a new row.
As ssconvert is part of a larger software bundle that handles complex spreadsheet files for a long time now, I don't think such a basic bug would exist in the export function of gnumeric. Is there a way to specify, how ssconvert should handle such cases? E.g. to omit or replace line breaks inside of cells? Sadly, I couldn't find any export options for the Gnumeric_stf:stf_csv exporter.
Thanks in advance!