Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
When Excel is converted to HTML, comments are not exported. Aspose.Cells for Python via Java provides a feature to export comments when converting Excel to HTML. To achieve this, the API provides the HtmlSaveOptions.IsExportComments property. Setting the value of HtmlSaveOptions.IsExportComments property to True will export comments in the output HTML.
The following screenshot shows the output HTML file generated by the sample code snippet.

The following sample code demonstrates exporting comments during Excel to HTML conversion.
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.