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

raal <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from raal <[email protected]> ---
Hello,
I tested convert

this command produce xml
soffice --headless --convert-to ods /tmp/sxcFile.sxc
convert /tmp/sxcFile.sxc -> /tmp/sxcFile.ods using OpenDocument Spreadsheet
Flat XML


If you want .ods you should use this:
soffice --headless --convert-to ods:"calc8" /tmp/sxcFile.sxc
convert /tmp/sxcFile.sxc -> /tmp/sxcFile.ods using calc8

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

Reply via email to