Showing results for Office Add-ins - Microsoft 365 Developer Blog

Sep 1, 2015
Post comments count0
Post likes count0

Building add-ins with commands

Office Add-ins team
Office Add-ins team

Because of their advantages, we’re encouraging all developers building add-ins to use commands. In fact, soon we’ll start requiring add-ins submitted to the Office Store to use them for scenarios where it makes sense. In this post, I wanted to share the easiest way to get started building an add-in with commands.

Office Add-ins
Aug 31, 2015
Post comments count0
Post likes count0

Introducing add-in commands

Office Add-ins team
Office Add-ins team

Back at Build and Ignite, we announced a brand new feature, that we’re very excited about – Outlook add-ins (formerly called apps for Outlook) can now place buttons on the ribbon in Outlook! This simultaneously simplifies interacting with add-ins, as well as makes their presence more visible and engaging. In a two-part series, we wanted to share ou...

Office Add-ins
Aug 31, 2015
Post comments count0
Post likes count0

File Handler Add-Ins Now Generally Available in Office 365

Office Add-ins team
Office Add-ins team

During Build and Ignite 2015, we announced the preview refresh of File Handler add-ins. This add-in type allows developers to create their own custom viewers and editors for non-Microsoft file types

Office Add-ins
Aug 26, 2015
Post comments count0
Post likes count0

Creating Office Add-ins with any editor – Introducing YO OFFICE!

Office Add-ins team
Office Add-ins team

When building Office Add-ins developers are provided first-rate tooling with Visual Studio 2013/2015. Developers can easily create Office Add-ins for Outlook, Excel, Word and other Office

Office Add-ins
Aug 12, 2015
Post comments count0
Post likes count0

Getting Started flows for Office 365 APIs and Office Add-ins

Office Add-ins team
Office Add-ins team

We are excited to announce some updates to our Getting Started Experiences for Office 365 APIs and Office Add-ins. We've built this from the ground up as our goal is to empower developers to build

Office Add-ins
Aug 7, 2015
Post comments count0
Post likes count0

Office 365 Developer Patterns and Practices – August 2015 release

Office Add-ins team
Office Add-ins team

Office 365 Developer Patterns and Practices (PnP) August 2015 release is out with new contributions from community for the others in the community. This post contains all the details related on what was included with the release and what else has been happening in the PnP world during the past two months, since we skipped J...

Office Add-ins
Jul 13, 2011
Post comments count0
Post likes count0

Working with Connected Diagrams Programmatically, part 1

Visio team
Visio team

In a previous blog post, we told you about the new Connectivity APIs in Visio 2010 that make it easier for developers to create and to move across a connected diagram. We’ve shown you how to use some of the new APIs to create new connected shapes; this blog will examine techniques for traversing connected diagrams. One of the most useful APIs for a...

Office Add-ins
May 31, 2010
Post comments count0
Post likes count0

Visio 2010 XML Schema Definition Released

Visio team
Visio team

Visio has published the XML Schema Definition (XSD) files for the Microsoft Visio 2010 XML Drawing (.vdx) format. This schema is also known as DatadiagramML. The .XSD files allow developers to better understand the structure of Visio XML documents and design solutions that work with the .VDX file format.

Office Add-ins
Mar 3, 2010
Post comments count0
Post likes count0

New Visio 2010 API for Configuring Raster Export

Visio team
Visio team

Visio developer typically want to automate the export a diagram as a raster image in the PNG, JPG, BMP, or TIFF format for use in a web page or other applications. In this post, we’ll talk about the additions to the Visio object model that let developers configure each of these raster export settings.

Office Add-ins