Running Windows 10 x64 with Libreoffice 7.1.1.2. I am wanting (while in Windows 10) to start librecalc from cmd line. Will eventually want to do this from a python script.
I was using several way of using the cmd “C:\Program Files\LibreOffice\program\soffice.exe” “–calc -o ttt.xlsx”. It also fails with just the “-o ttt.xlsx” option by itself. When I issue the command, it fails by opening a terminal-like window with error message "Error in option: -o {filename} and help text
Librcalc does start with just the “–calc” option, but seems to fail with the “-o filenname” option. I can successfully open Librecalc with a file using Ubuntu - but need to get this to work wunder windows.
What command should I use to open librecals and edit filename.xlsx? How can I get this to work?