Getting issue in underline when saving as image

Hi

I have created a workbook with some text having underlines.
I have used the following code
Workbook book = new Workbook(excelpath);
Worksheet sheet = book.Worksheets[0];
ImageOrPrintOptions options = new ImageOrPrintOptions();
options.IsImageFitToPage = true;
options.OnePagePerSheet = true;
options.TiffCompression = TiffCompression.CompressionLZW;
options.ImageFormat = ImageFormat.Emf;
options.PrintingPage = PrintingPageType.Default;
SheetRender sr = new SheetRender(sheet, options);
sr.ToImage(0, imagepath);
Here in my excel the underline is applied on the entire text but in the generated image it is getting applied only below the test.
Can you please look into this?
Thanks and Regards
Mukundan

Hi Mukundan,

Thanks for your posting and using Aspose.Cells for .NET.

We were able to replicate this issue using your sample code and source file with the latest version. Underline should appear below the entire text but it appears only below the words. We have logged this issue in our database. We will look into it and resolve this issue. Once, the issue is resolved or we have some other update for you, we will let you know asap.

This issue has been logged as CELLSNET-42079.

Hi,

Thanks for your posting and using Aspose.Cells for .NET.

We have fixed this issue.

Please download and try this fix: Aspose.Cells for .NET (Latest Version) and let us know your feedback.

The issues you have found earlier (filed as CELLSNET-42079) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.