LWol wrote:
If you need an another (single) sheet: $objWriter->setSheetIndex(9);Thanks a lot! That is perfect.
If you need all the worksheets: $objWriter->setGenerateSheetNavigationBlock (true)->writeAllSheets();