Here is my CSV file:
Email,Values
"=HYPERLINK(CONCATENATE(""mailto:user@xyz.com?subject=X&body="", SUBSTITUTE(B2,CHAR(10),""%0d%0a"")), ""Send email"")","11231112311123111231
14562112311123111231
78292112311123111231
01233112311123111231
34543112311123111231
67834112311123111231
90154112311123111231
23465112311123111231
56765112311123111231
89066112311123111231
12376112311123111231
23487112311123111231"
When I open it in Excel I get this:
The problem is the length of the text in B2. Exactly the same formula with shorter content in B2 works fine:
Given that I must use a CSV file, does this issue have a solution?