Quantcast
Channel: EPPlus Issue Tracker Rss Feed
Viewing all articles
Browse latest Browse all 2262

Edited Unassigned: HyperLink displays full url instead of the link text [15222]

$
0
0
In version 4.0.3 the HyperLink function displays the full url instead of the link text that is provided. This worked properly in 3.1.3.3


cell.Value = "Google";
cell.HyperLink = new Uri("www.google.com");

Will display http://www.google.com in the excel cell, not a clickable Google.


Update:

I found that if you reverse the order of the assignments, it works properly again:

cell.HyperLink = new Uri("www.google.com");
cell.Value = "Google";


Viewing all articles
Browse latest Browse all 2262

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>