Trying to change the background color of the sheet title with PHPSpreadsheet. No success with something like
`$sheet ->getTitle($sheet1)->getStyle()->getFill()->setFillType(\PhpOffice\PhpSpreadsheet\Style\Fill::FILL_SOLID);`
How would you address that specific cell ?