Skip to content
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

Open
nadeemAshfaq opened this issue Jun 6, 2024 · 6 comments
Open

shared run time add-in parameter problem #866

nadeemAshfaq opened this issue Jun 6, 2024 · 6 comments

Comments

@nadeemAshfaq
Copy link

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"
}
],

@Adrian-MSFT
Copy link
Contributor

@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?

@nadeemAshfaq
Copy link
Author

nadeemAshfaq commented Jun 14, 2024

@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)

this is how my JSDoc
Screenshot 2024-06-14 234033

@nadeemAshfaq
Copy link
Author

any solution @Adrian-MSFT ?

@Adrian-MSFT
Copy link
Contributor

Hi @nadeemAshfaq I'm reaching out to the Excel online team for assistance on this

@MiaofeiWang
Copy link

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.

@nadeemAshfaq
Copy link
Author

okay @MiaofeiWang

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants