Hi, please see the attached files.
Hi,
Thanks for your posting and using Aspose.Cells for .NET.
I am able to replicate this issue using the latest version:
Aspose.Cells
for .NET v7.2.2.1
We have logged this issue in our database. Once the issue is fixed or we have some other update relating to this issue, we will let you know asap.
This issue has been logged as CELLSNET-40774.
C#
string filePath = @“F:\Documento.xlsx”;
Workbook workbook = new Workbook(filePath);
workbook.CalculateFormula();
workbook.Save(filePath + “.out.pdf”);
Screenshot:
Hi,
We have fixed this issue. Please download and use the latest version: Aspose.Cells for .NET v7.2.2.2.
Please use the following code.
C#
Workbook workbook = new Workbook(@“D:\FileTemp\Documento.xlsx”);
workbook.CustomDocumentProperties.UpdateLinkedRange();
workbook.Save(@“D:\FileTemp\dest.pdf”);
Thank you very much!
Hi,
Thanks for your feedback
It’s good to know your issue is resolved.
If you encounter any other problem or have some questions to be asked, please feel free to post, we will help you asap.
The issues you have found earlier (filed as CELLSNET-40774) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by aspose.notifier.