Hi Aspose,
Hi,
Hi,
Thanks for your posting and using Aspose.Cells for .NET.
We were able to see the images and their differences, however, in order to investigate this issue further, we need your source workbook.xls (as used in your code).
Please also download and try the latest version: Aspose.Cells
for .NET v7.3.4.2 to see if it makes any difference at your end.
Please see the following screenshot for your reference. We will look into your issue and help you asap.
Screenshot:
Thanks for the reply Shakeel Faiz.
Hi,
Thanks for your posting and using Aspose.Cells for .NET.
We were able to replicate this issue using the latest version: Aspose.Cells
for .NET v7.3.5.1
We have logged this issue in our database. We will look into this issue and fix it. Once the issue is fixed or we have some other update for you, we will let you know asap.
This issue has been logged as CELLSNET-41309.
C#
string filePath = @“F:\Shak-Data-RW\Downloads\ExcelInWin7.xls”;
Workbook book = new Workbook(filePath);
Aspose.Cells.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, filePath + “.out.emf”);
Hi Shakeel,
Hi,
Thanks for your posting and using Aspose.Cells.
We have logged your comments in our database against this issue. Please spare us some time. Hopefully, you will get some ETA or fix for this issue.
We also advise you to download and try the latest version: Aspose.Cells
for .NET v7.4.0.2 and let us know your feedback.
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 v7.4.0.3 and let us know your feedback.
The issues you have found earlier (filed as CELLSNET-41309) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by aspose.notifier.