![]() |
Sign Up! | Tags | Domains | Statistics | Options | Advanced Search |
msdn.com » Eric White's Blog - Oct 6, 2008
Zeyad is one of the Open XML document format program managers within the Office division, and has started a series of posts on the Open XML SDK V2. His first post on the Open XML SDK V2 tells you want it is (and what …
Also tagged: pdc2008, openxmlsdk
msdn.com » Eric White's Blog - Sep 29, 2008
Transforming Open XML documents using XSLT is an interesting scenario. However, Open XML documents are stored using the Open Packaging Convention (OPC), which are essentially ZIP files that contain XML and binary …
msdn.com » Eric White's Blog - Sep 29, 2008
Transforming Open XML documents using XSLT is an interesting scenario, but before we can do so, we need to convert the Open XML document into the Flat OPC format. We then perform the XSLT transform, producing a new …
msdn.com » Eric White's Blog - Sep 29, 2008
Transforming Open XML documents using XSLT is an interesting scenario, but before we can do so, we need to convert the Open XML document into the Flat OPC format. We then perform the XSLT transform, producing a new …
msdn.com » Eric White's Blog - Sep 29, 2008
Transforming Open XML documents using XSLT is an interesting scenario, but before we can do so, we need to convert the Open XML document into the Flat OPC format. We then perform the XSLT transform, producing a new …
msdn.com » Eric White's Blog - Sep 25, 2008
Julien Chable has posted the details (in English and French) of his installer for PowerTools for Open XML. Antonio Zamora has posted details about the award-winning scripts that he wrote using PowerTools for Open XML …
Also tagged: powertools
msdn.com » Eric White's Blog - Sep 19, 2008
About three months ago, I posted the PowerTools for Open XML on CodePlex. I also posted a video on installing and using them. The response has been very positive – more than 1000 downloads, a lot of blog posts, and …
Also tagged: powertools
msdn.com » Eric White's Blog - Sep 18, 2008
Microsoft has a bulk conversion utility that can convert multiple DOC files to DOCX files. This blog post presents very basic information on its use. This utility has been around for a while, but a fair number of …
msdn.com » Eric White's Blog - Sep 18, 2008
Sometimes you need to create a list of all parts in a package so that you can write some generalized code to deal with the parts. This post presents a bit of code that creates a list (List) of all parts in a package …
Also tagged: openxmlsdk, useful code snippets
msdn.com » Open XML, VSTO, Deployment, .NET und anderes - Sep 18, 2008
Seit kurzem ist das erste CTP des Open XML SDK v2.0 verfügbar. Im Vergleich zu v1.0, welches sich nur auf der Container-Ebene bewegte, ist das ein großer Schritt voran. Es bringt uns u.a. Ein stark typisiertes …