Convert HTML to XLS

I am trying to convert a HTML file to Excel file, using soffice like this, soffice --headless --invisible --convert-to xls:“MS Excel 97” ~/Desktop/test.html --outdir ~/Desktop, but it always failed, saying “Error: Please verify input parameters… (SfxBaseModel::impl_store failed: 0xc10)”. When I converted this html to doc, using filter doc:“MS Word 97”, it succeeded.

The soffice version is LibreOffice 4.4.4.3.

Did I miss anything in the command line?

Thanks,
Dominic