Manage Cells Html String
Contents
[
Hide
]
Possible Usage Scenarios
When you need to set styled data for specific Cell, you can assign a html string to the Cell. Of course, you can also obtain the HTML string of the cell. Aspose.Cells offers this feature. Aspose.Cells provides the following properties and methods to help you achieve your goals.
Get and set html string using Aspose.Cells
This example shows how to:
- Create a workbook and add some data.
- Get the specific Cell in the first worksheet.
- Set html string to the Cell.
- Get html string of the Cell.
Output generated by the sample code
The following screenshot shows the output of the above sample code.