How to convert xlsx file 2nd sheet to html with command line

I need to convert 2nd sheet to html. I have the following parameters in command line.
-norestore -nofirststartwizard --headless --convert-to html “aaa.xlsx”
How can I do this?