When I try to encode a HTML anchor link in CSV file cell it becomes corrupted and not readable by Excel.
Is there some sort of non-HTML solution or format to encode a hyperlink in CSV file cell?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A CSV file is simply text – it’s up to the loading program how it chooses to interpret the text.
If Excel is complaining when you feed it
"<a href=\"blah\">Link</a>", "another cell"then try just having the raw URL and you might find Excel will automagically turn it into a link.But in general Excel doesn’t process HTML, so expecting it render HTML from a CSV file is asking too much.