Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
52 views

I have an excel addin which opens a dialog. How do I see the logs from the .html page or JS code that actually calls .displayDialogAsync to show the dialog? For instance, I have a MyFunctions.html ...
Rahul Deshpande's user avatar
0 votes
1 answer
509 views

Background I've inserted a bunch of content controls into my word document. Each content control is a bit of text e.g. "Hello world". What I'm trying to do When a user puts their cursor ...
AnotherTeamMember's user avatar
0 votes
1 answer
560 views

an add in I'm developing is having issues with context.sync failing when a cell is in editing mode. I would like to use delayForCellEdit in Excel.Run but it would cause the UI to hang until the user ...
Space Bear's user avatar
2 votes
0 answers
37 views

I'm receiving the string with preferred location from backend to achieve uniqueness. Please help me out with this using word API. Using this approach, i am able to search doc, but result is not unique ...
Shivanshu Anand's user avatar
1 vote
1 answer
859 views

I am trying to develop addins for Excel with TypeScript and React but the road to success is more than cumbersome because the Office addin does behave diffferently than a CRA React boilerplate web ...
g00golplex's user avatar