Help for this page
sub write_row { my $worksheet = shift; ... else { $worksheet->write($row, $col++, $cell) } } }