How to encode a hyperlink in CSV formatted file?

前端 未结 4 599
耶瑟儿~
耶瑟儿~ 2020-12-14 14:59

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

4条回答
  •  天命终不由人
    2020-12-14 15:46

    For when automagicalism doesn't work, and you're definitely using Excel, use this as the field content.

    =HYPERLINK("http://stackoverflow.com")
    

提交回复
热议问题