<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>PowerTools for Open XML</title><link>http://www.codeplex.com/PowerTools/Project/ProjectRss.aspx</link><description>The PowerTools for Open XML are a set of sample cmdlets and guidance for processing Open XML documents on a server using PowerShell.</description><item><title>Created Issue: Create a cmdlet to extract paragraphs from a document</title><link>http://www.codeplex.com/PowerTools/WorkItem/View.aspx?WorkItemId=2687</link><description>This cmdlet will get a range of paragraphs from an existing document and output a new document with just that range of paragraphs. The code supporting this cmdlet will need to deal with ranges and references within those paragraphs. For example, comments and bookmarks can cross paragraph boundries, so these &amp;#34;ranges&amp;#34; need to be fixed if only part of the range is extracted from the document. Paragraphs may contain many external references &amp;#40;e.g. images, styles, and footnotes&amp;#41;. These referenced objects must be copied to the new document with the paragraphs.&lt;br /&gt;</description><author>bmcclellan</author><pubDate>Sat, 22 Nov 2008 22:19:26 GMT</pubDate><guid isPermaLink="false">Created Issue: Create a cmdlet to extract paragraphs from a document 20081122101926P</guid></item><item><title>Created Issue: Create an improved, more efficient, test suite</title><link>http://www.codeplex.com/PowerTools/WorkItem/View.aspx?WorkItemId=2686</link><description>The current test suite has a separate document for each test script. Also, the documents are too simple to really test the capabilities of the cmdlets.&lt;br /&gt;&lt;br /&gt;Create a few documents that are larger and more complex along with test scripts that use those documents. The resulting tests should more thoroughly test the cmdlet&amp;#39;s functionality. Scripts could also test multiple variations of a cmdlet instead of having each variation in a separate script.&lt;br /&gt;</description><author>bmcclellan</author><pubDate>Sat, 22 Nov 2008 21:59:23 GMT</pubDate><guid isPermaLink="false">Created Issue: Create an improved, more efficient, test suite 20081122095923P</guid></item><item><title>Created Issue: Add a parameter to Add-OpenXmlDocumentIndex/TOA/TOC/TOF to update only</title><link>http://www.codeplex.com/PowerTools/WorkItem/View.aspx?WorkItemId=2685</link><description>This parameter would cause the existing table or index to be updated by the cmdlet, rather than another one being created. Currently, if this is executed twice for the same document, it will create two tables or indexes.&lt;br /&gt;</description><author>bmcclellan</author><pubDate>Sat, 22 Nov 2008 21:48:46 GMT</pubDate><guid isPermaLink="false">Created Issue: Add a parameter to Add-OpenXmlDocumentIndex/TOA/TOC/TOF to update only 20081122094846P</guid></item><item><title>Created Issue: Add Section parameter for Set-OpenXmlFooter and Set-OpenXmlHeader</title><link>http://www.codeplex.com/PowerTools/WorkItem/View.aspx?WorkItemId=2684</link><description>Currently, these cmdlets will only change the header or footer in the first Section of the document &amp;#40;or create a section, if there is not one currently&amp;#41;. Instead, add a parameter to specify a section, by number. 1 would be the first section, 2 the second, and so on. If the parameter is not specified, the default is 1, so that it works as it does now.&lt;br /&gt;</description><author>bmcclellan</author><pubDate>Sat, 22 Nov 2008 21:44:58 GMT</pubDate><guid isPermaLink="false">Created Issue: Add Section parameter for Set-OpenXmlFooter and Set-OpenXmlHeader 20081122094458P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/PowerTools/Wiki/View.aspx?title=Home&amp;version=12</link><description>&lt;div class="wikidoc"&gt;
Combining the technologies of PowerShell and Open XML is a powerful and convenient way to do server-side document processing.  The PowerTools for Open XML are sample source code and guidance for developers showing how to build PowerShell cmdlets that can create and modify Open XML documents.  Also included are a number of examples of PowerShell scripts that use the cmdlets.&lt;br /&gt; &lt;br /&gt;To install and use the PowerTools for Open XML:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;You need to have any edition (including Visual C# 2008 Express Edition) of Visual Studio 2008 installed.  You can download Express Edition at &lt;a href="http://www.microsoft.com/express/download/" class="externalLink"&gt;http://www.microsoft.com/express/download/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;You need to have PowerShell 1.0 installed.  You can download PowerShell at &lt;a href="http://www.microsoft.com/windowsserver2003/technologies/management/powershell/download.mspx" class="externalLink"&gt;http://www.microsoft.com/windowsserver2003/technologies/management/powershell/download.mspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;PowerTools for Open XML is built using the Open XML SDK.  You can download the SDK at &lt;a href="http://go.microsoft.com/fwlink/?LinkId=120908" class="externalLink"&gt;http://go.microsoft.com/fwlink/?LinkId=120908&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;You also need the PowerTools source code, which is available in the &amp;quot;Releases&amp;quot; tab above.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;PowerTools for Open XML Home Page: &lt;a href="http://blogs.msdn.com/ericwhite/pages/PowerTools.aspx" class="externalLink"&gt;http://blogs.msdn.com/ericwhite/pages/PowerTools.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Set-OpenXmlCustomXmlData
&lt;/h2&gt; &lt;br /&gt;The Set-OpenXmlCustomXmlData cmdlet sets or replaces the specified custom XML part in the document.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Remove-OpenXmlComment
&lt;/h2&gt; &lt;br /&gt;The Remove-OpenXmlComment cmdlet locates and removes comment contents and references from Wordprocessing documents.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Add-OpenXmlDocumentTOC
&lt;/h2&gt; &lt;br /&gt;The Add-OpenXmlDocumentTOC cmdlet creates a Table of Contents based on the headings found it in the document. The TOC will be created at the end of the document.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Add-OpenXmlDocumentIndex
&lt;/h2&gt; &lt;br /&gt;The Add-OpenXmlDocumentIndex cmdlet creates an index based on the index references found in the document. The index will be created at the end of the document.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Set-OpenXmlWatermark
&lt;/h2&gt; &lt;br /&gt;The Set-OpenXmlWatermark cmdlet adds watermark text to the background of a document. iI the DiagonalOrientation parameter is specified, then the text will be in a diagonal &lt;br /&gt;orientation rather than horizontal.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Add-OpenXmlPicture
&lt;/h2&gt; &lt;br /&gt;The Add-OpenXmlPicture cmdlet inserts a picture at a specific location inside an OpenXML document. The picture will be stored inside the document as an embedded resource. Picture location is specified by an XPath query expression.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Set-OpenXmlHeader
&lt;/h2&gt; &lt;br /&gt;The Set-OpenXmlHeader cmdlet inserts header parts into all sections of a Wordprocessing document.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Lock-OpenXmlDocument
&lt;/h2&gt; &lt;br /&gt;The Lock-OpenXmlDocument cmdlet sets a lock inside one or more Wordprocessing documents to prevent them from being edited.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Get-OpenXmlStyle
&lt;/h2&gt; &lt;br /&gt;The Get-OpenXmlStyle cmdlet retrieves the styles definition part from a WordprocessingML or SpreadsheetML document and returns an XDocument object containing the styles content.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Get-OpenXmlTheme
&lt;/h2&gt; &lt;br /&gt;The Get-OpenXmlTheme cmdlet extracts the whole theme part from a Wordprocessing document as a thmx file (with media resources embedded). A Package object (System.IO.Packaging.Package) is returned that corresponds to the theme file.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Accept-OpenXmlChange
&lt;/h2&gt; &lt;br /&gt;The Accept-OpenXmlTextChange cmdlet processes documents with text revisions (change tracking elements), by accepting all the text changes performed on the document.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Set-OpenXmlBackground
&lt;/h2&gt; &lt;br /&gt;The Set-OpenXmlBackground cmdlet changes the background image or background color of a Wordprocessing document.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Get-OpenXmlComment
&lt;/h2&gt; &lt;br /&gt;The Get-OpenXmlComment extracts all the comments from a document, and return all of them in a XDocument&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Add-OpenXmlDigitalSignature
&lt;/h2&gt; &lt;br /&gt;The Add-OpenXmlDigitalSignature cmdlet uses a digital certificate to digitally sign a Wordprocessing document.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Get-OpenXmlDocument
&lt;/h2&gt; &lt;br /&gt;The Get-OpenXmlDocument cmdlet returns an OpenXML document object for each document file. The actual object will depend on the type of document in the file. For example, if it is a spreadsheet, the object will be a SpreadsheetDocument, which is derived from OpenXMLDocument.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Get-OpenXmlCustomXmlData
&lt;/h2&gt; &lt;br /&gt;The Get-OpenXmlCustomXmlData cmdlet gets the first customXml part that matches the given name and returns it as an XDocument object.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Export-OpenXmlToHtml
&lt;/h2&gt; &lt;br /&gt;The Export-OpenXmlToHtml cmdlet transforms the content of Wordprocessing documents into an html file by applying an XSLT transformation over the main content and extracting images from the package to a given location.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Add-OpenXmlDocumentTOA
&lt;/h2&gt; &lt;br /&gt;The Add-OpenXmlDocumentTOA cmdlet creates a Table of Authorities based on the citations (references or authorities) found it in the document. The TOA will be created at the end of the document.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Set-OpenXmlStyle
&lt;/h2&gt; &lt;br /&gt;The Set-OpenXmlStyle cmdlet replaces the style library in a WordprocessingML or SpreadsheetML document.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Get-OpenXmlFooter
&lt;/h2&gt; &lt;br /&gt;The Get-OpenXmlFooter cmdlet retrieves all the specified footer parts from a document and returns an XDocument array of those footers. An object is returned for the specified footer in each Section of the document.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Get-OpenXmlDigitalSignature
&lt;/h2&gt; &lt;br /&gt;The Get-OpenXmlDigitalSignature cmdlet returns a summary of digital signatures present in the Wordprocessing document&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Set-OpenXmlTheme
&lt;/h2&gt; &lt;br /&gt;The Set-OpenXmlTheme cmdlet sets the current theme in a Wordprocessing document to the specified theme.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Remove-OpenXmlDigitalSignature
&lt;/h2&gt; &lt;br /&gt;The Remove-OpenXmlDigitalSignature cmdlet removes digital signatures from a Wordprocessing document&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Add-OpenXmlContent
&lt;/h2&gt; &lt;br /&gt;The Add-OpenXmlContent cmdlet injects custom xml markup inside a given part from a Wordprocessing document&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Export-OpenXmlWordprocessing
&lt;/h2&gt; &lt;br /&gt;The Export-OpenXmlWordprocessing uses plain text to create a Wordprocessing document.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Set-OpenXmlContentFormat
&lt;/h2&gt; &lt;br /&gt;The Set-OpenXmlContentFormat cmdlet inserts markup containing format to be applied on a given run or paragraph. Format location is specified as an xpath query.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Set-OpenXmlFooter
&lt;/h2&gt; &lt;br /&gt;The Set-OpenXmlFooter cmdlet inserts footer parts into all sections of a Wordprocessing document.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Get-OpenXmlWatermark
&lt;/h2&gt; &lt;br /&gt;The Get-OpenXmlWatermark cmdlet retrieves the text of the document's watermark.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Get-OpenXmlBackground
&lt;/h2&gt; &lt;br /&gt;The Get-OpenXmlBackground cmdlet extracts the background (color or image) from a document according to the parameters Image or Color.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Export-OpenXmlSpreadsheet
&lt;/h2&gt; &lt;br /&gt;The Export-OpenXmlSpreadsheet gets the public properties from any objects and generates a spreadsheet with columns showing for each property. Optionally, a chart can be created from a subset of those properties.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Set-OpenXmlContentStyle
&lt;/h2&gt; &lt;br /&gt;The Set-OpenXmlContentStyle cmdlet inserts inserts markup containing the style format to be applied on a given run or paragraph. Format location is specified as an xpath query.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Add-OpenXmlDocumentTOF
&lt;/h2&gt; &lt;br /&gt;The Add-OpenXmlDocumentTOF cmdlet creates a Table of Figures based on the figures found it in the document. The TOF will be created at the end of the document.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Get-OpenXmlHeader
&lt;/h2&gt; &lt;br /&gt;The Get-OpenXmlHeader retrieves all the existing header parts from a document. The execution returns an XDocument array of all the header parts found in the document.&lt;br /&gt; &lt;br /&gt;If you have any issues with downloading, building, or using the PowerTools for Open XML, please feel free to contact Eric White:  white.eric (at) microsoft.com&lt;br /&gt;
&lt;/div&gt;</description><author>EricWhiteDpe</author><pubDate>Tue, 18 Nov 2008 13:35:10 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20081118013510P</guid></item><item><title>Updated Release: PowerTools for Open XML 1.0 (Jun 11, 2008)</title><link>http://www.codeplex.com/PowerTools/Release/ProjectReleases.aspx?ReleaseId=14307</link><description>&lt;div&gt;
First release of the PowerTools cmdlets.&lt;br&gt;
&lt;/div&gt;</description><author>bmcclellan</author><pubDate>Mon, 10 Nov 2008 01:31:23 GMT</pubDate><guid isPermaLink="false">Updated Release: PowerTools for Open XML 1.0 (Jun 11, 2008) 20081110013123A</guid></item><item><title>Released: PowerTools for Open XML 1.0 (Jun 11, 2008)</title><link>http://www.codeplex.com/PowerTools/Release/ProjectReleases.aspx?ReleaseId=14307</link><description>&lt;div&gt;
First release of the PowerTools cmdlets.&lt;br&gt;
&lt;/div&gt;</description><author></author><pubDate>Mon, 10 Nov 2008 01:31:22 GMT</pubDate><guid isPermaLink="false">Released: PowerTools for Open XML 1.0 (Jun 11, 2008) 20081110013122A</guid></item><item><title>New Post: Export-OpenXmlToHtml cmdlet</title><link>http://www.codeplex.com/PowerTools/Thread/View.aspx?ThreadId=33840</link><description>&lt;div style="line-height: normal;"&gt;Sorry for the slow reply...&lt;br&gt;
&lt;br&gt;
The error seems to indicate that the folder &amp;quot;htmlOut&amp;quot; does not exist. The cmdlet will not create a folder if it does not already exist.&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;</description><author>bmcclellan</author><pubDate>Sun, 09 Nov 2008 19:56:40 GMT</pubDate><guid isPermaLink="false">New Post: Export-OpenXmlToHtml cmdlet 20081109075640P</guid></item><item><title>New Post: Bug in WatermarkAccesor::InsertWatermark?</title><link>http://www.codeplex.com/PowerTools/Thread/View.aspx?ThreadId=30362</link><description>&lt;div style="line-height: normal;"&gt;I think you're correct. The change will be included in the next version.&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;</description><author>bmcclellan</author><pubDate>Sun, 09 Nov 2008 19:51:46 GMT</pubDate><guid isPermaLink="false">New Post: Bug in WatermarkAccesor::InsertWatermark? 20081109075146P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/PowerTools/Wiki/View.aspx?title=Home&amp;version=11</link><description>&lt;div class="wikidoc"&gt;
Combining the technologies of PowerShell and Open XML is a powerful and convenient way to do server-side document processing.  The PowerTools for Open XML are sample source code and guidance for developers showing how to build PowerShell cmdlets that can create and modify Open XML documents.  Also included are a number of examples of PowerShell scripts that use the cmdlets.&lt;br /&gt; &lt;br /&gt;To install and use the PowerTools for Open XML:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;You need to have any edition (including Visual C# 2008 Express Edition) of Visual Studio 2008 installed.  You can download Express Edition at &lt;a href="http://www.microsoft.com/express/download/" class="externalLink"&gt;http://www.microsoft.com/express/download/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;You need to have PowerShell 1.0 installed.  You can download PowerShell at &lt;a href="http://www.microsoft.com/windowsserver2003/technologies/management/powershell/download.mspx" class="externalLink"&gt;http://www.microsoft.com/windowsserver2003/technologies/management/powershell/download.mspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;PowerTools for Open XML is built using the Open XML SDK.  You can download the SDK at &lt;a href="http://go.microsoft.com/fwlink/?LinkId=120908" class="externalLink"&gt;http://go.microsoft.com/fwlink/?LinkId=120908&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;You also need the PowerTools source code, which is available in the &amp;quot;Releases&amp;quot; tab above.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;PowerTools for Open XML Home Page: &lt;a href="http://blogs.msdn.com/ericwhite/pages/PowerTools.aspx" class="externalLink"&gt;http://blogs.msdn.com/ericwhite/pages/PowerTools.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;If you have any issues with downloading, building, or using the PowerTools for Open XML, please feel free to contact Eric White:  white.eric (at) microsoft.com&lt;br /&gt;
&lt;/div&gt;</description><author>bmcclellan</author><pubDate>Mon, 03 Nov 2008 04:05:27 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20081103040527A</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/PowerTools/Wiki/View.aspx?title=Home&amp;version=10</link><description>&lt;div class="wikidoc"&gt;
Combining the technologies of PowerShell and Open XML is a powerful and convenient way to do server-side document processing.  The PowerTools for Open XML are sample source code and guidance for developers showing how to build PowerShell cmdlets that can create and modify Open XML documents.  Also included are a number of examples of PowerShell scripts that use the cmdlets.&lt;br /&gt; &lt;br /&gt;To install and use the PowerTools for Open XML:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;You need to have any edition (including C# Express Edition) of Visual Studio 2008 installed.  You can download Express Edition at &lt;a href="http://www.microsoft.com/express/download/" class="externalLink"&gt;http://www.microsoft.com/express/download/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;You need to have PowerShell 1.0 installed.  You can download PowerShell at &lt;a href="http://www.microsoft.com/windowsserver2003/technologies/management/powershell/download.mspx" class="externalLink"&gt;http://www.microsoft.com/windowsserver2003/technologies/management/powershell/download.mspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;PowerTools for Open XML is built using the Open XML SDK.  You can download the SDK at &lt;a href="http://go.microsoft.com/fwlink/?LinkId=120908" class="externalLink"&gt;http://go.microsoft.com/fwlink/?LinkId=120908&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;You also need the PowerTools source code, which is available in the &amp;quot;Releases&amp;quot; tab above.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;PowerTools for Open XML Home Page: &lt;a href="http://blogs.msdn.com/ericwhite/pages/PowerTools.aspx" class="externalLink"&gt;http://blogs.msdn.com/ericwhite/pages/PowerTools.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;If you have any issues with downloading, building, or using the PowerTools for Open XML, please feel free to contact Eric White:  white.eric (at) microsoft.com&lt;br /&gt;
&lt;/div&gt;</description><author>bmcclellan</author><pubDate>Mon, 03 Nov 2008 04:03:56 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20081103040356A</guid></item><item><title>New Post: Get Power Tools for Open Xml Binaries Here</title><link>http://www.codeplex.com/PowerTools/Thread/View.aspx?ThreadId=35496</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br&gt;
&lt;br&gt;
You can get latest Power Tools for Open Xml Binaries (regularly updated) from here: http://staffdotnet.com/services/powertools.html &lt;br&gt;
&lt;br&gt;
Best regards,&lt;br&gt;
&lt;br&gt;
Johann Granados&lt;br&gt;
Staff DotNet&lt;br&gt;
&lt;/div&gt;</description><author>johanngranados</author><pubDate>Thu, 11 Sep 2008 23:57:15 GMT</pubDate><guid isPermaLink="false">New Post: Get Power Tools for Open Xml Binaries Here 20080911115715P</guid></item><item><title>New Post: Can we get a binary?</title><link>http://www.codeplex.com/PowerTools/Thread/View.aspx?ThreadId=35493</link><description>&lt;div style="line-height: normal;"&gt;Hello,&lt;br&gt;
&lt;br&gt;
I'm sorry to be so late with this reply (because by reading your posts I guess you have already created the Open Xml Power Tools binaries).&amp;nbsp; However, for future releases you can get latest binaries for Power Tools from here: http://staffdotnet.com/services/powertools.html &lt;br&gt;
&lt;br&gt;
Best regards,&lt;br&gt;
&lt;br&gt;
Johann Granados&lt;br&gt;
Staff DotNet&lt;br&gt;
&lt;/div&gt;</description><author>johanngranados</author><pubDate>Thu, 11 Sep 2008 23:43:17 GMT</pubDate><guid isPermaLink="false">New Post: Can we get a binary? 20080911114317P</guid></item><item><title>New Post: Can we get a binary?</title><link>http://www.codeplex.com/PowerTools/Thread/View.aspx?ThreadId=35493</link><description>&lt;div style="line-height: normal;"&gt;FWIW, I did figure it out. I removed and re-added the reference and it worked fine.  Anyway..$0$0$0$0I think others would appreciate a binary :)$0&lt;/div&gt;</description><author>halr9000</author><pubDate>Thu, 11 Sep 2008 22:57:06 GMT</pubDate><guid isPermaLink="false">New Post: Can we get a binary? 20080911105706P</guid></item><item><title>New Post: Can we get a binary?</title><link>http://www.codeplex.com/PowerTools/Thread/View.aspx?ThreadId=35493</link><description>&lt;div style="line-height: normal;"&gt;I grabbed all the prereqs and I get this err:  $0$0Error&lt;span style="white-space:pre"&gt;	&lt;/span&gt;1&lt;span style="white-space:pre"&gt;	&lt;/span&gt;The type or namespace name 'DocumentFormat' could not be found (are you missing a using directive or an assembly reference?)&lt;span style="white-space:pre"&gt;	&lt;/span&gt;C:\Documents and Settings\hrottenberg\My Documents\Visual Studio 2008\Projects\OpenXML PowerTools\Cmdlets\OpenXmlCmdlet.cs&lt;span style="white-space:pre"&gt;	&lt;/span&gt;19&lt;span style="white-space:pre"&gt;	&lt;/span&gt;7&lt;span style="white-space:pre"&gt;	&lt;/span&gt;OpenXml Power Tools$0$0$0$0$0Is it required to reboot after installing the SDK? That wouldna't make any sense.  I see the reference for DocumentFormat.OpenXml with an exclamation point. It's pretty obvious what the problem is, but not obvious what I need to do about it. Help pretty please?$0$0&lt;/div&gt;</description><author>halr9000</author><pubDate>Thu, 11 Sep 2008 22:46:36 GMT</pubDate><guid isPermaLink="false">New Post: Can we get a binary? 20080911104636P</guid></item><item><title>New Post: Can we get a binary?</title><link>http://www.codeplex.com/PowerTools/Thread/View.aspx?ThreadId=35493</link><description>&lt;div style="line-height: normal;"&gt;I'm well known for my laziness in not wanting to setup build environments, ask anybody.  (Which is actually kinda funny because I have vs2008 full plus several other IDE/ISE's installed.)  I'm not a dev and I don't like changing to that mode, it makes my brain uncomfortable.  :)$0$0$0$0I'd like to see some binaries released if you guys can do that.$0&lt;/div&gt;</description><author>halr9000</author><pubDate>Thu, 11 Sep 2008 22:35:14 GMT</pubDate><guid isPermaLink="false">New Post: Can we get a binary? 20080911103514P</guid></item><item><title>New Post: New SpreadSheetML cmdlets available</title><link>http://www.codeplex.com/PowerTools/Thread/View.aspx?ThreadId=34972</link><description>&lt;div style="line-height: normal;"&gt;Hello,&lt;br&gt;
&lt;br&gt;
I just want to let you know that there are new available cmdlets for performing the following operations on SpreadSheetML documents:&lt;br&gt;
-Adding table definitions to worksheets&lt;br&gt;
-Setting values for cells&lt;br&gt;
-Setting styles for cells&lt;br&gt;
-Setting width for columns&lt;br&gt;
&lt;br&gt;
More information and a sample script here: http://blogs.staffdotnet.com/johanngranados/blog/default.aspx?id=9&amp;amp;t=New-SpreadSheetML-cmdlets-at-Power-Tools&lt;br&gt;
&lt;br&gt;
Johann Granados&lt;br&gt;
Staff DotNet&lt;br&gt;
&lt;/div&gt;</description><author>johanngranados</author><pubDate>Thu, 04 Sep 2008 23:36:12 GMT</pubDate><guid isPermaLink="false">New Post: New SpreadSheetML cmdlets available 20080904113612P</guid></item><item><title>Source code checked in, #15482</title><link>http://www.codeplex.com/PowerTools/SourceControl/ListDownloadableCommits.aspx</link><description>Update help file for new and modified cmdlets at change set 15480&amp;#13;&amp;#10;&amp;#13;&amp;#10;Author&amp;#58; Johann Granados&amp;#13;&amp;#10;Company&amp;#58; Staff DotNet&amp;#13;&amp;#10;Email&amp;#58; johann.granados&amp;#64;staffdotnet.com&amp;#13;&amp;#10;Date&amp;#58; 9&amp;#47;3&amp;#47;2008</description><author>johanngranados</author><pubDate>Thu, 04 Sep 2008 05:29:39 GMT</pubDate><guid isPermaLink="false">Source code checked in, #15482 20080904052939A</guid></item><item><title>Source code checked in, #15480</title><link>http://www.codeplex.com/PowerTools/SourceControl/ListDownloadableCommits.aspx</link><description>Adding the following new cmdlets&amp;#58;&amp;#13;&amp;#10;Add-OpenXmlSpreadSheetTable&amp;#13;&amp;#10;Set-OpenXmlSpreadSheetColumnWidth&amp;#13;&amp;#10;Set-OpenXmlSpreadSheetCellValue&amp;#13;&amp;#10;Set-OpenXmlSpreadSheetCellStyle&amp;#13;&amp;#10;Modifying Export-OpenXmlSpreadsheet to accept -InitialRow parameter&amp;#13;&amp;#10;Modifying Get-OpenXmlStyle and Set-OpenXmlStyle to support SpreadSheetML&amp;#13;&amp;#10;&amp;#13;&amp;#10;Author&amp;#58; Johann Granados&amp;#13;&amp;#10;Company&amp;#58; Staff DotNet&amp;#13;&amp;#10;Email&amp;#58; johann.granados&amp;#64;staffdotnet.com&amp;#13;&amp;#10;Date&amp;#58; 9&amp;#47;2&amp;#47;2008</description><author>johanngranados</author><pubDate>Thu, 04 Sep 2008 01:57:06 GMT</pubDate><guid isPermaLink="false">Source code checked in, #15480 20080904015706A</guid></item><item><title>New Post: Export-OpenXmlToHtml cmdlet</title><link>http://www.codeplex.com/PowerTools/Thread/View.aspx?ThreadId=33840</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br&gt;
&lt;br&gt;
Thank you for the quick reply Roger! I used the binairies from http://staffdotnet.com/services/powertools.html. I still have this error when i'm using full path.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
PS C:\PS&amp;gt; Export-OpenXmlToHtml -Path 'cyberlex.docx' -HtmlOutputName 'default.html' -OutputPath 'C:\PS' -XslPath 'c:\ps\DocX2Html.xsl'&lt;br&gt;
Export-OpenXmlToHtml : L'argument spécifié n'était pas dans les limites de la plage des valeurs valides.&lt;br&gt;
Nom du paramètre&amp;nbsp;: id&lt;br&gt;
At line:1 char:21&lt;br&gt;
+ Export-OpenXmlToHtml&amp;nbsp; &amp;lt;&amp;lt;&amp;lt;&amp;lt; -Path 'cyberlex.docx' -HtmlOutputName 'default.html' -OutputPath 'C:\PS' -XslPath 'c:\ps\DocX2Html.xsl'
&lt;/div&gt;</description><author>kenjiii</author><pubDate>Wed, 20 Aug 2008 14:37:28 GMT</pubDate><guid isPermaLink="false">New Post: Export-OpenXmlToHtml cmdlet 20080820023728P</guid></item></channel></rss>