<?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: XLS Download from PHP Class!</title>
	<atom:link href="http://www.sean-barton.co.uk/2009/01/xls-download-from-php-class/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sean-barton.co.uk/2009/01/xls-download-from-php-class/</link>
	<description>Homepage of Sean Barton, a freelance website developer from Cheshire</description>
	<lastBuildDate>Mon, 23 Aug 2010 00:16:27 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jbogdani</title>
		<link>http://www.sean-barton.co.uk/2009/01/xls-download-from-php-class/comment-page-1/#comment-2001</link>
		<dc:creator>jbogdani</dc:creator>
		<pubDate>Thu, 04 Mar 2010 07:23:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.sean-barton.co.uk/?p=193#comment-2001</guid>
		<description>Hi.
Thank you for your help. I just changed the encoding of my data before packing them and now it works fine!
Here it is the changed function (if anybody needs it):

function cell($value) {
		$value=utf8_decode($value);
		if (is_numeric($value)) {
	... etc ...
		}

		$this-&gt;xls_string .= $value;

		$this-&gt;col++;
	}</description>
		<content:encoded><![CDATA[<p>Hi.<br />
Thank you for your help. I just changed the encoding of my data before packing them and now it works fine!<br />
Here it is the changed function (if anybody needs it):</p>
<p>function cell($value) {<br />
		$value=utf8_decode($value);<br />
		if (is_numeric($value)) {<br />
	&#8230; etc &#8230;<br />
		}</p>
<p>		$this-&gt;xls_string .= $value;</p>
<p>		$this-&gt;col++;<br />
	}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://www.sean-barton.co.uk/2009/01/xls-download-from-php-class/comment-page-1/#comment-1999</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Wed, 03 Mar 2010 16:48:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.sean-barton.co.uk/?p=193#comment-1999</guid>
		<description>Hi there. Glad you are finding it useful. I used to work a lot with UTF8. We used to have to put utf8_decode() on a load of the outputs for various download and output systems. Maybe that will work?

thanks
Sean</description>
		<content:encoded><![CDATA[<p>Hi there. Glad you are finding it useful. I used to work a lot with UTF8. We used to have to put utf8_decode() on a load of the outputs for various download and output systems. Maybe that will work?</p>
<p>thanks<br />
Sean</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jbogdani</title>
		<link>http://www.sean-barton.co.uk/2009/01/xls-download-from-php-class/comment-page-1/#comment-1996</link>
		<dc:creator>jbogdani</dc:creator>
		<pubDate>Wed, 03 Mar 2010 07:55:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.sean-barton.co.uk/?p=193#comment-1996</guid>
		<description>Hello,
thank you very much for your class witch I found very useful and fast.
But I have an encoding problem. I use your class to export data from a MySQL DB via PHP. Both MySQL and PHP work with UTF-8 char encoding, but when I open the xls file all accentuated characters looks strange: &quot;Ã«n&quot; stands for &quot;ë&quot;, etc. Maybe I have to specify character encoding the xls header? Could you help me in any way?
Thank you very much</description>
		<content:encoded><![CDATA[<p>Hello,<br />
thank you very much for your class witch I found very useful and fast.<br />
But I have an encoding problem. I use your class to export data from a MySQL DB via PHP. Both MySQL and PHP work with UTF-8 char encoding, but when I open the xls file all accentuated characters looks strange: &#8220;Ã«n&#8221; stands for &#8220;ë&#8221;, etc. Maybe I have to specify character encoding the xls header? Could you help me in any way?<br />
Thank you very much</p>
]]></content:encoded>
	</item>
</channel>
</rss>
