How to convert .xlsx to .xml (MS Excel 2003 XML) from command line?
When the following is executed (LibreOffice 7.5):
"C:/Program Files/LibreOffice/program/soffice.bin" --headless --calc --convert-to xml:"MS Excel 2003 XML" "C:/Users/user/Downloads/example_xlsx.xlsx"
the following error is returned:
Error: Please verify input parameters…
I have tried removing --headless & --calc, and tried using other filters, and much more.
Although I am a beginner, I have been able to successfully convert other files from the command line (rtf → pdf, pdf → rtf, etc.).
What am I doing wrong? Has the ability to convert to this particular .xml file been deprecated as suggested here?
I have uploaded a sample .xlsx file.
example_xlsx.xlsx (10.6 KB)
I’m unable to upload a sample .xml file (says unauthorized)
Appreciate any help. Thanks