Questions tagged [office-addins]

For the new Add-ins for Office please also add the office-js tag to your question. Microsoft Visual Studio provides project templates you can use to create application-level add-ins for Microsoft Office 2010 and Office 2007. You can use add-ins to automate Office, extend Office features, or customize the Office user interface.

Add-ins for Office are a new way to create extensibility solutions for Microsoft Office. These Add-ins can be run as a taskpane on the side or inside the document dependent on the application.

Visual Studio Tools for Office (VSTO) is a set of development tools that allows the development of Office automation solutions (add-in or document customization), using .NET and the Visual Studio IDE.

Important links:

3343 questions
31
votes
1 answer

Can I integrate Microsoft Lens into my application?

I like Office Lens's ability to automatically crop, focus, and align a picture... mainly for receipt and expense processing I want to have an app flow that goes like this: User opens my app and clicks photograph receipt Lens opens (android intent,…
makerofthings7
  • 60,103
  • 53
  • 215
  • 448
22
votes
6 answers

"Office 2010 Add-In: Icons Gallery" - How to extract icons from backstage tab (docx)

I downloaded "Office 2010 Add-In: Icons Gallery" that is docx file with two backstage tabs that hold icons. How can I extract the icons or use them in my application?
no9
  • 6,424
  • 25
  • 76
  • 115
17
votes
2 answers

How to distribute private office add-ins?

We have a small excel app to complement our SaaS product. Standalone it's useless and because of that I have big problems getting it into the office app store. And actually it doesn't make any sense there, it's just for our users. But how else can…
peter
  • 14,348
  • 9
  • 62
  • 96
17
votes
2 answers

Detecting text changes in Word 2016 from VSTO add-in

This question is very closely related to How to get the “KeyPress” event from a Word 2010 Addin (developed in C#)? (and in fact includes the sample code from the answer to that question), but this is specifically about developing in Visual Studio…
Nate
  • 404
  • 3
  • 11
14
votes
1 answer

Javascript Console window missing in Visual Studio 2019

I am debugging an Office Add-in. When I attach the debugger and select Visual Studio 2019 as the debugger target, the debugger successfully attaches and I can inspect the DOM. However, there is no option in the Debug or Debug -> Windows menu to…
Dave
  • 2,409
  • 3
  • 22
  • 28
13
votes
2 answers

Is Office.context.ui.messageParent broken in Outlook 2016 for Mac?

I'm working on an Outlook addin using the new Office-JS apis, and in building out the authentication flow, I've found that in the Outlook 2016 for Mac case, the dialog system seems to not work properly. To be clear, we're using the Office Insider…
Ava
  • 337
  • 1
  • 10
11
votes
1 answer

Why is this custom backstage UI for Word not displaying its user interface?

I have an Office addin which uses the following backstage XML to add custom UI elements into Microsoft Word backstage:
Alexandru
  • 12,264
  • 17
  • 113
  • 208
10
votes
0 answers

Word 2016 addin comments not creating new

I created a plugin for Word for more than 2 years ago. After the new Word version 2016 on Windows. I'm experience some problems with creating comments. How to recreate the problem: Create a simple word addin project in Visual Studio. Add a ribbon…
Anders Andersen
  • 2,377
  • 2
  • 17
  • 25
10
votes
2 answers

Office VSTO Add-ins vs Office Add-ins using Office JS API

Recently Microsoft introduced the Office Add-ins architecture which allows for developing add-ins hosted remotely and run within IFrames inside office. I have read a lot trying to understand whether this architecture is meant as a replacement for…
Bahaa
  • 1,577
  • 18
  • 31
9
votes
3 answers

How to test Office Add-ins in the online version of Word and excel?

I am developing an Task Pane Office Add-in using the Office JavaScript APIs in Visual Studio. When you run the application it runs in the desktop client version of Office. The Office Store requirements states Your Add-in for Office must be fully…
Shiva
  • 6,677
  • 4
  • 36
  • 61
9
votes
1 answer

Generate Code from a Visual Studio Extension

I have a project that generates text (representing an interface and a class) based on metadata. I would like to take this generated code and insert it as a new class and interface directly into the currently opened solution under a specific project…
8
votes
1 answer

Access Ribbon Elements Programmatically in XML Ribbon

This seems to have been asked several times on here with no real answer: Accessing Ribbon Controls Programatically in an XML Ribbon Office Ribbon: How to access a control when the ribbon was created using XML If a ribbon is created using ribbon xml,…
SirensOfTitan
  • 799
  • 1
  • 7
  • 19
8
votes
0 answers

Could individual developer publish office web add-in

Is it possible for individual developer account to publish office web add-in to AppSource, like outlook web add-in? By this article or here, it says that individual developer account can publish office web add-in to Office App Store. However, when I…
8
votes
1 answer

Set CustomProperties on appointment for all attendees

tl;dr When setting CustomProperties to an appointment that has attendees, only the appointment for the organizer gets the CustomProperties. The properties do not propagate to the appointments of the other attendees. Longer version When we create…
Andy T
  • 10,223
  • 5
  • 53
  • 95
8
votes
1 answer

Office add-in development: VSTO or web-based app using Napa?

My company has a plan to develop an add-in for Outlook that can interact with our web-based internal ERP application or our database to retrieve and update data. I have done some studies on this topic and found that there're 2 approaches…
PhucVD
  • 135
  • 1
  • 7
1
2 3
99 100