Convert Excel to HTML with headings

Convert Excel to HTML with headings

Aspose.Cells for Python via NET provides the option to export headings while converting Excel to HTML. For this, you may set the HtmlSaveOptions.export_row_column_headings property to true. The default value of HtmlSaveOptions.export_row_column_headingsproperty is false. The following image shows the output file generated by the following code.

todo:image_alt_text

Sample Code