if (!empty($educationList)) {
                $Row += 2;
                $export->setValue($export->getCell(0, $Row), 'Bildungsgänge');
                foreach ($educationList as $education => $count) {
                    $Row++;