<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Export data from DataGridView to Excel</title>
	<atom:link href="http://xldennis.wordpress.com/2008/02/12/export-data-from-datagridview-to-excel/feed/" rel="self" type="application/rss+xml" />
	<link>http://xldennis.wordpress.com/2008/02/12/export-data-from-datagridview-to-excel/</link>
	<description>XL-Dennis on VSTO &#38; .NET &#38; Excel</description>
	<lastBuildDate>Wed, 16 Dec 2009 12:14:08 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sam M</title>
		<link>http://xldennis.wordpress.com/2008/02/12/export-data-from-datagridview-to-excel/#comment-11536</link>
		<dc:creator>Sam M</dc:creator>
		<pubDate>Tue, 10 Nov 2009 17:17:05 +0000</pubDate>
		<guid isPermaLink="false">http://xldennis.wordpress.com/?p=262#comment-11536</guid>
		<description>Many thanks Dennis for the code! I&#039;m a 1-year VB coder, and looking forward to sticking with it and continual learning.  I was wondering whether you could provide the code in your example for having the file open in a default CSV format, instead of an Excel .xls format?  Just curious if that&#039;s an easy code change.  Also, once I deploy my Win App, will end users need to have the Office 2003 PIAs on their computers in order for the export feature to work?  (I had to specially install the Office 2003 PIAs on my development computer for the Imports Excel = Microsoft.Office.Interop.Excel to work.) By the way, thanks for your patience and thoughtfullness with all of the newbie questions!</description>
		<content:encoded><![CDATA[<p>Many thanks Dennis for the code! I&#8217;m a 1-year VB coder, and looking forward to sticking with it and continual learning.  I was wondering whether you could provide the code in your example for having the file open in a default CSV format, instead of an Excel .xls format?  Just curious if that&#8217;s an easy code change.  Also, once I deploy my Win App, will end users need to have the Office 2003 PIAs on their computers in order for the export feature to work?  (I had to specially install the Office 2003 PIAs on my development computer for the Imports Excel = Microsoft.Office.Interop.Excel to work.) By the way, thanks for your patience and thoughtfullness with all of the newbie questions!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis Wallentin</title>
		<link>http://xldennis.wordpress.com/2008/02/12/export-data-from-datagridview-to-excel/#comment-11322</link>
		<dc:creator>Dennis Wallentin</dc:creator>
		<pubDate>Thu, 23 Jul 2009 10:44:23 +0000</pubDate>
		<guid isPermaLink="false">http://xldennis.wordpress.com/?p=262#comment-11322</guid>
		<description>Andreas,

I forgot to approve the entry but now it should be there.

Kind regards,
Dennis</description>
		<content:encoded><![CDATA[<p>Andreas,</p>
<p>I forgot to approve the entry but now it should be there.</p>
<p>Kind regards,<br />
Dennis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas</title>
		<link>http://xldennis.wordpress.com/2008/02/12/export-data-from-datagridview-to-excel/#comment-11321</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Thu, 23 Jul 2009 10:40:44 +0000</pubDate>
		<guid isPermaLink="false">http://xldennis.wordpress.com/?p=262#comment-11321</guid>
		<description>:)
I can not see my topics any more?</description>
		<content:encoded><![CDATA[<p> <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
I can not see my topics any more?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis Wallentin</title>
		<link>http://xldennis.wordpress.com/2008/02/12/export-data-from-datagridview-to-excel/#comment-11320</link>
		<dc:creator>Dennis Wallentin</dc:creator>
		<pubDate>Thu, 23 Jul 2009 10:07:59 +0000</pubDate>
		<guid isPermaLink="false">http://xldennis.wordpress.com/?p=262#comment-11320</guid>
		<description>Andreas,

That&#039;s looking very nice. Thanks for telling me and I&#039;m consider to make another post about this subject but without the need to have Excel available.

Kind regards,
Dennis</description>
		<content:encoded><![CDATA[<p>Andreas,</p>
<p>That&#8217;s looking very nice. Thanks for telling me and I&#8217;m consider to make another post about this subject but without the need to have Excel available.</p>
<p>Kind regards,<br />
Dennis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas</title>
		<link>http://xldennis.wordpress.com/2008/02/12/export-data-from-datagridview-to-excel/#comment-11319</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Thu, 23 Jul 2009 09:25:15 +0000</pubDate>
		<guid isPermaLink="false">http://xldennis.wordpress.com/?p=262#comment-11319</guid>
		<description>Hello,
nice idea, but it requires Office installed or?
I have written a version which does not require Office installed.
http://www.ploetzeneder.eu/softwareentwicklung/cvbnet/38-datagridview-in-excel-exportieren.html
What do you think about :)?
Best regards from austria,

Andreas</description>
		<content:encoded><![CDATA[<p>Hello,<br />
nice idea, but it requires Office installed or?<br />
I have written a version which does not require Office installed.<br />
<a href="http://www.ploetzeneder.eu/softwareentwicklung/cvbnet/38-datagridview-in-excel-exportieren.html" rel="nofollow">http://www.ploetzeneder.eu/softwareentwicklung/cvbnet/38-datagridview-in-excel-exportieren.html</a><br />
What do you think about <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ?<br />
Best regards from austria,</p>
<p>Andreas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Night Mare</title>
		<link>http://xldennis.wordpress.com/2008/02/12/export-data-from-datagridview-to-excel/#comment-11293</link>
		<dc:creator>Night Mare</dc:creator>
		<pubDate>Tue, 07 Jul 2009 09:54:45 +0000</pubDate>
		<guid isPermaLink="false">http://xldennis.wordpress.com/?p=262#comment-11293</guid>
		<description>I am using MS office 2007.</description>
		<content:encoded><![CDATA[<p>I am using MS office 2007.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis Wallentin</title>
		<link>http://xldennis.wordpress.com/2008/02/12/export-data-from-datagridview-to-excel/#comment-11285</link>
		<dc:creator>Dennis Wallentin</dc:creator>
		<pubDate>Sun, 05 Jul 2009 15:35:29 +0000</pubDate>
		<guid isPermaLink="false">http://xldennis.wordpress.com/?p=262#comment-11285</guid>
		<description>Hi,

You&#039;re welcome. What version of Excel do You use?

Kind regards,
Dennis</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>You&#8217;re welcome. What version of Excel do You use?</p>
<p>Kind regards,<br />
Dennis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Night Mare</title>
		<link>http://xldennis.wordpress.com/2008/02/12/export-data-from-datagridview-to-excel/#comment-11284</link>
		<dc:creator>Night Mare</dc:creator>
		<pubDate>Sun, 05 Jul 2009 14:13:24 +0000</pubDate>
		<guid isPermaLink="false">http://xldennis.wordpress.com/?p=262#comment-11284</guid>
		<description>Thankx Dennis, i appreciate your efforts, i am getting an error as &quot;xlwbatemplate is not a member of excel&quot;. Kindly help</description>
		<content:encoded><![CDATA[<p>Thankx Dennis, i appreciate your efforts, i am getting an error as &#8220;xlwbatemplate is not a member of excel&#8221;. Kindly help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis Wallentin</title>
		<link>http://xldennis.wordpress.com/2008/02/12/export-data-from-datagridview-to-excel/#comment-11232</link>
		<dc:creator>Dennis Wallentin</dc:creator>
		<pubDate>Thu, 04 Jun 2009 07:55:55 +0000</pubDate>
		<guid isPermaLink="false">http://xldennis.wordpress.com/?p=262#comment-11232</guid>
		<description>Janette,

You can read more about GC involvement in this contaxt in the following article: http://www.xtremevbtalk.com/showthread.php?t=160433

Kind regards,
Dennis</description>
		<content:encoded><![CDATA[<p>Janette,</p>
<p>You can read more about GC involvement in this contaxt in the following article: <a href="http://www.xtremevbtalk.com/showthread.php?t=160433" rel="nofollow">http://www.xtremevbtalk.com/showthread.php?t=160433</a></p>
<p>Kind regards,<br />
Dennis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Janette Gifhorn</title>
		<link>http://xldennis.wordpress.com/2008/02/12/export-data-from-datagridview-to-excel/#comment-11214</link>
		<dc:creator>Janette Gifhorn</dc:creator>
		<pubDate>Tue, 26 May 2009 11:50:43 +0000</pubDate>
		<guid isPermaLink="false">http://xldennis.wordpress.com/?p=262#comment-11214</guid>
		<description>Hi Dennis,

thanks a lot for ur code. i had really hard problems to export my datagridview to Excel, because it was too slow (it took about 120 secs, now its done in 2!!!)

i just have one question: what exactly does the

GC.Collect()

do? (I&#039;m new in vb.net)

THX a lot again,
Janette</description>
		<content:encoded><![CDATA[<p>Hi Dennis,</p>
<p>thanks a lot for ur code. i had really hard problems to export my datagridview to Excel, because it was too slow (it took about 120 secs, now its done in 2!!!)</p>
<p>i just have one question: what exactly does the</p>
<p>GC.Collect()</p>
<p>do? (I&#8217;m new in vb.net)</p>
<p>THX a lot again,<br />
Janette</p>
]]></content:encoded>
	</item>
</channel>
</rss>
