How to make the urls and emails linkable in csv sheet using nodejs?

Viewed 13

I have written the code to download the CSV file after exporting it to CSV using nodejs. In the CSV file there are some columns like URI and Email which I want linkable means hyperlinked after exported to CSV.

enter image description here

0 Answers
Related