<?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: Create Excel .xls files with ASP</title>
	<atom:link href="http://www.justin-cook.com/wp/2006/11/21/create-excel-xls-files-with-asp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.justin-cook.com/wp/2006/11/21/create-excel-xls-files-with-asp/</link>
	<description>A web, games, technology, programming and SEO blog by Justin Cook</description>
	<lastBuildDate>Wed, 04 Jan 2012 07:53:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Eduardo WB</title>
		<link>http://www.justin-cook.com/wp/2006/11/21/create-excel-xls-files-with-asp/comment-page-1/#comment-156602</link>
		<dc:creator>Eduardo WB</dc:creator>
		<pubDate>Wed, 07 Apr 2010 13:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.justin-cook.com/wp/2006/11/21/create-excel-xls-files-with-asp/#comment-156602</guid>
		<description>Hello!
I found this so interesting, that I translated and shared the info on a brazillian forum. I gave you the credits.

The translation may be found here &gt;&gt;&gt; http://www.canaldev.com.br/topico/564-relatorio-xls/page__gopid__3035&amp;#entry3035

if you disagree with it, mail me and I will remove the translation.

Thanks for this solution!</description>
		<content:encoded><![CDATA[<p>Hello!<br />
I found this so interesting, that I translated and shared the info on a brazillian forum. I gave you the credits.</p>
<p>The translation may be found here &gt;&gt;&gt; <a href="http://www.canaldev.com.br/topico/564-relatorio-xls/page__gopid__3035&#038;#entry3035" rel="nofollow">http://www.canaldev.com.br/topico/564-relatorio-xls/page__gopid__3035&#038;#entry3035</a></p>
<p>if you disagree with it, mail me and I will remove the translation.</p>
<p>Thanks for this solution!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Valeda</title>
		<link>http://www.justin-cook.com/wp/2006/11/21/create-excel-xls-files-with-asp/comment-page-1/#comment-144852</link>
		<dc:creator>Valeda</dc:creator>
		<pubDate>Mon, 08 Sep 2008 12:54:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.justin-cook.com/wp/2006/11/21/create-excel-xls-files-with-asp/#comment-144852</guid>
		<description>Do you know if there is a way to force the worksheet to be &#039;Sheet1&#039;?</description>
		<content:encoded><![CDATA[<p>Do you know if there is a way to force the worksheet to be &#039;Sheet1&#039;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Bossie</title>
		<link>http://www.justin-cook.com/wp/2006/11/21/create-excel-xls-files-with-asp/comment-page-1/#comment-66658</link>
		<dc:creator>Peter Bossie</dc:creator>
		<pubDate>Mon, 17 Mar 2008 00:41:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.justin-cook.com/wp/2006/11/21/create-excel-xls-files-with-asp/#comment-66658</guid>
		<description>Took mine just one step further.  My manager wanted the spreadsheet to have a pre-defined name which included the current date (for example, let&#039;s say something like &quot;HardwareInventory-2008-03-16.xls&quot;).  Pretty simple to do:

Dim dtDateStamp
dtDateStamp = now()
Dim strFileName
strFileName = &quot;HardwareInventory-&quot; &amp; year(dtDateStamp) &amp; &quot;-&quot; &amp; month(dtDateStamp) &amp; &quot;-&quot; &amp; day(dtDateStamp)
Response.ContentType = &quot;application/vnd.ms-excel&quot;
Response.AddHeader &quot;Content-Disposition&quot;, &quot;filename=&quot;&amp;strFileName&amp;&quot;.xls&quot;</description>
		<content:encoded><![CDATA[<p>Took mine just one step further.  My manager wanted the spreadsheet to have a pre-defined name which included the current date (for example, let&#039;s say something like &#034;HardwareInventory-2008-03-16.xls&#034;).  Pretty simple to do:</p>
<p>Dim dtDateStamp<br />
dtDateStamp = now()<br />
Dim strFileName<br />
strFileName = &#034;HardwareInventory-&#034; &amp; year(dtDateStamp) &amp; &#034;-&#034; &amp; month(dtDateStamp) &amp; &#034;-&#034; &amp; day(dtDateStamp)<br />
Response.ContentType = &#034;application/vnd.ms-excel&#034;<br />
Response.AddHeader &#034;Content-Disposition&#034;, &#034;filename=&#034;&amp;strFileName&amp;&#034;.xls&#034;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
