Html tags support in Aspose.Cells

Hi,


I am trying to display text followed by image in cell.
And mentioning the image path as “” which is a html tag.
It is not displaying any image in the cell even though the path is valid.
Other tags like
is working fine.

Ex: sheet.cells[r,c].HtmlString = “Text
” ;

Hi,


We recently included more tags support for HtmlString attribute, so, could you try our latest version/fix: Aspose.Cells for .NET v7.3.0.4 if it works fine with tag?

If it is not supported yet, we will log your feature request and support it soon.


Thank you.

Tabs:
Hi,

I am trying to display text followed by image in cell.
And mentioning the image path as "" which is a html tag.
It is not displaying any image in the cell even though the path is valid.
Other tags like
is working fine.

Ex: sheet.cells[r,c].HtmlString = "Text
" ;
Hi,

I have logged a New Feature Request in our database to support this tag. We will look into it and implement this feature and update you asap.

This issue has been logged as CELLSNET-40948.

Hi,

Thanks for using Aspose.Cells.

We could not support img tag in Cell. HtmlString value.

We
have supported reading html file with new Workbook.

C#


Workbook workbook = new Workbook(“c:\source.html”);

Hi Shakeel,


I cant use separate html file in my code because the data is dynamic .

So it will be helpfull for me if tag is supported in Aspose.Cells as it does in Aspose.PDF

Thanks,
Tabs

Hi,


Since as we told you that we might not support tag for Cell.HtmlString attribute or support it soon, I think you may use other Aspose.Cells APIs regarding insert pictures if it fits your needs, see the topic on how to add pictures to cells using Aspose.Cells APIs.
http://www.aspose.com/docs/display/cellsnet/Adding+Pictures


Thank you.