in reply to Re^8: Perl script to fill the entire row of Excel file with color based on pattern match
in thread Perl script to fill the entire row of Excel file with color based on pattern match

Can you provide an example of the contents of one cell which is not 'wrapping'. Is this the same problem as XLS to CSV file with Text wrap ?

poj
  • Comment on Re^9: Perl script to fill the entire row of Excel file with color based on pattern match

Replies are listed 'Best First'.
Re^10: Perl script to fill the entire row of Excel file with color based on pattern match
by kshitij (Sexton) on Sep 01, 2018 at 04:44 UTC
    Hi Poj

    I think the main problem is the conversion of the XLS into CSV file since it is not getting converted properly and missing the newlines in the CSV and not doing the Text wrap in the cells. I have tried earlier solutions which have been provided in the conversion from XLS into CSV with Text wrap post but they are not working.

    Thanks Kshitij