python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k 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
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
Update PowerPoint slide with controls built on server
I have an issue when trying to update a PowerPoint slide, more exactly I want to build on the server the controls that are not available on the frontend version of PowerPoint and then insert them into...
user1532809
Votes: 0
Answers: 1