in reply to Re^12: XLS to CSV file with Text wrap
in thread XLS to CSV file with Text wrap

Set $flag and $row_out before not inside the $row loop

my $flag = 0; my $row_out = 0; for my $row ( $row_min .. $row_max ) { my @value = (); # my $flag = 0; # my $row_out = 0;
poj

Replies are listed 'Best First'.
Re^14: XLS to CSV file with Text wrap
by Anonymous Monk on Sep 05, 2018 at 16:35 UTC
    Hi Poj

    Thanks it has worked! Thanks a lot for your immense help in completing this script.

    Thanks and Regards

    Kshitij Kulshreshtha