Hi
Hi Mukundan,
Thank you for using Aspose products.
I have evaluated your presented scenario while using the latest version of Aspose.Cells for .NET 7.7.0. I am afraid, the issue didn’t replicate on my end with the latest build. Attached are the output PDF and EMF files that show the value of CHAR(151) correctly. Please give the latest version a try on your end, and let us know if you find any difficulty.
Hi Babar
Hi Mukundan,
Thanks for your posting and using Aspose.Cells.
I was able to observe this issue in the output pdf generated with the latest version: Aspose.Cells
for .NET v7.7.0.4 using the following code.
CHAR(151) is not rendering fine in the output pdf. I have attached the screenshot for a reference.
We have logged this issue in our database. We will look into it and fix 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-42289.
C#
string filePath = @“F:\Shak-Data-RW\Downloads\TestExcel.xml”;
Workbook workbook = new Workbook(filePath);
workbook.CalculateFormula();
workbook.Save(filePath + “.out1.pdf”);
Hi,
Thanks for using Aspose.Cells.
Please download and try the latest version: Aspose.Cells
for .NET v7.7.1.1 and let us know your feedback.
The issues you have found earlier (filed as CELLSNET-42289) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.