I had search reference and the reference say to try like this :
public function registerEvents(): array { return [ AfterSheet::class => function(AfterSheet $event) { ... $event->sheet->getDelegate() ->getStyle('R37:Z37') ->applyFromArray([ 'alignment' => ['wrapText' => true]]) }, ]; }