Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
When you save your Excel file to HTML, you can specify different cross types for cell strings. By default, Aspose.Cells generates HTML as per Microsoft Excel, but when you change the cross type to CrossHideRight[https://reference.aspose.com/cells/net/aspose.cells/htmlcrosstype], it hides all the strings on the right side of the cell that are overlaid or overlapping with other cell strings.
The following sample code loads the sample Excel file and saves it to output HTML after setting the HtmlSaveOptions.HtmlCrossStringType[https://reference.aspose.com/cells/net/aspose.cells/htmlsaveoptions/properties/htmlcrossstringtype] to CrossHideRight[https://reference.aspose.com/cells/net/aspose.cells/htmlcrosstype]. The screenshot explains how CrossHideRight affects the output HTML compared to the default output.

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