cell.setHTMLString passing html <a> tag

Hi,

Hereafter, the parameter passed to setHTMLString

String htmlTagLink = “<a href=“http://www.aspose.com”>Visit aspose.com!”;

cell.setHtmlString(htmlTagLink);

In the generated file, the cell does not contain the hyperlink ?

Is there any limitation on using setHtmlString method passing html tag ?

(FYI: aspose cells (16.11.0) for java)

Any idea ?

Thanks in advance !
Hi,

Thanks for your posting and using Aspose.Cells.

We are afraid, tag is not supported in Cell.HtmlString property. If you need it, we could evaluate it and add it in our future versions if feasible.

So far, we have supported the following tags in Cell.HtmlString.