Why my DynamicMethod always return error #453
Unanswered
MasterBran
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Can you add a definition and an example "Detail" object that I should try to run the code with? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to create user-defined formula in Excel addin by ExcelDna ,and before I get the api response I don't know the name of the formula.All of the formula is just like that(It's worked good):
The
GetApiResult
is an asynchronous function to get some data from server,and the fist parameter is a string.Based on that limits,I tried to create aDynamicMethod
to reach my goal,this is my code:Finally,the formula is created, but when i use it in excel, there always return the error
A value used in the formula in the wrong data type
Beta Was this translation helpful? Give feedback.
All reactions