if (!empty($excelElectiveList)) {
                $Row += 2;
                $export->setValue($export->getCell(0, $Row), 'Wahlfächer');
                foreach ($excelElectiveList as $excelElective => $count) {
                    $Row++;