Skip to content

[question] when will cause the observable not works when using IFunctionExecutionHandler and ExcelAsyncUtil.Observe both #689

Answered by govert
SKYC829 asked this question in Q&A
Discussion options

You must be logged in to vote

The 'truncated argument names' warnings relate to an Excel limitation that the total length of the concatenated argument names (including some ',' separator characters) cannot be longer than 255 characters. Truncating the argument names passed to Excel would affect the Excel function wizard dialog, but not using the functions from a formula.

Assuming you have the formula
=XL_UDF_A(A1,B1,XL_UDF_B(C1)......,AA1)

Then if C1 changes, but the result of XL_UDF_B(C1) does not change, then we would not expect the XL_UDF_A function to create a new RTD topic, as the 'parameters' input array is unchanged. I'm not sure what your expectation is in this case, and whether that might be what you're seeing.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@SKYC829
Comment options

Answer selected by SKYC829
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants