Linking to this question Writing CSV in perl
I am parsing a content from html file and writing it in csv by using Text::CSV; which was working well.
But while
The problem was with Excel. The actual CSV file is correct, but according to Microsoft's documentation, Excel cannot read more than 32767 characters in a single cell:
Total number of characters that a cell can contain: 32,767 characters
You could try other editors like:
At least one of them should work for your needs.