Why link isn't clickable in webix spreadsheet?

Hi, I need help. I import excel file in webix spreadsheet. In excel exist link, but when I click on it in spreadsheet nothing happend. I need that link in spreadsheet was clickable, how can I do this? I’m using trial version webix.

Hello,

The Webix trial version shows all the features available in the PRO version.

However, currently Spreadsheet supports only links specified via HYPERLINK, the rest will be ignored (only text and styles will be imported).
As a temporary solution we can suggest this little customization: Code Snippet . Here we check if a cell’s text contains a link and place it to the hyperlink formula if so.
Unfortunately, it does not yet solve the problem with links that have alternative text.
Thank you for pointing this out! In one of the next updates we will add conversion of all recognized links to the hyperlink method (without losing the replacement text).

Hello @tolstovaulia257 ,
In Webix 10.3.2 version we added the conversion of Excel links to the hyperlink method so now the Excel links can be imported to the Spreadsheet.