Mark
Mark
Hi,
Thanks for your posting and using Aspose.Cells for .NET.
I was able to replicate this bug using the latest version:
Aspose.Cells for .NET v7.2.0.7 with the following code.
We have logged this issue in our database. Development team will look into this issue and 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-40674.
C#
string filePath = @“F:\Shak-Data-RW\Downloads\test.xlsx”;
Workbook wb = new Workbook(filePath);
Worksheet worksheet = wb.Worksheets[0];
wb.CalculateFormula();
var strValue = worksheet.Cells[“A1”].StringValue;
Debug.WriteLine(strValue);
Output:
#N/A
Thanks that worked perfectly!
The issues you have found earlier (filed as CELLSNET-40674) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by aspose.notifier.