<?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: Introduction to Microsoft&#8217;s Open Xml Format SDK 2.0 with a focus on Excel documents</title>
	<atom:link href="http://cdonner.com/introduction-to-microsofts-open-xml-format-sdk-20-with-a-focus-on-excel-documents.htm/feed" rel="self" type="application/rss+xml" />
	<link>http://cdonner.com/introduction-to-microsofts-open-xml-format-sdk-20-with-a-focus-on-excel-documents.htm</link>
	<description>We know accurately only when we know little, with knowledge doubt increases.  (Goethe)</description>
	<lastBuildDate>Mon, 06 Feb 2012 12:46:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: OpenXML SDK: Make Excel recalculate formula &#124; SeekPHP.com</title>
		<link>http://cdonner.com/introduction-to-microsofts-open-xml-format-sdk-20-with-a-focus-on-excel-documents.htm/comment-page-1#comment-6369</link>
		<dc:creator>OpenXML SDK: Make Excel recalculate formula &#124; SeekPHP.com</dc:creator>
		<pubDate>Thu, 17 Nov 2011 04:03:36 +0000</pubDate>
		<guid isPermaLink="false">http://cdonner.com/?p=258#comment-6369</guid>
		<description>[...] What is the best way to invalidate all dependent cells of the whole workbook through the SDK? So far, I&#8217;ve found the following code snippet at http://cdonner.com/introduction-to-microsofts-open-xml-format-sdk-20-with-a-focus-on-excel-documents...: [...]</description>
		<content:encoded><![CDATA[<p>[...] What is the best way to invalidate all dependent cells of the whole workbook through the SDK? So far, I&#8217;ve found the following code snippet at <a href="http://cdonner.com/introduction-to-microsofts-open-xml-format-sdk-20-with-a-focus-on-excel-documents..." rel="nofollow">http://cdonner.com/introduction-to-microsofts-open-xml-format-sdk-20-with-a-focus-on-excel-documents&#8230;</a>: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jared</title>
		<link>http://cdonner.com/introduction-to-microsofts-open-xml-format-sdk-20-with-a-focus-on-excel-documents.htm/comment-page-1#comment-6347</link>
		<dc:creator>jared</dc:creator>
		<pubDate>Thu, 27 Oct 2011 15:34:04 +0000</pubDate>
		<guid isPermaLink="false">http://cdonner.com/?p=258#comment-6347</guid>
		<description>Hi guys, I was able to figure it out.  I just compared the length of each cell name and only do the second comparison if the lengths are equal.  If one has a length of 3 (AA1), and the other has a length of 2 (B1) skip the if statement.

if (string.Compare(ecell.CellReference.Value, cellReference, true) &gt; 0)

becomes:

if ((ecell.CellReference.Value.Length == cellReference.Length) &amp;&amp; (string.Compare(ecell.CellReference.Value, cellReference, true) &gt; 0))</description>
		<content:encoded><![CDATA[<p>Hi guys, I was able to figure it out.  I just compared the length of each cell name and only do the second comparison if the lengths are equal.  If one has a length of 3 (AA1), and the other has a length of 2 (B1) skip the if statement.</p>
<p>if (string.Compare(ecell.CellReference.Value, cellReference, true) &gt; 0)</p>
<p>becomes:</p>
<p>if ((ecell.CellReference.Value.Length == cellReference.Length) &amp;&amp; (string.Compare(ecell.CellReference.Value, cellReference, true) &gt; 0))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jared</title>
		<link>http://cdonner.com/introduction-to-microsofts-open-xml-format-sdk-20-with-a-focus-on-excel-documents.htm/comment-page-1#comment-6346</link>
		<dc:creator>jared</dc:creator>
		<pubDate>Thu, 27 Oct 2011 15:16:37 +0000</pubDate>
		<guid isPermaLink="false">http://cdonner.com/?p=258#comment-6346</guid>
		<description>Thanks.  Florian and Ryan, I am having the same issue.  How did you solve it?  I found the line, but don&#039;t know the work around.</description>
		<content:encoded><![CDATA[<p>Thanks.  Florian and Ryan, I am having the same issue.  How did you solve it?  I found the line, but don&#8217;t know the work around.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florian</title>
		<link>http://cdonner.com/introduction-to-microsofts-open-xml-format-sdk-20-with-a-focus-on-excel-documents.htm/comment-page-1#comment-6253</link>
		<dc:creator>Florian</dc:creator>
		<pubDate>Mon, 04 Jul 2011 07:52:02 +0000</pubDate>
		<guid isPermaLink="false">http://cdonner.com/?p=258#comment-6253</guid>
		<description>Hi Christian, 
i have another question, I&#039;m looking to a way to export some summations. I only have found the example in the SDK, but there is no way to export the formula. Is there another way to export it or is there another DataType for the formula?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Christian,<br />
i have another question, I&#8217;m looking to a way to export some summations. I only have found the example in the SDK, but there is no way to export the formula. Is there another way to export it or is there another DataType for the formula?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florian</title>
		<link>http://cdonner.com/introduction-to-microsofts-open-xml-format-sdk-20-with-a-focus-on-excel-documents.htm/comment-page-1#comment-6250</link>
		<dc:creator>Florian</dc:creator>
		<pubDate>Mon, 27 Jun 2011 12:29:47 +0000</pubDate>
		<guid isPermaLink="false">http://cdonner.com/?p=258#comment-6250</guid>
		<description>Oh sorry, 

i have found the error, 
Ryan had the same problem. 

Thanks</description>
		<content:encoded><![CDATA[<p>Oh sorry, </p>
<p>i have found the error,<br />
Ryan had the same problem. </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florian</title>
		<link>http://cdonner.com/introduction-to-microsofts-open-xml-format-sdk-20-with-a-focus-on-excel-documents.htm/comment-page-1#comment-6249</link>
		<dc:creator>Florian</dc:creator>
		<pubDate>Mon, 27 Jun 2011 12:04:14 +0000</pubDate>
		<guid isPermaLink="false">http://cdonner.com/?p=258#comment-6249</guid>
		<description>Hi,

i&#039;m using the OpenXML SDK 2.0 and i have a little problem with the columns. However i come to the column AA or AB the first columns from B to Z are empty. 
Excel give me an error message that there is something unreadable in the sheet. But A ,  AA and AB isn&#039;t empty. 

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>i&#8217;m using the OpenXML SDK 2.0 and i have a little problem with the columns. However i come to the column AA or AB the first columns from B to Z are empty.<br />
Excel give me an error message that there is something unreadable in the sheet. But A ,  AA and AB isn&#8217;t empty. </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://cdonner.com/introduction-to-microsofts-open-xml-format-sdk-20-with-a-focus-on-excel-documents.htm/comment-page-1#comment-5847</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Tue, 13 Jul 2010 20:57:29 +0000</pubDate>
		<guid isPermaLink="false">http://cdonner.com/?p=258#comment-5847</guid>
		<description>Nevermind, I found the problem.  This line of code is the culprit in GetCell():

if (string.Compare(ecell.CellReference.Value, cellReference, true) &gt; 0)

This will return true when comparing B1 to AA1.</description>
		<content:encoded><![CDATA[<p>Nevermind, I found the problem.  This line of code is the culprit in GetCell():</p>
<p>if (string.Compare(ecell.CellReference.Value, cellReference, true) &gt; 0)</p>
<p>This will return true when comparing B1 to AA1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://cdonner.com/introduction-to-microsofts-open-xml-format-sdk-20-with-a-focus-on-excel-documents.htm/comment-page-1#comment-5846</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Tue, 13 Jul 2010 19:02:18 +0000</pubDate>
		<guid isPermaLink="false">http://cdonner.com/?p=258#comment-5846</guid>
		<description>Hi Christian,
UpdateCell doesn&#039;t seem to work for me once I get passed &#039;Z&#039; for the column name.  For example &#039;AA&#039; doesn&#039;t seem to work correctly.  Is this a known problem?

Thanks,</description>
		<content:encoded><![CDATA[<p>Hi Christian,<br />
UpdateCell doesn&#8217;t seem to work for me once I get passed &#8216;Z&#8217; for the column name.  For example &#8216;AA&#8217; doesn&#8217;t seem to work correctly.  Is this a known problem?</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Donner</title>
		<link>http://cdonner.com/introduction-to-microsofts-open-xml-format-sdk-20-with-a-focus-on-excel-documents.htm/comment-page-1#comment-5694</link>
		<dc:creator>Christian Donner</dc:creator>
		<pubDate>Thu, 19 Nov 2009 23:55:21 +0000</pubDate>
		<guid isPermaLink="false">http://cdonner.com/?p=258#comment-5694</guid>
		<description>Roozy, I don&#039;t know the Powerpoint API of the Open XML SDK, but if what you want to do can be done, I am sure it can be done with Open XML.</description>
		<content:encoded><![CDATA[<p>Roozy, I don&#8217;t know the Powerpoint API of the Open XML SDK, but if what you want to do can be done, I am sure it can be done with Open XML.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roozy</title>
		<link>http://cdonner.com/introduction-to-microsofts-open-xml-format-sdk-20-with-a-focus-on-excel-documents.htm/comment-page-1#comment-5693</link>
		<dc:creator>Roozy</dc:creator>
		<pubDate>Thu, 19 Nov 2009 10:14:25 +0000</pubDate>
		<guid isPermaLink="false">http://cdonner.com/?p=258#comment-5693</guid>
		<description>Hi Christian,

I am trying to use open xml format to recognize the repeating pattern in a set of powerpoint presentations so that I can later use the repeating parts to make a template like presentation and spare the users time instead of starting from scratch. Do you think open xml is a good idea for this purpose?</description>
		<content:encoded><![CDATA[<p>Hi Christian,</p>
<p>I am trying to use open xml format to recognize the repeating pattern in a set of powerpoint presentations so that I can later use the repeating parts to make a template like presentation and spare the users time instead of starting from scratch. Do you think open xml is a good idea for this purpose?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

