<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Open XML Format SDK 2.0</title><link>http://blogs.msdn.com/brian_jones/archive/2008/10/06/open-xml-format-sdk-2-0.aspx</link><description>Hello, my name is Zeyad Rajabi and I am a Program Manager on Brian's team. For the next several posts I will be talking about the Open XML SDK and will show you how to use the SDK to accomplish real world scenarios such as document assembly and document</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>  Open XML Format SDK 2.0 : EasyCoded</title><link>http://blogs.msdn.com/brian_jones/archive/2008/10/06/open-xml-format-sdk-2-0.aspx#8977618</link><pubDate>Mon, 06 Oct 2008 13:18:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8977618</guid><dc:creator>  Open XML Format SDK 2.0 : EasyCoded</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.easycoded.com/open-xml-format-sdk-20/"&gt;http://www.easycoded.com/open-xml-format-sdk-20/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Open XML Format SDK 2.0</title><link>http://blogs.msdn.com/brian_jones/archive/2008/10/06/open-xml-format-sdk-2-0.aspx#8979564</link><pubDate>Tue, 07 Oct 2008 02:27:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8979564</guid><dc:creator>franco</dc:creator><description>&lt;p&gt;hi, will newly created Office 14 documents be made to conform to the strict conformance IS 29500 specs ?&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;
</description></item><item><title>re: Open XML Format SDK 2.0</title><link>http://blogs.msdn.com/brian_jones/archive/2008/10/06/open-xml-format-sdk-2-0.aspx#8982687</link><pubDate>Tue, 07 Oct 2008 09:36:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8982687</guid><dc:creator>Marais van Zyl</dc:creator><description>&lt;p&gt;One thing that is interesting to me is that creating Excel spreadsheets is not as easy as creating Word documents, yet there isn't real examples for Excel.&lt;/p&gt;
&lt;p&gt;There is a package on codeplex - ExcelPackage, but it has got it's limitations. Why can't Microsoft release something that works as easy as the COM interop libraries for the binaries formats that focuses on OpenXML?&lt;/p&gt;
&lt;p&gt;Great work has been done with OpenXML and I love it, but I find it hard to programatically create Excel Spreadsheets using the provided SDK's.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Marais&lt;/p&gt;
</description></item><item><title>re: Open XML Format SDK 2.0</title><link>http://blogs.msdn.com/brian_jones/archive/2008/10/06/open-xml-format-sdk-2-0.aspx#8986249</link><pubDate>Tue, 07 Oct 2008 20:47:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8986249</guid><dc:creator>Zeyad Rajabi</dc:creator><description>&lt;p&gt;@Marais - I will be writing some posts on developing solutions on top of SpreadSheetML in the future. Are there any specific scenarios that you are interested in me covering?&lt;/p&gt;
&lt;p&gt;Zeyad Rajabi (MS)&lt;/p&gt;
</description></item><item><title>re: Open XML Format SDK 2.0</title><link>http://blogs.msdn.com/brian_jones/archive/2008/10/06/open-xml-format-sdk-2-0.aspx#8991756</link><pubDate>Wed, 08 Oct 2008 20:42:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8991756</guid><dc:creator>Christian 2</dc:creator><description>&lt;p&gt;Will this also work in MONO?&lt;/p&gt;
&lt;p&gt;Does it use native code?&lt;/p&gt;
</description></item><item><title>re: Open XML Format SDK 2.0</title><link>http://blogs.msdn.com/brian_jones/archive/2008/10/06/open-xml-format-sdk-2-0.aspx#8997919</link><pubDate>Mon, 13 Oct 2008 15:51:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8997919</guid><dc:creator>Gerald</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;I'm really interrested in this new SDK 2.0&lt;/p&gt;
&lt;p&gt;I seems to be really easier to use than the 'old' XML coding by hand ...&lt;/p&gt;
&lt;p&gt;As I'm a newby in OpenXML as weel as in this new SDK, I'm looking for samples using this SDK (add a picture or a graph directly in the document for example). &lt;/p&gt;
&lt;p&gt;I also wonder when a fianl release of this SDK should be available. &lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
</description></item><item><title>re: Open XML Format SDK 2.0</title><link>http://blogs.msdn.com/brian_jones/archive/2008/10/06/open-xml-format-sdk-2-0.aspx#8998281</link><pubDate>Mon, 13 Oct 2008 19:58:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8998281</guid><dc:creator>Zeyad Rajabi</dc:creator><description>&lt;p&gt;@Christian – The SDK has not been ported to MONO, yet. We are still investigating. As for your question related to native code, the SDK is built entirely on .Net as such is managed code.&lt;/p&gt;
&lt;p&gt;@Gerald – Glad to hear that you are interested in the SDK. I will be posting a lot of same code in the next coming posts. The final version 2.0 of the SDK will be released around the same time as O14. &lt;/p&gt;
&lt;p&gt;Zeyad Rajabi(MS)&lt;/p&gt;
</description></item><item><title>Open XML SDK Version 2.0 Architecture</title><link>http://blogs.msdn.com/brian_jones/archive/2008/10/06/open-xml-format-sdk-2-0.aspx#8998892</link><pubDate>Tue, 14 Oct 2008 03:51:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8998892</guid><dc:creator>Brian Jones: Open XML Formats</dc:creator><description>&lt;p&gt;In my first post on the Open XML SDK , I talked about the overall design of the SDK with respect to goals&lt;/p&gt;
</description></item><item><title>Open XML SDK 2.0 CTP Available</title><link>http://blogs.msdn.com/brian_jones/archive/2008/10/06/open-xml-format-sdk-2-0.aspx#9000064</link><pubDate>Wed, 15 Oct 2008 00:13:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9000064</guid><dc:creator>Office Client Developer Content and Resources</dc:creator><description>&lt;p&gt;The Open XML SDK 2.0 Community Technology Preview (CTP) is here! You can find the documentation for it&lt;/p&gt;
</description></item><item><title>Open XML SDK 2.0 Architecture</title><link>http://blogs.msdn.com/brian_jones/archive/2008/10/06/open-xml-format-sdk-2-0.aspx#9000197</link><pubDate>Wed, 15 Oct 2008 03:33:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9000197</guid><dc:creator>Brian Jones: Open XML Formats</dc:creator><description>&lt;p&gt;In my first post on the Open XML SDK , I talked about the overall design of the SDK with respect to goals&lt;/p&gt;
</description></item><item><title>Open XML Format SDK 2.0: How to merge two .docx files</title><link>http://blogs.msdn.com/brian_jones/archive/2008/10/06/open-xml-format-sdk-2-0.aspx#9001561</link><pubDate>Thu, 16 Oct 2008 10:56:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9001561</guid><dc:creator>Bikash Kumar : India</dc:creator><description>&lt;p&gt;I have seen with this SDK (2.0) I can create .docx very easily which makes my life easy as we are having strongly typed classes. But please let me know how to Merge two .docx files in one file or by creating a third one. Let me know asap, I will be obliged.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Bikash&lt;/p&gt;
</description></item><item><title>re: Open XML Format SDK 2.0</title><link>http://blogs.msdn.com/brian_jones/archive/2008/10/06/open-xml-format-sdk-2-0.aspx#9002391</link><pubDate>Fri, 17 Oct 2008 00:48:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9002391</guid><dc:creator>BrianJones</dc:creator><description>&lt;p&gt;Bikash,&lt;/p&gt;
&lt;p&gt;The easiest way to do that is to just use the alt chunk functionality. you can put the two .docx files within the new .docx packages, and then in the document.xml part just put two chunk tags that reference the embedded .docx files.&lt;/p&gt;
&lt;p&gt;I think I have a blog that shows how to do this from a year or so ago... Zeyad also has a demo around this that he's going to post at some point (after he's done a couple posts on Excel).&lt;/p&gt;
&lt;p&gt;-Brian&lt;/p&gt;
</description></item><item><title>Open XML Format SDK 2.0: How to merge two .docx files</title><link>http://blogs.msdn.com/brian_jones/archive/2008/10/06/open-xml-format-sdk-2-0.aspx#9003466</link><pubDate>Fri, 17 Oct 2008 21:24:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9003466</guid><dc:creator>Bikash Kumar : India</dc:creator><description>&lt;p&gt;Thank you Brian for giving me this update but please provide me with some link/pointer/some code example, how may I use Chunk in Open XML SDK 2.0. Is it a strongly typed class like we have Body, Paragraph etc. Please update me on this.&lt;/p&gt;
&lt;p&gt;Thank You.&lt;/p&gt;
&lt;p&gt;Bikash&lt;/p&gt;
</description></item><item><title>re: Open XML Format SDK 2.0</title><link>http://blogs.msdn.com/brian_jones/archive/2008/10/06/open-xml-format-sdk-2-0.aspx#9003616</link><pubDate>Fri, 17 Oct 2008 23:16:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9003616</guid><dc:creator>Zeyad Rajabi</dc:creator><description>&lt;p&gt;Bikash,&lt;/p&gt;
&lt;p&gt;I will be writing up a post showing you how to merge documents using altChunk as soon as I am done with a few posts related to Spreadsheet scenarios. Stay tuned. &lt;/p&gt;
&lt;p&gt;Zeyad Rajabi &lt;/p&gt;
</description></item><item><title>Weeks of links for 10-20-2008</title><link>http://blogs.msdn.com/brian_jones/archive/2008/10/06/open-xml-format-sdk-2-0.aspx#9007895</link><pubDate>Mon, 20 Oct 2008 21:02:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9007895</guid><dc:creator>Doug Mahugh</dc:creator><description>&lt;p&gt;I've fallen a few weeks behind on posting links to various articles and blog posts, so this post is a&lt;/p&gt;
</description></item><item><title>Announcing the Release of the Open XML SDK Version 2 April 2009 CTP</title><link>http://blogs.msdn.com/brian_jones/archive/2008/10/06/open-xml-format-sdk-2-0.aspx#9538960</link><pubDate>Thu, 09 Apr 2009 00:15:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9538960</guid><dc:creator>Brian Jones: Office Extensibility</dc:creator><description>&lt;p&gt;I'm really happy to announce the release of the second CTP for version 2 of the Open XML SDK ! Back in&lt;/p&gt;
</description></item><item><title>Breaking Changes in the Open XML SDK v2 April 2009 CTP</title><link>http://blogs.msdn.com/brian_jones/archive/2008/10/06/open-xml-format-sdk-2-0.aspx#9628518</link><pubDate>Tue, 19 May 2009 19:37:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9628518</guid><dc:creator>Brian Jones: Office Extensibility</dc:creator><description>&lt;p&gt;One of the big changes we made in the Open XML SDK v2 April 2009 CTP was improving the Low Level DOM&lt;/p&gt;
</description></item></channel></rss>