Hello.
Hi,
Thanks for your posting and using Aspose.Cells.
We were able to replicate this issue using the latest version with the following code by loading your source file. The dates are shown in numbers instead of date formats.We have logged this issue in our database. We will look into it and fix this issue. 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-42028.
We have also attached the output emf image for a reference.
C#
string filePath = @“F:\Shak-Data-RW\Downloads\del22\del7\Test.xlsx”;
Workbook workbook = new Workbook(filePath);
Worksheet worksheet = workbook.Worksheets[0];
Chart chart = worksheet.Charts[0];
ImageOrPrintOptions opts = new ImageOrPrintOptions();
opts.ImageFormat = ImageFormat.Emf;
chart.ToImage(filePath + “.out.emf”, opts);
Hi,
Hello.
There are some other issues that I see now with another chart, but perhaps this chart has something odd in it (I don’t know).
I post the XLSX file that you can use with the same demo project just for your own information.
Hi,
Thanks for your posting and using Aspose.Cells for .NET.
Please provide us your demo project with your source files and highlight your issues with red circles in a screenshot. We will look into it and help you asap.
Hello Shakeel.
Hi Kostas,
Thanks for your screenshot and using Aspose.Cells.
We were able to observe this issue using your source file with the latest version. The output image does not show chart and dates are incorrect. 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-42071.
The issues you have found earlier (filed as CELLSNET-42028) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.
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.6.0.5 and let us know your feedback.
The issues you have found earlier (filed as CELLSNET-42071) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.