<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Exposing Excel contents to make reporting easy in SharePoint</title>
	<atom:link href="http://www.21apps.com/sharepoint/exposing-excel-contents-to-make-reporting-easy-in-sharepoint/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.21apps.com/sharepoint/exposing-excel-contents-to-make-reporting-easy-in-sharepoint/</link>
	<description></description>
	<lastBuildDate>Tue, 07 Sep 2010 09:39:07 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: JoeW</title>
		<link>http://www.21apps.com/sharepoint/exposing-excel-contents-to-make-reporting-easy-in-sharepoint/comment-page-1/#comment-1231</link>
		<dc:creator>JoeW</dc:creator>
		<pubDate>Sat, 26 Jun 2010 00:32:07 +0000</pubDate>
		<guid isPermaLink="false">http://21apps.co.uk/?p=11#comment-1231</guid>
		<description>Much heartache and wasted time for many people fighting with DIP and WSS functionality (or lack thereof.)  My comments are specific to Excel 2007 and WSS 3.0, so proceed accordingly.  &lt;br&gt;&lt;br&gt;The issue seems to be achieving some sort of synchronization between content types (with their associated site columns) and DIP s that appear to be auto-generated when Excel documents are uploaded to document libraries that have content types defined along with a custom template.  We ran into this problem when we started adding and deleting site columns from our custom Content Types.  The DIP just seemed to ignore these changes, no matter what we did.  This is where the profound differences between Office Integration (Create New Document) and WSS Content Management (Upload an existing document) showed up.&lt;br&gt;&lt;br&gt;Once you have followed the steps listed in this article, add the VBA code referred to in Markus&#039; comment - but you still aren&#039;t out of the woods yet.  You must add sample data to your &quot;template&quot; that will populate the ContentTypeProperties you wish to push up to WSS, then upload this document into your document library.  Opening the uploaded document from the library and looking at the DIP, you will find all of your custom server-based properties where they should be.  Clear out the sample data and save your template back to WSS.  Then update the Content Type definition to point at the new template that will be called when someone chooses &quot;New&quot; from the document library menu bar. &lt;br&gt;&lt;br&gt;We spent a lot of frustrating hours trying to coax the DIP into showing our revised content columns, even resorting to InfoPath edits and publishing forms - none of it worked until we followed this process.  I suspect that much of this has to do with the incomplete support for DIPs in WSS, versus the explicit support in MOSS.  One more gotcha for those of us who figured that WSS was &quot;good enough&quot; that we could save the bucks on MOSS...</description>
		<content:encoded><![CDATA[<p>Much heartache and wasted time for many people fighting with DIP and WSS functionality (or lack thereof.)  My comments are specific to Excel 2007 and WSS 3.0, so proceed accordingly.  </p>
<p>The issue seems to be achieving some sort of synchronization between content types (with their associated site columns) and DIP s that appear to be auto-generated when Excel documents are uploaded to document libraries that have content types defined along with a custom template.  We ran into this problem when we started adding and deleting site columns from our custom Content Types.  The DIP just seemed to ignore these changes, no matter what we did.  This is where the profound differences between Office Integration (Create New Document) and WSS Content Management (Upload an existing document) showed up.</p>
<p>Once you have followed the steps listed in this article, add the VBA code referred to in Markus&#39; comment &#8211; but you still aren&#39;t out of the woods yet.  You must add sample data to your &#8220;template&#8221; that will populate the ContentTypeProperties you wish to push up to WSS, then upload this document into your document library.  Opening the uploaded document from the library and looking at the DIP, you will find all of your custom server-based properties where they should be.  Clear out the sample data and save your template back to WSS.  Then update the Content Type definition to point at the new template that will be called when someone chooses &#8220;New&#8221; from the document library menu bar. </p>
<p>We spent a lot of frustrating hours trying to coax the DIP into showing our revised content columns, even resorting to InfoPath edits and publishing forms &#8211; none of it worked until we followed this process.  I suspect that much of this has to do with the incomplete support for DIPs in WSS, versus the explicit support in MOSS.  One more gotcha for those of us who figured that WSS was &#8220;good enough&#8221; that we could save the bucks on MOSS&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Markus</title>
		<link>http://www.21apps.com/sharepoint/exposing-excel-contents-to-make-reporting-easy-in-sharepoint/comment-page-1/#comment-1214</link>
		<dc:creator>Markus</dc:creator>
		<pubDate>Mon, 31 May 2010 23:34:55 +0000</pubDate>
		<guid isPermaLink="false">http://21apps.co.uk/?p=11#comment-1214</guid>
		<description>Like most people here I wasn&#039;t able to send custom properties in the Excel document into server properties (user defined columns in a SharePoint 2010 list) when using the &quot;New Document&quot; button in the document library.&lt;br&gt;&lt;br&gt;The solution is to use a small VBA code, which reads the cell-values and puts them into the server properties.&lt;br&gt;&lt;br&gt;The solution can be found here...&lt;br&gt;&lt;a href=&quot;http://markiwaszko.blogspot.com/2009/02/binding-excel-2007-values-using-dip.html&quot; rel=&quot;nofollow&quot;&gt;http://markiwaszko.blogspot.com/2009/02/binding...&lt;/a&gt;&lt;br&gt;&lt;br&gt;... and here ...&lt;br&gt;&lt;a href=&quot;http://amatterofdegree.typepad.com/a_matter_of_degree/2008/09/xml-mapping-with-excel-and-sharepoint---not.html&quot; rel=&quot;nofollow&quot;&gt;http://amatterofdegree.typepad.com/a_matter_of_...&lt;/a&gt;&lt;br&gt;&lt;br&gt;I had to use a xltm-file as template to make the code work when the document is generated out of SharePoint.</description>
		<content:encoded><![CDATA[<p>Like most people here I wasn&#39;t able to send custom properties in the Excel document into server properties (user defined columns in a SharePoint 2010 list) when using the &#8220;New Document&#8221; button in the document library.</p>
<p>The solution is to use a small VBA code, which reads the cell-values and puts them into the server properties.</p>
<p>The solution can be found here&#8230;<br /><a href="http://markiwaszko.blogspot.com/2009/02/binding-excel-2007-values-using-dip.html" rel="nofollow"></a><a href="http://markiwaszko.blogspot.com/2009/02/binding.." rel="nofollow">http://markiwaszko.blogspot.com/2009/02/binding..</a>.</p>
<p>&#8230; and here &#8230;<br /><a href="http://amatterofdegree.typepad.com/a_matter_of_degree/2008/09/xml-mapping-with-excel-and-sharepoint---not.html" rel="nofollow"></a><a href="http://amatterofdegree.typepad.com/a_matter_of_.." rel="nofollow">http://amatterofdegree.typepad.com/a_matter_of_..</a>.</p>
<p>I had to use a xltm-file as template to make the code work when the document is generated out of SharePoint.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: niallramsey</title>
		<link>http://www.21apps.com/sharepoint/exposing-excel-contents-to-make-reporting-easy-in-sharepoint/comment-page-1/#comment-1151</link>
		<dc:creator>niallramsey</dc:creator>
		<pubDate>Tue, 09 Mar 2010 03:47:26 +0000</pubDate>
		<guid isPermaLink="false">http://21apps.co.uk/?p=11#comment-1151</guid>
		<description>This isn&#039;t working for me either. I&#039;m using Excel 2007 but using the Microsoft&#039;s Online Services (BPOS) for SharePoint ... Not sure if this makes a difference?&lt;br&gt;&lt;br&gt;Would love to get this issue handled because we input quite a bit of Metadata into our documents, and then to be not able to filter/search/sort on that in SharePoint without re-typing it all is very frustrating !</description>
		<content:encoded><![CDATA[<p>This isn&#39;t working for me either. I&#39;m using Excel 2007 but using the Microsoft&#39;s Online Services (BPOS) for SharePoint &#8230; Not sure if this makes a difference?</p>
<p>Would love to get this issue handled because we input quite a bit of Metadata into our documents, and then to be not able to filter/search/sort on that in SharePoint without re-typing it all is very frustrating !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Name</title>
		<link>http://www.21apps.com/sharepoint/exposing-excel-contents-to-make-reporting-easy-in-sharepoint/comment-page-1/#comment-1064</link>
		<dc:creator>Name</dc:creator>
		<pubDate>Mon, 26 Oct 2009 22:24:57 +0000</pubDate>
		<guid isPermaLink="false">http://21apps.co.uk/?p=11#comment-1064</guid>
		<description>I have followed the steps exactly as they are posted, but when I create a new document from the library I have notice it&#039;s not pulling any of my properties data into the library.  When I select advanced properties I think notice that my cells are no longer linked.  For some reason it&#039;s as if the properties that i customized aren&#039;t sticking.</description>
		<content:encoded><![CDATA[<p>I have followed the steps exactly as they are posted, but when I create a new document from the library I have notice it&#39;s not pulling any of my properties data into the library.  When I select advanced properties I think notice that my cells are no longer linked.  For some reason it&#39;s as if the properties that i customized aren&#39;t sticking.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jimmie</title>
		<link>http://www.21apps.com/sharepoint/exposing-excel-contents-to-make-reporting-easy-in-sharepoint/comment-page-1/#comment-806</link>
		<dc:creator>Jimmie</dc:creator>
		<pubDate>Thu, 26 Feb 2009 07:52:03 +0000</pubDate>
		<guid isPermaLink="false">http://21apps.co.uk/?p=11#comment-806</guid>
		<description>Ok, i created my own Form and the document library with a few fields for my company. I am able to get this method to work only when i upload a document from my computer. I tried going in and modifying the existing template as well as your method of going into the forms folder itself and changing the template file with my file that worked for the upload. This is a great option, but if it does not work by using the New Button then it is not very useful. Has anyone else had this problem?</description>
		<content:encoded><![CDATA[<p>Ok, i created my own Form and the document library with a few fields for my company. I am able to get this method to work only when i upload a document from my computer. I tried going in and modifying the existing template as well as your method of going into the forms folder itself and changing the template file with my file that worked for the upload. This is a great option, but if it does not work by using the New Button then it is not very useful. Has anyone else had this problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Warburton</title>
		<link>http://www.21apps.com/sharepoint/exposing-excel-contents-to-make-reporting-easy-in-sharepoint/comment-page-1/#comment-643</link>
		<dc:creator>Matt Warburton</dc:creator>
		<pubDate>Tue, 09 Dec 2008 16:31:39 +0000</pubDate>
		<guid isPermaLink="false">http://21apps.co.uk/?p=11#comment-643</guid>
		<description>I&#039;m having this annoying issue as well. I can&#039;t find anything on google about it! Does anyone have an update. I&#039;ved ended up using manditory fields, the one thing I didn&#039;t want to do.</description>
		<content:encoded><![CDATA[<p>I&#8217;m having this annoying issue as well. I can&#8217;t find anything on google about it! Does anyone have an update. I&#8217;ved ended up using manditory fields, the one thing I didn&#8217;t want to do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.21apps.com/sharepoint/exposing-excel-contents-to-make-reporting-easy-in-sharepoint/comment-page-1/#comment-490</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Tue, 14 Oct 2008 18:39:01 +0000</pubDate>
		<guid isPermaLink="false">http://21apps.co.uk/?p=11#comment-490</guid>
		<description>I am having the same issue.  I see the Server Properties and the standard Document Properties, but when a user selects &quot;New&quot; from within the doc library, and completed the form, the values in the named cells do not promote to the server properties.  

Has anyone found a solution for this?  Shouldn&#039;t this be a LOT easier (Microsoft)?</description>
		<content:encoded><![CDATA[<p>I am having the same issue.  I see the Server Properties and the standard Document Properties, but when a user selects &#8220;New&#8221; from within the doc library, and completed the form, the values in the named cells do not promote to the server properties.  </p>
<p>Has anyone found a solution for this?  Shouldn&#8217;t this be a LOT easier (Microsoft)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrei</title>
		<link>http://www.21apps.com/sharepoint/exposing-excel-contents-to-make-reporting-easy-in-sharepoint/comment-page-1/#comment-77</link>
		<dc:creator>Andrei</dc:creator>
		<pubDate>Thu, 03 Jul 2008 07:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://21apps.co.uk/?p=11#comment-77</guid>
		<description>Yup, that was pretty much the idea, I know: getting them to update/populate automatically. I think you can also achieve that functionality in a programatical way, but that is beside the point as well :)&lt;br/&gt;&lt;br/&gt;I think the key to the problem is the appearance of the second set of properties, server side. I will dig more into it and if a find a clear result I will let you know as well.</description>
		<content:encoded><![CDATA[<p>Yup, that was pretty much the idea, I know: getting them to update/populate automatically. I think you can also achieve that functionality in a programatical way, but that is beside the point as well <img src='http://www.21apps.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I think the key to the problem is the appearance of the second set of properties, server side. I will dig more into it and if a find a clear result I will let you know as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Woodward</title>
		<link>http://www.21apps.com/sharepoint/exposing-excel-contents-to-make-reporting-easy-in-sharepoint/comment-page-1/#comment-76</link>
		<dc:creator>Andrew Woodward</dc:creator>
		<pubDate>Sun, 29 Jun 2008 08:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://21apps.co.uk/?p=11#comment-76</guid>
		<description>Andrei,&lt;br/&gt;&lt;br/&gt;I have not tried this but I can see how this could help, although it would require the users to manually set the values - something I was trying to avoid in this scenario.</description>
		<content:encoded><![CDATA[<p>Andrei,</p>
<p>I have not tried this but I can see how this could help, although it would require the users to manually set the values &#8211; something I was trying to avoid in this scenario.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrei</title>
		<link>http://www.21apps.com/sharepoint/exposing-excel-contents-to-make-reporting-easy-in-sharepoint/comment-page-1/#comment-74</link>
		<dc:creator>Andrei</dc:creator>
		<pubDate>Tue, 24 Jun 2008 15:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://21apps.co.uk/?p=11#comment-74</guid>
		<description>Hello. I&#039;m experincing the same problem with custom properties for Excel documents. Have you considered using a workaround to obtain the same functionality: ie using Content Types or Custom Document Information Panels, and if so, to what result?</description>
		<content:encoded><![CDATA[<p>Hello. I&#8217;m experincing the same problem with custom properties for Excel documents. Have you considered using a workaround to obtain the same functionality: ie using Content Types or Custom Document Information Panels, and if so, to what result?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
