Export Comments while Saving Excel file to HTML

Possible Usage Scenarios

When you save your Excel file into HTML, comments are not exported. However, Aspose.Cells provides this feature using the HtmlSaveOptions.IsExportComments property. If you set it true, then HTML will also display comments present in your Excel file.

Export Comments while Saving Excel file to Html

The following sample code explains the usage of HtmlSaveOptions.IsExportComments property. The screenshot shows the effect of the code on the HTML when the property is set to true. Please download the sample Excel file and the generated HTML for a reference.

todo:image_alt_text

Sample Code