How to write only active sheet of xlsx file PHPSpreadsheet
i want to show the xlsx file as html, but it always return the first sheet of the file. What i want is to get the writer to show the one active sheet only if there are multiple sheets (name and order of sheet are random).
here is my code :