Hello Aspose Support Team,
We are facing an issue while using setHtmlString on Excel cells, where part of the text gets unexpectedly stripped.
Issue Description
For certain column indexes, we convert plain text to HTML…...for Java code: Workbook workbook = new Workbook("d:\\files\\Bk_contents1...ts1.xlsx"); Cells cells = workbook.getWorksheets().get(0).getCells();...