Doesn’t work:
titleCell.HtmlString = "Title "
Works fine:
titleCell.HtmlString = " Title"
Same, works fine:
titleCell.HtmlString = "Title Title2"
Aspose.Cells updated in october 2024...interested that it can abort generation, like i need to parse document...better understand why it abort generation (Index outside of bounds)...