ok. I am using xml to populate the data into grid – one of the columns has a html link so that data looks like like this
<a href="somepage.php" target="_blank" rel="noopener">Link to page</a>
on the grid the link looks fine, however when exported to excel it html encoded as follows and basically I am wanting to show it a link in excel as well.
I can’t seem to post the encoded html code – so attaching the image at the link below
We have added support for hyperlinks in excel export. The addition is in GitHub. You can grab the code and test. If you do so, please let us know if it working for you.
Actually you should not do anything- the grid automatically detects the link and make the needed to be added in export.
Not sure how this is supposed to work, I updated with the latest from Github, but the excel still does not export as link. Then link is actually in the xml data.
for example:
<a href="somepage.php" target="_blank" rel="noopener noreferrer">Link to page</a>
or does it need to use the formatter: link?
Kris
This reply was modified 4 years, 5 months ago by krisreddy.
Sorry for the inconvenience. I have forgot to put the last important change related to this new feature. Can you please download again from github and test. The date of build should be 6 April 2020.