Team,
I have a 2003 excel spreadheet excel.
I need to convert this eventually to excel for parsing.
I have looked at many links and have tried to run soffice cmds.
The xml file can be opened manually bia libreoffice calc and saved to another format.
HOwever, I need to do this automatically via headless for data processing
Any ideas here?
LInks I referrred to
https://cgit.freedesktop.org/libreoffice/core/tree/filter/source/config/fragments/filters
cmds I have run, all render an empty spreadsheet.
MS Excel 97
soffice --headless --convert-to ooxml:“Calc Office Open XML” prefcardPositionExample.xml
soffice --headless --convert-to ods prefcardPositionExample.xml
soffice --headless --convert-to xls prefcardPositionExample.xml
soffice --headless --convert-to xlsx prefcardPositionExample.xml