Pieter van der Westhuizen

Getting started with Office 2013 for developers

Wow! We finally have a preview of the next version of Office!

The last week we’ve been bombarded with new information about Office 2013 and just how different it is. For developers any new version of Office can be a little bit intimidating if not downright scary. I’m sure you all have questions such as “Will my existing Office add-in still work?”, “Will I still be able to do X, Y or Z with Office?”, “Would I still be able to deploy my add-in as always?” and so on.

I’m still working my way through the mountains of Office 2013 documentation and will share some of what I’ve learned so far with you.

Let’s take a quick look at some of the new features developers can expect from Office 2013.

Integration with the Internet

Office 2013 strives to finally bridge the gap between the web and Office applications. Office 2013 introduces new apps for Office, formerly known as “Agave”, with which developers can add web-based features to the Microsoft Office applications using web technologies such as HTML5, CSS3 and JavaScript.

Apps won’t be installed on the users’ computer, instead it will run from a secured sandboxed browser control from within the Office application. You won’t have as much freedom to customize Office as you would have with a COM add-in, but it will be extremely easy to maintain and update.

COM Add-ins stay

The good news is that COM add-ins are still supported in Office 2013 as well as Microsoft Visual Basic for Applications (VBA). This means that your existing add-ins will still work in Office 2013, with a few adjustments and/or enhancements.

An exciting prospect is combining the new web based functionality with COM add-ins, the possibilities could be endless!

The Office Store

I’m very excited about the new Office Store for Microsoft Office solutions, because developers can use the store to sell their Office solutions. The store also offers developers a convenient way to upload their apps to a public marketplace hosted on Office.com. Another benefit of the Office app store is the licensing framework with which your apps can verify and enforce its legal use.

Getting started with Apps for Office (formerly Agave)

Ok, so that’s just some of the mouth-watering goodness of Office 2013, but how exactly do you get started?

Signing up

First, head over to dev.office.com and you’ll find some very valuable resources on the new Office website. But before you can start building Apps for Office, you need to sign up for an Office 365 for developer’s account. Do this by clicking on the big red brick rectangle named “Build” and then on the yellow Sign up button.

Signing up for an Office 365 for a developer accoun

Once you’ve gone through the process of signing up, log into your new Office 365 developer account by going to https://portal.microsoftonline.com.

If it’s the first time you log in, Office 365 will set up your new site and you should be greeted with the new Office 365 once the setup is completed!

Office 365 admin center

Create a test site

Next, we need to create a site in order to install the development tools. Click on the Sites link in the Office 365 top navigation bar and click on the new site shortcut and specify a name for your new site.

Creating an Office 365 test site

After your new site has been created, we need to install the “Napa” development tools.

Installing “Napa” Office 365 Development Tools

With the new site open, click on the “Add lists, libraries and other apps” icon.

Click on the Add lists, libraries and other apps icon to install Napa Office 365 Development Tools

You’ll be able to choose the app to install from a large list of available apps. Since we need the development tools, we’ll only click on the “Napa” Office 365 Development Tools shortcut.

Click on the Napa Office 365 Development Tools to install it

When asked to trust the “Napa” Office 365 Development Tools, click the Trust It button. The development tools will be added to your site contents and you will be able to add and develop Apps for Office, a topic we’ll cover in up and coming articles.

The development tools are added to your site contents

Thank you for reading. Until next time, keep coding!

4 Comments

  • Marco says:

    Hi
    i have a big problem.
    When i click on “Napa Office Development Tools” i receive the message “Unsupported Browser” :(:(:(.
    My internet explorer version is 9.0.8112.16421 and my operating system is windows 7 sp1.
    Can help me please…..
    Thanks
    Marco

  • Pieter van der Westhuizen says:

    Hi Marco,

    That’s strange. IE9 is supported. Double-check to see whether you have javascript enabled.
    Also, try using another browser and check if you get the same error.

    Kind regards,
    Pieter

  • Vikram says:

    Hi,

    Can I use new add-in (using Napa) with Office 2007/2010 ?

  • Pieter van der Westhuizen says:

    Hi Vikram,

    No, unfortunately Napa is only available for Office 2013.

Post a comment

Have any questions? Ask us right now!