It seems you are experiencing issues with the evaluation of cells that contain a Data Table in your Excel workbook. To address this, you can ensure that the workbook is properly calculating the formulas, including those in the Data Table.
Here’s a sample code snippet that demonstrates how to calculate formulas in a workbook, which includes handling Data Tables:
using System;
using Aspose.Cells;
namespace DataTableEvaluation
{
class Program
{
static void Main(string[] args)
{
// Load the workbook
Workbook workbook = new Workbook("TEST_GRID.xlsx");
// Calculate all formulas in the workbook
workbook.CalculateFormula();
// Access the specific worksheet
Worksheet worksheet = workbook.Worksheets["2- Corporate tranches"];
var references = new string[] { "AS60", "AS61", "AS62", "AS63", "AS64", "AS65", "AS66", "AS67", "AS68", "AS69", "AS70", "AS71", "AS72", "AS73", "AS74", "AS75", "AS76" };
// Iterate through the specified cell references and print their values
foreach (string reference in references)
{
var cell = worksheet.Cells[reference];
Console.WriteLine("Cells[" + reference + "]: " + cell.Value);
}
Console.ReadLine();
}
}
}
In this code, after loading the workbook, the CalculateFormula() method is called to ensure that all formulas, including those in Data Tables, are evaluated correctly. Make sure that the worksheet name and cell references are accurate as per your workbook.
If you continue to face issues, please check the structure of your Data Table and ensure that the formulas are set up correctly. If the problem persists, consider sharing more details or specific error messages for further assistance.
Apparently, we noticed the issue as you mentioned by using your template Excel file and sample code snippet. We found the data table (What-if analysis) formulas evaluation quirk or odd calculated results for some cells.
We require thorough evaluation of the issue. We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.
Issue ID(s): CELLSNET-57804
You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.
Thank you for the analysis. We would like to have more information on the time needed to fix this issue (approximately) if we pay the support services.
@liujx83
Please note, your issue/ticket is logged under normal (free) support model where issues are resolved on first come first serve basis. The resolution time of the issue depends upon the number of issues or other tasks logged prior to it.
You may check our paid support option where issues are prioritized and posses highest priority if your issue is a real blocker.
We are evaluating the issue now. Before we find the cause of it, it is hard for us to provide an eta for solving the issue. But generally the issue of calculating table formulas is more complicated than normal issues because the logic and algorithm are much more complex. Sometimes we need several weeks to solve one issue of calculating table formula. Anyways, for paid support services, we will assign more resources for it and try to solve it as soon as possible with higher priority.
We are pleased to inform you that your issue (logged earlier as “CELLSNET-57804”) has been resolved. The fix/enhancement will be included in the next release (Aspose.Cells v25.3) scheduled for release first half of March (next month). You will be notified once the new version is published.
The issues you have found earlier (filed as CELLSNET-57804) have been fixed in this update. This message was posted using Bugs notification tool by leoluo
Sets consent for sending user data to Google for online advertising purposes.
Sets consent for personalized advertising.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
More info
Enables storage, such as cookies, related to analytics.
Enables storage, such as cookies, related to advertising.
Sets consent for sending user data to Google for online advertising purposes.
Sets consent for personalized advertising.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
More info
Enables storage, such as cookies, related to analytics.
Enables storage, such as cookies, related to advertising.
Sets consent for sending user data to Google for online advertising purposes.