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)
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
Two Custom Ribbon Tabs In Same Office Add-In - Excel Javascript
I'm trying to build a second tab in my Excel Add-In and I can't get it to work. I've basically duplicated my first tab and if I delete either tab, they show, but I can't get both to show together. Is ...
FreeSoftwareServers
Votes: 0
Answers: 1
Excel Addin not loading taskpane on installation
I am trying to open taskpane when user opens excel file. I explained details below on how I approached the problem. This is working fine in excel desktop but not in excel web.
I was trying to open tas...
Raja Sekharam
Votes: 0
Answers: 1
Office.js - Excel js AddIn copy to clipboard
I was trying to copy data to clipboard as part of custom tab ribbon commands in Excel using copy-to-clipboard(https://github.com/sudodoki/copy-to-clipboard). This npm package internally using document...
Raja Sekharam
Votes: 0
Answers: 1