Match on cell value not $cell object
pojif (defined $cell) { my $value = $cell->value(); ## add # if ( $cell =~ /DFT Tasks for Ration/ .. /END OF RATION/) { # $value[$col] = $cell->value() ; if ( $value =~ /DFT Tasks for Ration/ .. $value =~ /END OF RATION/) + { $value[$col] = $value; if ($value[$col] =~ m/Completed/i){ $fmt = $format[1] }
In reply to Re^5: XLS to CSV file with Text wrap
by poj
in thread XLS to CSV file with Text wrap
by kshitij
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |