-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
shared run time add-in parameter problem #866
Comments
@nadeemAshfaq can you clarify what scenario works properly? The desktop client also has a webview2 control that is used by some add-ins. What platform and version is/is not working? |
@Adrian-MSFT in the browser when I go to https://www.microsoft.com/en-us/microsoft-365/excel the addin needs to take the whole column as a parameter (A:A) |
any solution @Adrian-MSFT ? |
Hi @nadeemAshfaq I'm reaching out to the Excel online team for assistance on this |
Hi @nadeemAshfaq , did you get the error "#CALC!" for a function taking whole column as input? This seems to be a bug for Excel on the web, and not only for shared runtime. Would you mind to open an issue in https://github.com/OfficeDev/office-js/issues/ where we have official support process? Thank you. |
okay @MiaofeiWang |
I have an Excel custom function that gets the whole column as a parameter that is working fine on the desktop but in webview2 it's not getting the whole column as a parameter I went through the office documentation but did not find any solution can anybody help me with this?
This is me JSON
"parameters": [
{
"description": "The input data.",
"dimensionality": "matrix",
"name": "IBAN",
"type": "string"
}
],
The text was updated successfully, but these errors were encountered: