<?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/tag/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 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>

