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
build and install word officejs add ins
i have developed a task pane word addin with yo and js
the thing is when i built it i have html files and manifest.xml file but i don't know how to install these files inside word (windows)
i used th...
Jood jindy
Votes: 0
Answers: 1
Opening a VSTO document level customized template from Onedrive for business
My issue is, I developed a VSTO Word Template (document-level). Everything was pretty smooth. I also deployed my template. But the problem is, I can easily save the documents in Onedrive for business,...
Shresht Gatla
Votes: 0
Answers: 1
C# VSTO word AddIn Throws value does not fall within expected error
I am new to VSTO word Addin,the end goal is to check if the custom document property exists.Read all the available articles online with no breakthrough.
Started of with this code
public void chk()
{
...
codrz
Votes: 0
Answers: 1