Hi, we have a problem with LAMBDA and LET:
Environment
Aspose.Cells for .NET 26.6.0
.NET 9.0
Windows 11
Problem
When a LAMBDA is bound to a name via LET and then invoked by that name — =LET(f,LAMBDA(x,x*2),f(5)) — Cal…...that name — =LET(f,LAMBDA(x,x*2),f(5)) — CalculateFormula() returns...SEQUENCE(3),LAMBDA(acc,z,acc+LET(a,z,a*2))) yields 6 instead of 12 , with...