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…...by that name — =LET(f,LAMBDA(x,x*2),f(5)) — CalculateFormula()...LET(_xlpm.f,_xlfn.LAMBDA(_xlpm.x,_xlpm.x*2),_xlpm.f(5))</f> Steps to...