<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PeteStilgoe.com &#187; MS Office</title>
	<atom:link href="http://www.petestilgoe.com/category/ms-office/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.petestilgoe.com</link>
	<description>&#34;Be fearful when others are greedy, be greedy when others are fearful.”</description>
	<lastBuildDate>Mon, 30 Jan 2012 14:28:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>How to create an Excel Workbook from an SQL database using Open XML SDK 2.0</title>
		<link>http://www.petestilgoe.com/2011/03/how-to-create-an-excel-workbook-from-an-sql-database-using-open-xml-sdk-2-0/</link>
		<comments>http://www.petestilgoe.com/2011/03/how-to-create-an-excel-workbook-from-an-sql-database-using-open-xml-sdk-2-0/#comments</comments>
		<pubDate>Thu, 10 Mar 2011 16:26:01 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[MS Office]]></category>
		<category><![CDATA[Open XML SDK]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>
		<category><![CDATA[MS Excel]]></category>
		<category><![CDATA[Open XML SDK 2]]></category>
		<category><![CDATA[sql 2008]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=872</guid>
		<description><![CDATA[

Below is the C# code to create a new Excel workbook based on a template file &#038; populated by an SQL database.
You need to add references to:
DocumentFormat.OpenXml
System.Data.Linq
Windows.Base

using System;
using System.IO;
using System.Data;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using DocumentFormat.OpenXml.Packaging;
using DocumentFormat.OpenXml.Spreadsheet;
using DocumentFormat.OpenXml;

namespace ElitetoExcel
{
    class Program
    {
        static string[] [...]]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2011/03/how-to-create-an-excel-workbook-from-an-sql-database-using-open-xml-sdk-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to auto populate Word template using Open XML SDK 2.0</title>
		<link>http://www.petestilgoe.com/2011/03/how-to-populate-word-template-using-open-xml-sdk-2-0/</link>
		<comments>http://www.petestilgoe.com/2011/03/how-to-populate-word-template-using-open-xml-sdk-2-0/#comments</comments>
		<pubDate>Tue, 08 Mar 2011 08:52:10 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[MS Office]]></category>
		<category><![CDATA[Open XML SDK]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[Open XML SDK 2]]></category>
		<category><![CDATA[Word Automation]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=849</guid>
		<description><![CDATA[

Here is some simple code that updates a word document template that contains 2 content controls in the template document called:
MatterNumber
DocType
The template document is &#8211; C:\Users\stilgoep\WordTest\test-contentcontrol.docx
The output document is &#8211; C:\Users\stilgoep\WordTest\test-contentcontrol-updated.docx

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using DocumentFormat.OpenXml;
using DocumentFormat.OpenXml.Packaging;
using System.Xml;
using System.IO;

namespace BasicOpenXMLUpdater
{
    class Program
    {
       [...]]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2011/03/how-to-populate-word-template-using-open-xml-sdk-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Import Excel 2007 Spreadsheet as Sharepoint List Error Method &#8216;post&#8217; of object &#8216;IOWSPostData&#8217; failed</title>
		<link>http://www.petestilgoe.com/2010/03/import-excel-2007-spreadsheet-as-sharepoint-list-error-method-post-of-object-iowspostdata-failed/</link>
		<comments>http://www.petestilgoe.com/2010/03/import-excel-2007-spreadsheet-as-sharepoint-list-error-method-post-of-object-iowspostdata-failed/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 09:35:48 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[MS Office]]></category>
		<category><![CDATA[Sharepoint Lists]]></category>
		<category><![CDATA[Excel 2007]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=537</guid>
		<description><![CDATA[

If you get the following error Method &#8216;post&#8217; of object &#8216;IOWSPostData&#8217; failed, you can fix it by doing the below:
Do a search on you C: drive for a file named: EXPTOOWS.XLA 
Open it and Enable Macros 
Select the Developer tab and the Visual Bacis or press ALT+11. Same result. You are ready to alter the [...]]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2010/03/import-excel-2007-spreadsheet-as-sharepoint-list-error-method-post-of-object-iowspostdata-failed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How the default Document Properties in Office documents used in the default MOSS 2007 SearchCenter search results</title>
		<link>http://www.petestilgoe.com/2009/10/how-the-default-document-properties-in-office-documents-used-in-the-default-moss-2007-searchcenter-search-results/</link>
		<comments>http://www.petestilgoe.com/2009/10/how-the-default-document-properties-in-office-documents-used-in-the-default-moss-2007-searchcenter-search-results/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 11:40:55 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[MS Office]]></category>
		<category><![CDATA[Sharepoint Search]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[search results]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=461</guid>
		<description><![CDATA[

1) MOSS2007 uses the “Comments” field (from Document Properties) as its description.
2) MOSS2007 does not search the keywords assigned to an Office document via Document Properties.
3) For Word, Excel and PowerPoint documents, if you search for a word that appears in the document’s description (aka the “Comments” field), then the description is displayed in the [...]]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2009/10/how-the-default-document-properties-in-office-documents-used-in-the-default-moss-2007-searchcenter-search-results/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Suppress Microsoft Office Document Authentication Prompt In SharePoint</title>
		<link>http://www.petestilgoe.com/2009/10/suppress-microsoft-office-document-authentication-prompt-in-sharepoint/</link>
		<comments>http://www.petestilgoe.com/2009/10/suppress-microsoft-office-document-authentication-prompt-in-sharepoint/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 13:21:10 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[MS Office]]></category>
		<category><![CDATA[Sharepoint / MOSS / WSS]]></category>
		<category><![CDATA[Sharepoint Security]]></category>
		<category><![CDATA[Authentication]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=459</guid>
		<description><![CDATA[

Havnt tried it but apparently works:
http://mysharepointblog.com/post/2007/02/Suppress-Microsoft-Office-Document-Authentication-Prompt-In-SharePoint-WSS-30.aspx

]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2009/10/suppress-microsoft-office-document-authentication-prompt-in-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

