Adding HTML Rich Text inside the Cell with Golang via C++
Contents
[
Hide
]
Aspose.Cells supports converting Microsoft Excel‑oriented HTML into XLS/XLSX format. It means that the HTML generated by Microsoft Excel can be converted back to XLS/XLSX format using Aspose.Cells.
Similarly, if there is some simple HTML, Aspose.Cells can convert it to HTML Rich Text. Aspose.Cells provides Cell::GetHtmlString method which can take such a simple HTML string and convert it to formatted cell text.
The code sample below shows how to add HTML rich text inside the cell. See the screenshot of the output Excel file.