https://bugs.documentfoundation.org/show_bug.cgi?id=98965

--- Comment #4 from freeseek <[email protected]> ---
I have actually found an easier way to reproduce the problem from scratch. It
seems to be related to mishandling the vertical tab character when converting
to xlsx. I don't know whether other characters are also causing similar issues.

Here is an example. Generate a minimal table:
# echo -e "abcde\v" > test.tsv

Convert the table to xls and then back to csv:
# localc --convert-to xls test.tsv
# localc --convert-to csv test.xls
# cat test.csv
The output is
> abcde

Convert the table to xlsx and then back to csv:
# localc --convert-to xlsx test.tsv
# localc --convert-to csv test.xlsx
# cat test.csv
The output is empty.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to