phpspreadsheet display multiple sheets of excel in browser

I need to display excel file containing multiple sheets in browser using php spreadsheet and also navigate between the sheets using tabs. Can anyone pls help on this? I’m new to php. And i need to use context menu on right click , by selecting particular cells from any sheets. Can all these be done using php ?

tried with below code.
but getting all sheets displayed in single page without tabs

My current ui display in browser

I want it in separate tab clicks . Pls help