Sign in
Brian Jones: Office Solutions
I'm Brian Jones, the group program manager of the Office Solutions Framework team.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
RSS for posts
Atom
RSS for comments
OK
Search
Tags
3rd Party Tools
Code Samples
Compatibility Pack
Conferences
Custom Schema Solutions
email
Excel
History
interoperability
Office 2003
Office 2007
Office 2010
Office Open XML Standard
Open XML SDK
OpenXML Developers
PDF
PowerPoint
SpreadsheetML
Standards Politics
Tech Interop
Translation Tools
Word
Word HTML
WordprocessingML
Zeyad's SDK Examples
Archive
Archives
August 2012
(3)
July 2012
(3)
June 2010
(1)
May 2010
(2)
April 2010
(1)
March 2010
(1)
February 2010
(3)
January 2010
(2)
December 2009
(2)
November 2009
(3)
October 2009
(3)
September 2009
(2)
August 2009
(5)
July 2009
(2)
June 2009
(4)
May 2009
(2)
April 2009
(4)
March 2009
(3)
February 2009
(3)
January 2009
(4)
December 2008
(2)
November 2008
(5)
October 2008
(2)
June 2008
(1)
May 2008
(2)
April 2008
(2)
March 2008
(24)
February 2008
(8)
January 2008
(18)
December 2007
(9)
November 2007
(4)
October 2007
(2)
September 2007
(4)
August 2007
(8)
July 2007
(11)
June 2007
(10)
May 2007
(4)
April 2007
(4)
March 2007
(12)
February 2007
(9)
January 2007
(13)
December 2006
(5)
November 2006
(5)
October 2006
(11)
September 2006
(11)
August 2006
(12)
July 2006
(12)
June 2006
(13)
May 2006
(18)
April 2006
(7)
March 2006
(6)
February 2006
(9)
January 2006
(5)
December 2005
(3)
November 2005
(7)
October 2005
(13)
September 2005
(11)
August 2005
(10)
July 2005
(15)
June 2005
(16)
May 2005
(1)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Brian Jones: Office Solutions
The new app platform from a developer perspective
Posted
9 months ago
by
I'm Brian Jones
0
Comments
On Monday, I posted on the Office Next blog about the experience from an end user perspective around apps for Office and SharePoint . Yesterday, I posted about it from the developer point of view . Tomorrow, I'll post from the IT/administrator point of...
Brian Jones: Office Solutions
Announcing the app building contest
Posted
9 months ago
by
I'm Brian Jones
0
Comments
Vivek announced a contest we're kicking off for people who are building apps for Office or SharePoint. Here's a link to the post: http://blogs.msdn.com/b/officeapps/archive/2012/08/07/game-on-win-big-prizes-in-the-app-contest.aspx The short of it though...
Brian Jones: Office Solutions
A look into the user experiences around apps for Office and SharePoint
Posted
9 months ago
by
I'm Brian Jones
0
Comments
We're going to have a few posts this week up on the Office Next blog that drill into the new app model from three perspectives: the end user; the developer; and the administrator. This first post that goes into the end user experience is now live: http...
Brian Jones: Office Solutions
Open XML SDK 2.5 is now available
Posted
9 months ago
by
I'm Brian Jones
1
Comments
There is new a CTP available of the Open XML SDK version 2.5: http://www.microsoft.com/en-us/download/details.aspx?id=30425 As I mentioned in my post earlier this week , Open XML is an important piece of our overall application model for Office 365...
Brian Jones: Office Solutions
New post up on the apps for Office blog
Posted
9 months ago
by
I'm Brian Jones
0
Comments
I just posted on the apps for Office blog, giving some more background into the new model: http://blogs.msdn.com/b/officeapps/archive/2012/07/23/introducing-apps-for-the-new-office-and-sharepoint.aspx
Brian Jones: Office Solutions
Test Message
Posted
10 months ago
by
I'm Brian Jones
11
Comments
Test message... haven't used the blog in awhile, so want to make sure it still works! :-)
Brian Jones: Office Solutions
Writing Large Excel Files with the Open XML SDK
Posted
over 3 years ago
by
I'm Brian Jones
6
Comments
In my last post, I showed you guys how to use the Open XML SDK to read and parse large Excel files . Today, I am going to show you how to write large Excel files with the Open XML SDK . Like in the case of reading, the Open XML SDK provides two approaches...
Brian Jones: Office Solutions
Parsing and Reading Large Excel Files with the Open XML SDK
Posted
over 3 years ago
by
I'm Brian Jones
13
Comments
I want to thank you guys for leaving blog post requests. Today's post will focus on one of your requests: parsing and reading large Excel files with the Open XML SDK. The Open XML SDK provides two approaches for parsing Open XML files: 1. using the SDK...
Brian Jones: Office Solutions
Improvements Made to the Final Open XML SDK 2.0 compared to the December 2009 CTP
Posted
over 3 years ago
by
I'm Brian Jones
6
Comments
In a previous post , where I announced the release of the Open XML SDK 2.0 , I promised to give you guys a list of improvements and breaking changes made to the SDK compared to the December 2009 CTP . We made a few tweaks to the SDK based on some of...
Brian Jones: Office Solutions
Zeyad Rajabi’s Open XML SDK Blog Map
Posted
over 3 years ago
by
I'm Brian Jones
6
Comments
This post will represent the most up-to-date blog map for topics on the Open XML SDK. Open XML SDK Basics Topic Description Open XML SDK… the Basics Learn about classes of the SDK and their first class properties. This post is a great introduction to...
Brian Jones: Office Solutions
Announcing the Release of the Open XML SDK 2.0
Posted
over 3 years ago
by
I'm Brian Jones
16
Comments
Today, I am really excited to announce the worldwide availability of the Open XML SDK 2.0 for Microsoft Office ! The Open XML SDK plays an integral part in creating Office document solutions that work on the client or server. The Open XML SDK allows you...
Brian Jones: Office Solutions
Open XML SDK + Office Services: Better Together
Posted
over 3 years ago
by
I'm Brian Jones
0
Comments
I am probably starting to sound like a broken record, but I am really excited about the different types of solutions that are possible when combining the Open XML SDK with Office Services. In the past, I showed you how to leverage the Open XML SDK to...
Brian Jones: Office Solutions
Office Developer Atlas
Posted
over 3 years ago
by
I'm Brian Jones
1
Comments
John Durant just announced a new interactive developer training tool, based on Silverlight, called Office Developer Atlas . This tool is a great starting point for learning how to develop Office solutions. The current version of the tool concentrates...
Brian Jones: Office Solutions
Leveraging the Power of Word Automation Services and the Open XML SDK
Posted
over 3 years ago
by
I'm Brian Jones
5
Comments
Have you ever wanted to update page number fields or a table of contents within Word documents on the server? The Open XML SDK provides functionality that allows you to easily add or remove content within a Word document. However, as mentioned in the...
Brian Jones: Office Solutions
Open XML SDK Code behind the Custom XML Markup Detection Tool
Posted
over 3 years ago
by
I'm Brian Jones
5
Comments
Recently on Gray's blog he posted about a scanning tool that can be used to detect custom XML markup in Word Open XML files (*.docx, *.docm, *.dotm, and *.dotx). The tool is built using the Open XML SDK and we wanted to take the opportunity to show you...
Brian Jones: Office Solutions
Document Assembly: Merging Excel, PowerPoint, and Word Content Together
Posted
over 3 years ago
by
I'm Brian Jones
10
Comments
Document assembly seems to be a hot topic these days especially when combined with the power of SharePoint. Today, I want to show you a pretty rich document assembly solution that is able to take multiple Word, Excel and PowerPoint documents and merge...
Brian Jones: Office Solutions
Announcing the Release of the December 2009 CTP for the Open XML SDK
Posted
over 4 years ago
by
I'm Brian Jones
10
Comments
I'm really happy to announce the 4 th CTP for the Open XML SDK 2.0 for Microsoft Office ! There were four major improvements we made to the SDK: Full support for the Office 2010 Open XML formats Office 2010 schema and semantic level validation...
Brian Jones: Office Solutions
Extending the Reach of Excel Services with the Open XML SDK
Posted
over 4 years ago
by
I'm Brian Jones
4
Comments
Note: Updated post to point to a YouTube video that is shorter than 10 minutes In Brian's last blog he talked about Open XML and Office Services as a one-two punch to complete many types of solutions. I am going to start writing some posts that showcase...
Brian Jones: Office Solutions
Open XML SDK + Word Automation Services Presentation at PDC
Posted
over 4 years ago
by
I'm Brian Jones
2
Comments
I just got back from PDC and am excited to share with you guys the presentation, deck, and code samples I showed at my session . I also want to thank everyone who attended my session. Here is my recorded session: You can find my session deck here: http...
Brian Jones: Office Solutions
Open XML SDK Sessions at the Professional Developers Conference (PDC)
Posted
over 4 years ago
by
I'm Brian Jones
2
Comments
I'm pretty excited, next week I'll be at PDC in Los Angeles giving another presentation on the Open XML SDK. I'll be at the conference from Nov 17-19, so if you're at PDC do come by and say hi. Here's the description and time of the session I'll be presenting...
Brian Jones: Office Solutions
Open XML and Office Services
Posted
over 4 years ago
by
I'm Brian Jones
2
Comments
If you didn't see the news up on the Word team blog announcing Word Automation Services, and you have any interest in server side conversion of .docx files into .pdf or .xps, you should definitely go take a look: http://blogs.msdn.com/microsoft_office_word...
Brian Jones: Office Solutions
Migrating your custom solutions to Office 14
Posted
over 4 years ago
by
I'm Brian Jones
0
Comments
For those folks who have custom Office solutions within their enterprise, one area that you often need to focus on during the upgrade cycle is testing out those custom solutions to make sure they'll run in the latest version. With Office 14, we're going...
Brian Jones: Office Solutions
Open XML SDK Demos Shown at the SharePoint Conference (SPC)
Posted
over 4 years ago
by
I'm Brian Jones
2
Comments
First off, I want to thank everyone who attended my two sessions at SPC on developing solutions on top of the Open XML SDK. The sessions were recorded, so as soon as they are published to the web I will send you guys some links. In the meantime, I want...
Brian Jones: Office Solutions
Open XML SDK Sessions at the SharePoint Conference (SPC)
Posted
over 4 years ago
by
I'm Brian Jones
0
Comments
We're just a couple of weeks away before the start of the SharePoint Conference (SPC) being held in Las Vegas. I want to give you guys a heads up that I will be at the conference from Oct 19-22. I'm pretty excited because I will be giving two different...
Brian Jones: Office Solutions
Finding Open XML Errors with Open XML SDK Validation
Posted
over 4 years ago
by
I'm Brian Jones
2
Comments
In a previous post, I gave you an overview of the functionality added to the Open XML SDK 2.0 August 2009 CTP . Today, I want to deep dive into the schema and semantic level validation support within the SDK. Specifically, I am going to show you guys...
Page 1 of 16 (396 items)
1
2
3
4
5
»