Excel with unsupported border style to HTML

Excel with unsupported border style to HTML

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).

todo:image_alt_text