Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
Microsoft Excel supports some types of dashed borders that are not supported by web browsers. When such files are converted to HTML using Aspose.Cells, those borders are removed. However, Aspose.Cells for Python via Java supports displaying similar borders with the HtmlSaveOptions.ExportSimilarBorderStyle property. You may set the value of the HtmlSaveOptions.ExportSimilarBorderStyle property to True to export unsupported borders.
The following sample code loads the sample Excel file that contains some unsupported borders as shown in the following screenshot. The screenshot further illustrates the effect of the HtmlSaveOptions.ExportSimilarBorderStyle property in the output HTML (outputExportSimilarBorderStyle.zip).

Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.