Doesn’t work:
titleCell.HtmlString = "Title "
Works fine:
titleCell.HtmlString = " Title"
Same, works fine:
titleCell.HtmlString = "Title Title2"
Aspose.Cells updated in october 2024...your html string. I found that apparently I can’t set HTML title...write the same HTML string, i.e,"SDgadshjf " in an HTML file and then...