Converting multi-sheet xlsx to csv via command-line

I have a multi-sheet xlsx file that I’d like to convert to csv via command-line. When I run the following command, only the first sheet is converted to csv:

soffice --headless --convert-to csv Book1.xlsx

Is there a way that all of the sheets can be converted to csv, either as one big csv file or one csv file per sheet?