python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Implementing table insertion into Word using Office for JS (officejs)
Working on a project aiming to convert some C# based Word Add-in into JavaScript using officejs.
Quite surprised that after 5 years of development officejs API is not quite there in terms of coverage ...
Franek Kuciapa
Votes: 0
Answers: 0
How to make my "add in" pop up automatically when my outlook is launched
I have created an Outlook Add-in using XML, HTML, css and JS in visual studio. I've to manually go to the outlook plugins or (more apps) to open it. how to make my add-in automatically open when Outl...
Manu Anto u
Votes: 0
Answers: 1
Handle for close event of PowerPoint app in the add-in (JS)
I was looking for a way to handle the closing event of the PowerPoint when developing an Add-in.
The only ones that were a bit close was the fact that we can detect the visibility change of the add-in...
user1532809
Votes: 0
Answers: 2
How To Prevent converting text string to number in office js
Ex: 101.01 is the string value but when data is added to the table it is converted to 101,01 (European number format) but in Excel it is displayed as text format, but the value is changed to (101.01 -...
kapmadusanka
Votes: 0
Answers: 1