OfficeDev / OfficeDev/Office-Addin-Scripts

shared run time add-in parameter problem

Open
#866 6 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

needs triage
Dominant language
TypeScript
Stars
194
Forks
117
Avg merge
1d 32m
Merged PRs (30d)
2

Description

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the custom-function call in desktop Excel and WebView2 using the JSON parameters shown in the issue, especially the matrix dimensionality and string type. Compare how the whole-column input is passed in each host; done means identifying the cause and documenting a confirmed resolution or required change.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
desktop, web-dev
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.