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)
AddIns.Add statement throwing an Internal Error 51
I am trying to install addins programmatically (more precisely, it is automated version update on Workbook_Open event) but I have run into an issue with the AddIns.Add method, which just "does no...
Eleshar
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
Downloading files in browser window after opening in Javascript?
Im trying to open a browser in Javascript and use that browser to download a file. I am doing this in a Microsoft Excel Add-in. The reason is because on MacOS on the desktop version of Excel, you cann...
CTH
Votes: 0
Answers: 1
How To Change commets visibility in Excel with the help of excel Add ins using JavaScript APIs?
i'm new to excel addins , i have to hide comments with the help of excel - addins , I have to add one toggle button there , while show/hide the comments , So is there any way I can achieve this functi...
jashan singh
Votes: 0
Answers: 1