Does Aspose CalculateFormula() honors Formula Dependency Chain?

We are using the Aspose API worksheet.calculateFormula() in our application and wanted to understand, does it follow the dependency chain?

Ex. - If the A1 cell formula depends on the B3 cell formula then do B3 cell formula will be calculated first before A1 cell formula?

@aduttaPlanful,

Yes, your understanding is correct. Aspose.Cells formula calculation engine calculates formulas recursively.

Cool. Thanks for the confirmation.

@aduttaPlanful,

You are welcome.