One of my peers, Doug Perkes, wrote an awesome sample project on GitHub called Office 365 SharePoint File Management which demonstrates a multi-tenant MVC application connecting to Office 365 to allow a user to upload […] Read More
Office Dev
When writing an Office 365 Add-In intended to be run in Office 365 (as opposed to just an Office thick client, such as Word), you may need to be concerned about which browser your user […] Read More
Using Visual Studio to create a new Office Add-In results in two projects: One for your Office Add-In (basically, the manifest) and another for the web project where you do the bulk of your work […] Read More
Let me start by saying I AM NOT an expert with Open XML. I dabbled with it a few years ago for a small project I was doing and then merrily went on my way […] Read More