python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Trigger for data change by Excel Streaming function
I am build a streaming function with Excel add-in following this example. Everything works so far. However, I would like to change the color of the cell depending on the latest value. I am thinking ab...
Steve Fagan
Votes: 0
Answers: 1
Find the Path for Excel-addin in Powershell
I need to create a Powershell script that can search for a custom installed Excel-Addin that we created. I then need to get the path of where the Addin exists and then copy a supporting file to that p...
77Vetter
Votes: 0
Answers: 1
Excel AddIn How to change the Dialog title?
I am trying Excel Addin with dialog api, and I have such dialog below:
How can I change the content in green area?
How can I disable the close button in red area?

Edward
Votes: 0
Answers: 1
Gitub Action npm install Module not found: Error: Can't resolve './src/services/meekouapi.ts' in '/usr/local/app'
I am trying deploy Excel Addin to docker image.
The command npm run build:prod and docker build -t excel . in local environment works.
But, it will fail with the Github action below:
name: Docker Imag...

Edward
Votes: 0
Answers: 0