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 content size had over 130000+ characters, its getting overlapped or only partial content is written in the cell.
is that anything with the cell character limit range in a csv ?
Please give me some suggestion.
Update
i use this code to print the csv.
$csv->print($fh, [$name, $table]);
if the variable contains character '[',']' it get overlapped to next cells.
Update
From this link
I am trying to write the content inside the <\Description> Tag which have a large content.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With