After running the following on the command line: soffice --convert-to ods test.csv It displays the results: convert /redacted/test.csv -> /redacted/test.ods using filter : calc8 I would like to suppress this message, and any other text. I don't see any option for this. Thank you for your response.
Did you try something like: soffice --convert-to ods test.csv &> /dev/null ?
you should use --headless along with --convert-to