Underline font styles is ignored while rendering cells to BMP /Tiff

The attached Excel is rendered without Underline when the Excel is converted to Tiff.
Seems like this problem occurred when a phrase contains double-byte white space " ".

Missing_Underline-Asposel.zip (121.1 KB)

@SamManoff,

Thanks for the template file.

After an initial test, I am able to reproduce the issue as you mentioned by converting your template file to TIFF image format. I found underline font style is ignored in Excel to TIFF conversion:
e.g
Sample code:

Workbook workbook = new Workbook(strFileName);
workbook.Save("e:\\test2\\out1.tiff", SaveFormat.TIFF);

I have logged a ticket with an id “CELLSNET-46797” for your issue. We will look into it soon.

Once we have an update on it, we will let you know.

@SamManoff,

Please try our latest version/fix: Aspose.Cells for .NET v19.6.2 (attached)

Your issue “CELLSNET-46797” should be fixed in it.

Let us know your feedback.
Aspose.Cells19.6.2 For .Net2_AuthenticodeSigned.Zip (4.9 MB)
Aspose.Cells19.6.2 For .Net4.0.Zip (4.9 MB)

The issues you have found earlier (filed as CELLSNET-46797) have been fixed in Aspose.Cells for .NET v19.7. This message was posted using BugNotificationTool from Downloads module by Amjad_Sahi