We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Values containing hyperlinks in cells are treated as hyperlinks than being string

Hi,

I use React JS to render the spreadsheet which loads json from my API. I have a column that contains url as values. When saving the spreadsheet, the url column goes as hyperlinks to my web api. I want it to be string values, Is there a way I can achieve this?

thanks


1 Reply

SP Sangeetha Priya Murugan Syncfusion Team March 8, 2023 02:03 PM UTC


Hi Gokulan,


Based on MS Excel behavior, if you enter hyperlink address in cell it will automatically converted into link. And it is the default behavior of MS Excel, we have also done the same thing in our end. If you don’t need to show the link address as hyperlink, you can remove the hyperlink using removeHyperlink option in context menu or using removeHyperlink method. Please find the below links


https://ej2.syncfusion.com/react/documentation/spreadsheet/link#remove-hyperlink


Please check the above details and get back to us if you need any further assistance with this.


Loader.
Up arrow icon