<?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: Creating Excel documents in PHP</title>
	<atom:link href="http://www.codediesel.com/php/creating-excel-documents-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codediesel.com/php/creating-excel-documents-in-php/</link>
	<description>/* PHP &#38; MySQL Journal */</description>
	<lastBuildDate>Fri, 27 Jan 2012 16:39:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Andreas E.</title>
		<link>http://www.codediesel.com/php/creating-excel-documents-in-php/comment-page-1/#comment-1640</link>
		<dc:creator>Andreas E.</dc:creator>
		<pubDate>Tue, 19 Jan 2010 14:49:40 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=3#comment-1640</guid>
		<description>yup, but you MUST install OLE too, which is a dependency of SEW, otherwise nothing will work.</description>
		<content:encoded><![CDATA[<p>yup, but you MUST install OLE too, which is a dependency of SEW, otherwise nothing will work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sameer</title>
		<link>http://www.codediesel.com/php/creating-excel-documents-in-php/comment-page-1/#comment-1295</link>
		<dc:creator>sameer</dc:creator>
		<pubDate>Wed, 22 Jul 2009 03:44:07 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=3#comment-1295</guid>
		<description>Its in the PEAR &#039;Excel Writer&#039; library</description>
		<content:encoded><![CDATA[<p>Its in the PEAR &#8216;Excel Writer&#8217; library</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: unknowMan</title>
		<link>http://www.codediesel.com/php/creating-excel-documents-in-php/comment-page-1/#comment-1294</link>
		<dc:creator>unknowMan</dc:creator>
		<pubDate>Tue, 21 Jul 2009 21:26:11 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=3#comment-1294</guid>
		<description>require_once &#039;Spreadsheet/Excel/Writer.php&#039;;
is this file in the PHP library?</description>
		<content:encoded><![CDATA[<p>require_once &#8216;Spreadsheet/Excel/Writer.php&#8217;;<br />
is this file in the PHP library?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: frezz</title>
		<link>http://www.codediesel.com/php/creating-excel-documents-in-php/comment-page-1/#comment-1267</link>
		<dc:creator>frezz</dc:creator>
		<pubDate>Thu, 25 Jun 2009 08:59:13 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=3#comment-1267</guid>
		<description>a nice post! it&#039;s so helpful..
now,how if i want to export from php but i&#039;ve data from database and use adodb library.
i&#039;ve tried like this :  $worksheet1-&gt;write_string(5,0,$res-&gt;fields[NAME]);
But it&#039;s also not worked...
thanks</description>
		<content:encoded><![CDATA[<p>a nice post! it&#8217;s so helpful..<br />
now,how if i want to export from php but i&#8217;ve data from database and use adodb library.<br />
i&#8217;ve tried like this :  $worksheet1-&gt;write_string(5,0,$res-&gt;fields[NAME]);<br />
But it&#8217;s also not worked&#8230;<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven</title>
		<link>http://www.codediesel.com/php/creating-excel-documents-in-php/comment-page-1/#comment-1113</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Thu, 12 Mar 2009 07:42:09 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=3#comment-1113</guid>
		<description>... I&#039;ll have a try. Thanks!</description>
		<content:encoded><![CDATA[<p>&#8230; I&#8217;ll have a try. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sameer</title>
		<link>http://www.codediesel.com/php/creating-excel-documents-in-php/comment-page-1/#comment-1112</link>
		<dc:creator>sameer</dc:creator>
		<pubDate>Wed, 11 Mar 2009 14:56:35 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=3#comment-1112</guid>
		<description>Not that I know of. You can try one of these although they are for .NET languages. The first one can also be used with PHP as said on their web page.

1. http://www.aspose.com/categories/file-format-components/aspose.cells-for-.net-and-java/default.aspx
2. http://www.carlosag.net/Tools/ExcelXmlWriter/
3. http://www.codeplex.com/ExcelPackage</description>
		<content:encoded><![CDATA[<p>Not that I know of. You can try one of these although they are for .NET languages. The first one can also be used with PHP as said on their web page.</p>
<p>1. <a href="http://www.aspose.com/categories/file-format-components/aspose.cells-for-.net-and-java/default.aspx" rel="nofollow">http://www.aspose.com/categories/file-format-components/aspose.cells-for-.net-and-java/default.aspx</a><br />
2. <a href="http://www.carlosag.net/Tools/ExcelXmlWriter/" rel="nofollow">http://www.carlosag.net/Tools/ExcelXmlWriter/</a><br />
3. <a href="http://www.codeplex.com/ExcelPackage" rel="nofollow">http://www.codeplex.com/ExcelPackage</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven</title>
		<link>http://www.codediesel.com/php/creating-excel-documents-in-php/comment-page-1/#comment-1111</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Wed, 11 Mar 2009 13:45:11 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=3#comment-1111</guid>
		<description>OK, it doesn&#039;t work with PEAR’s ‘Excel Writer’ ... are there any other ways to create excel files with VBA code inside from a web server?</description>
		<content:encoded><![CDATA[<p>OK, it doesn&#8217;t work with PEAR’s ‘Excel Writer’ &#8230; are there any other ways to create excel files with VBA code inside from a web server?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sameer</title>
		<link>http://www.codediesel.com/php/creating-excel-documents-in-php/comment-page-1/#comment-1110</link>
		<dc:creator>sameer</dc:creator>
		<pubDate>Wed, 11 Mar 2009 10:11:24 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=3#comment-1110</guid>
		<description>No you cannot put macros using PEAR::Spreadsheet_Excel_Writer.</description>
		<content:encoded><![CDATA[<p>No you cannot put macros using PEAR::Spreadsheet_Excel_Writer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven</title>
		<link>http://www.codediesel.com/php/creating-excel-documents-in-php/comment-page-1/#comment-1109</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Wed, 11 Mar 2009 09:52:43 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=3#comment-1109</guid>
		<description>I understood how to fill an excel file witha data. But how can I add makro VBA code to the excel file, so that the user has a set of working makros delivered with the data. Thanks in advance, Steven.</description>
		<content:encoded><![CDATA[<p>I understood how to fill an excel file witha data. But how can I add makro VBA code to the excel file, so that the user has a set of working makros delivered with the data. Thanks in advance, Steven.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.437 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-08 12:38:04 -->

