Error Area:Io Class:Parameter Code:26

Hi there,

I’m trying to convert some old Lotus spreadsheets to Excel format via a command line script (because I have a lot of them). I get the following error. I’d appreciate any suggestions:

adamt$ uname -a
Darwin MH01971126MACLT 18.7.0 Darwin Kernel Version 18.7.0: Tue Jan 12 22:04:47 PST 2021; root:xnu-4903.278.56~1/RELEASE_X86_64 x86_64

adamt$ sw_vers
ProductName:	Mac OS X
ProductVersion:	10.14.6
BuildVersion:	18G8012

adamt$ /Applications/LibreOffice.app/Contents/MacOS/soffice  --version
LibreOffice 7.0.4.2 dcf040e67528d9187c66b2379df5ea4407429775


adamt$ /Applications/LibreOffice.app/Contents/MacOS/soffice --headless  --convert-to xls:"MS Excel 95" --outdir $PWD convertMe.123    convert /Users/adamt/Downloads/Lotus123/convertMe.123 -> /Users/adamt/Downloads/Lotus123/convertMe.xls using filter : MS Excel 95Error: Please verify input parameters... (SfxBaseModel::impl_store <file:///Users/adamt/Downloads/Lotus123/convertMe.xls> failed: 0x81a(Error Area:Io Class:Parameter Code:26))

adamt$
1 Like

Had the same error and found that I cannot use file paths in many situations, I have to convert them to urls first, i.e. “file:///Users/nikita/test.doc”. (Samples that come with the sdk were helpful)