Goal to Add HyperLink in Excel Export

0
Hello,   I am Working in a Project where i need to include Hyperlink in an Excel file generated using Mendix. I want certain cell in the Excel export to contain clickable hyperlink that lead to external URLs, I need to convert url to be as Hyperlink.   i am Using Excel exporter module from MarketPlace.   "The Goal is to Display the TEXT as a Clickable Link in exported Excel File."     
asked
1 answers
0

Hi Harish , 

You can refer the below documentation to export the link in excel from the datagrid 

https://community.mendix.com/link/space/app-development/questions/104397

Are you trying to export the data from datagrid ?

 

or 

You can build a custom javaaction to create hyperlinks in excel sheet. 

Refer the below documentation for reference java program

https://www.geeksforgeeks.org/how-to-create-hyperlink-in-spreadsheet-using-java/

 

answered