Rotated group of shapes mis-rendered to image

Hi,



When a group of shapes in excel is rotated, the output image will be rendered in a wired way.



Code:



var book = new Workbook(“test.xlsx”);

Worksheet sheet = book.Worksheets[0];

var options = new ImageOrPrintOptions { HorizontalResolution = 300, VerticalResolution = 300, ImageFormat = ImageFormat.Emf };

var renderer = new SheetRender(sheet, options);

renderer.ToImage(0, “out.emf”);



You can find the out.emf is very different from the shapes in the original Excel sheet.



Thanks,

Hi John,


Thank you for sharing the sample spreadsheet.

We have evaluated the presented scenario while using the latest revision of Aspose.Cells for .NET 8.8.0.2, and we are able to notice the said problem. In order to further investigate the matter, we have logged this incident as CELLSNET-44410 in our bug tracking system. Please spare us little time to properly evaluate this case on our side and get back with updates in this regard.

Hi,

Thanks for using Aspose.Cells.

This is to inform you that we have fixed your issue CELLSNET-44410 now. We will soon provide the fix after performing QA and including other enhancements and fixes.

The issues you have found earlier (filed as CELLSNET-44410) have been fixed in Aspose.Cells for .NET 17.2.0.


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