Can I convert XSLX to HTML, one output file per sheet?

My input file has more than one sheet.
I only need the first one in HTML.

libreoffice --invisible --convert-to html input.xslx

creates one HTML file with all sheets. One HTML file per sheet would be nice. Many thanks for any help!