Help for this page
$worksheet1->write_col('A3', [@arr, @arr1]);
push @arr, @arr1; $worksheet1->write_col('A3', \@arr);