Hi,
After calling Worbook.CalculateFormula method some cells having valid formula values are displaying “N/A”.
For reproducing the issue plase use the attached file and the following code:
var workbook = new Workbook(“test.xlsx”);
Console.WriteLine(“Before CalculateFormula:”);
Console.WriteLine("C2 = " + workbook.Worksheets[0].Cells[“C2”].Value);
Console.WriteLine("E2 = " + workbook.Worksheets[0].Cells[“E2”].Value);
workbook.CalculateFormula();
Console.WriteLine(“After CalculateFormula:”);
Console.WriteLine("C2 = " + workbook.Worksheets[0].Cells[“C2”].Value);
Console.WriteLine("E2 = " + workbook.Worksheets[0].Cells[“E2”].Value);
Regards,
Aurelian Iordache
IBM Romania
Hi Aurelian,
Hi Aurelian,
Hi Aurelian,
Thanks for your using Aspose.Cells.
Please download and try the latest fix: Aspose.Cells for .NET v8.2.2.1 and let us know your feedback.
The issues you have found earlier (filed as CELLSNET-43118) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.
The issues you have found earlier (filed as CELLSNET-43118) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.
(3)