dear aspose.cells support,
Hi,
Hi,
Thanks for your posting and using Aspose.Cells.
We were unable to replicate this issue as per your instructions. We took a file with random values using Rand() and RandBetween() method. All values were different and none of them were same. Please see the following code
C#
string filePath = @“F:\Shak-Data-RW\Downloads\rand.xlsx”;
Workbook book = new Workbook(filePath);
book.CalculateFormula();
book.Save(filePath + “out.xlsx”);
I have tried it and it does not seem to work.
If I save the file in the excel format, then the formula remains and the random numbers are there.
Hi,
Thanks for your posting and using Aspose.Cells for .Net
Please provide your source xls file which you are converting to pdf in a zip file. The .7z file which we received earlier was unable to open at our end. Please provide these files in a zip file or winrar archive.
i am using 7zip. another try
Hi,
Thanks for your posting and using Aspose.Cells for .NET.
Thanks for providing the file, we have found the same problem. The random numbers are not converting properly. All of them are showing the same value. We have logged this issue in our database. We will look into it and fix it. Once the issue is resolved or we have some other update for you, we will let you know asap.
We have also attached the output pdf for your reference.
This issue has been logged as CELLSNET-41588
Hi,
Thanks for your posting and using Aspose.Cells for .NET.
We have fixed the issue.
Please download and try this fix: Aspose.Cells for .NET v7.4.2.5 and let us know your feedback.
thanks for the update and your super fast reply.
Thanks for your feedback.
We have notice this issue, after taking two pdf output both have same output of random data. We will look into this issue. We have also attached pdf outputs for your reference. We have logged your comment in our database. Once we have any update for you. We will share it with you asap.<span style="font-size:12.0pt;line-height:115%;font-family:"Times New Roman","serif";
mso-fareast-font-family:“Times New Roman”">
The issues you have found earlier (filed as CELLSNET-41588) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.
resolved !!
Hi,