use Spreadsheet::XLSX; use Excel::Writer::XLSX; #### my $cell_data = $cell -> {Val}; $worksheet->write($row, $col, "$cell_data");