Adding HTML Rich Text inside the Cell
Contents
[
Hide
]
Aspose.Cells for Python via .NET supports converting Microsoft Excel oriented HTML into XLS/XLSX format. It means, the HTML generated by Microsoft Excel can be converted back to XLS/XLSX format using Aspose.Cells for Python via .NET.
Similarly, if there is some simple HTML, Aspose.Cells for Python via .NET can convert it into HTML Rich Text. Aspose.Cells for Python via .NET provides Cell.html_string property which can take such a simple HTML and convert it to formatted cell text.
Below code sample shows you how to add HTML rich text inside the cell. Please see the screenshot of the output Excel file.