X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=convert_to_xls;h=1e75b665ca42be2396b0a604ddf3e5e613adabed;hb=6624eff777ffe8ae30046d62897b131215475d11;hp=ff6bd6de4330b5630fa22dec0d3bc2705995f7fe;hpb=e10e654009ad9703a8dc55768b078be732d8a22a;p=bin.git diff --git a/convert_to_xls b/convert_to_xls index ff6bd6d..1e75b66 100755 --- a/convert_to_xls +++ b/convert_to_xls @@ -87,6 +87,7 @@ for my $file (@FILES) { for my $col (0..$#row) { $ws->write($row,$col+1,$row[$col]); } + $row++; } } $wb->close;