Picture Styles rendering issue

Hello,

We currently have a problem regarding the rendering of pictures that contain styles, please observe the attached output image (‘Output.png’).

This is the code used to render to a PNG image:

            var workbook = new Workbook(@“Pictures.xlsx”);
        <span style="color:blue;">var</span> imageOptions = <span style="color:blue;">new</span> <span style="color:#2b91af;">ImageOrPrintOptions</span>
                               {
                                   Quality = 100,
                                   VerticalResolution = 200,
                                   HorizontalResolution = 200,
                                   PrintingPage = <span style="color:#2b91af;">PrintingPageType</span>.IgnoreBlank,
                                   ImageFormat = <span style="color:#2b91af;">ImageFormat</span>.Png,
                                   OnePagePerSheet = <span style="color:blue;">true</span>
                               };

        <span style="color:blue;">var</span> worksheet = workbook.Worksheets[0];

        worksheet.PageSetup.PrintArea = <span style="color:blue;">string</span>.Format(<span style="color:#a31515;">"A1:N30"</span>);
        worksheet.PageSetup.TopMargin = 0;
        worksheet.PageSetup.LeftMargin = 0;
        worksheet.PageSetup.RightMargin = 0;
        worksheet.PageSetup.BottomMargin = 0;

        <span style="color:blue;">var</span> sheetRender = <span style="color:blue;">new</span> <span style="color:#2b91af;">SheetRender</span>(worksheet, imageOptions);

        sheetRender.ToImage(0, <span style="color:#a31515;">@"Output.png"</span>);<br><br><br>It seems that Aspose.Cells does not provide support for rendering Picture Styles. <br>Is this feature planned for development in the near future? as or product is requiring this.<br><br><br><br>Thank you,<br>Bogdan Rusu,<br>IBM Romania.<br><br><br><br><br></pre><br>

Hi Bogdan,


Thank you for using Aspose.Cells.

I have tested this issue with the latest version of Aspose.Cells V 7.3.0 and your supporting files, and was able to reproduce the issue at my end. It seems a bug to me at the rendering of Aspose.Cells. I have forwarded these details to our development team for further investigation. We will update you here once we have any information regarding the resolution of this issue.

The issue has been logged in our database as: CELLSNET-40851.

Hello,

Thank you for the replay, we will be waiting for the fixed version.


Regards,
Bogdan Rusu,
IBM Romania.

Hi Bogdan,


Thank you for using Aspose.Cells.

We will update you here once we have an update about this issue from our development team.