I have an Excel Add-In that opens a taskpane and, using Excel Javascript API, displays a form that the user fills in. In that form, I need to include an input where the user should be able to select a cell/range. In other words, the same behaviour of this Excel component:
I have a React component with similar L&F, but I can’t find the way to switch focus from taskpane to Excel without using the mouse as Excel does with this component.
Is there a built-in component or a Javascript API function to achieve this behaviour?
Thanks in advance.