Hiding Overlaid Content with CrossHideRight while saving to HTML

Possible Usage Scenarios

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, then it hides all the strings at the right side of the cell which are overlaid or overlapping with cell string.

Hiding Overlaid Content with CrossHideRight while saving to Html

The following sample code loads the sample Excel file and saves it to output HTML after setting the HtmlSaveOptions.HtmlCrossStringType as CrossHideRight. The screenshot explains how CrossHideRight affects the output HTML from default output.

todo:image_alt_text

Sample Code