On Wikipedia the article on Tab-separated values claims:
Many programs such as LibreOffice expect a carriage return followed by a newline.
I am wondering if this statement is correct. On Linux a TSV file with just Unix-style line-endings (\n
) just works in Calc. Is this something which LibreOffice Calc can’t do on Windows?
I can’t attach a TSV file here unfortunately. Could someone with Windows confirm that TVS files with Unix-style line-endings (\n
instead of \r\n
) work there as well?