<?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: PHP Excel Reader</title>
	<atom:link href="http://mattkruse.com/2008/12/24/php-excel-reader/feed/" rel="self" type="application/rss+xml" />
	<link>http://mattkruse.com/2008/12/24/php-excel-reader/</link>
	<description></description>
	<lastBuildDate>Tue, 29 Dec 2009 18:57:06 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Matt</title>
		<link>http://mattkruse.com/2008/12/24/php-excel-reader/comment-page-1/#comment-102</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 18 May 2009 15:38:55 +0000</pubDate>
		<guid isPermaLink="false">http://mattkruse.com/2008/12/24/php-excel-reader/#comment-102</guid>
		<description>@gtg489: I considered that, but _ is actually meant to take up the amount of space as the character that follows it. Which is why you often see _) in formats that contain (0.0) for negatives. Making every _ a nbsp would make some too wide and kind of defeat the purpose, IMO. Anyway, suggestions are best made on the Google Group for the library, as there are other people working on improving it now also.</description>
		<content:encoded><![CDATA[<p>@gtg489: I considered that, but _ is actually meant to take up the amount of space as the character that follows it. Which is why you often see _) in formats that contain (0.0) for negatives. Making every _ a nbsp would make some too wide and kind of defeat the purpose, IMO. Anyway, suggestions are best made on the Google Group for the library, as there are other people working on improving it now also.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gtg489w</title>
		<link>http://mattkruse.com/2008/12/24/php-excel-reader/comment-page-1/#comment-101</link>
		<dc:creator>gtg489w</dc:creator>
		<pubDate>Mon, 18 May 2009 10:47:36 +0000</pubDate>
		<guid isPermaLink="false">http://mattkruse.com/2008/12/24/php-excel-reader/#comment-101</guid>
		<description>Matt, you can replace _ with &#160; which is interpreted by browsers as non breaking spaces

Line 864:
// In Excel formats, &quot;_&quot; is used to add spacing, which we can&#039;t do in HTML
$pattern = preg_replace(&quot;/_./&quot;,&quot;&quot;,$pattern);</description>
		<content:encoded><![CDATA[<p>Matt, you can replace _ with &nbsp; which is interpreted by browsers as non breaking spaces</p>
<p>Line 864:<br />
// In Excel formats, &#8220;_&#8221; is used to add spacing, which we can&#8217;t do in HTML<br />
$pattern = preg_replace(&#8221;/_./&#8221;,&#8221;",$pattern);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: microtrash</title>
		<link>http://mattkruse.com/2008/12/24/php-excel-reader/comment-page-1/#comment-99</link>
		<dc:creator>microtrash</dc:creator>
		<pubDate>Fri, 17 Apr 2009 17:50:49 +0000</pubDate>
		<guid isPermaLink="false">http://mattkruse.com/2008/12/24/php-excel-reader/#comment-99</guid>
		<description>template cascade:

use fgetcsv() builtin to php</description>
		<content:encoded><![CDATA[<p>template cascade:</p>
<p>use fgetcsv() builtin to php</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Template Cascade</title>
		<link>http://mattkruse.com/2008/12/24/php-excel-reader/comment-page-1/#comment-83</link>
		<dc:creator>Template Cascade</dc:creator>
		<pubDate>Mon, 23 Feb 2009 04:11:18 +0000</pubDate>
		<guid isPermaLink="false">http://mattkruse.com/2008/12/24/php-excel-reader/#comment-83</guid>
		<description>Do you know of or recommend anything similar to this for .CSV files?  Might cut down on some development time for a little project of mine.  Thanks</description>
		<content:encoded><![CDATA[<p>Do you know of or recommend anything similar to this for .CSV files?  Might cut down on some development time for a little project of mine.  Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kirk837</title>
		<link>http://mattkruse.com/2008/12/24/php-excel-reader/comment-page-1/#comment-82</link>
		<dc:creator>kirk837</dc:creator>
		<pubDate>Thu, 12 Feb 2009 00:37:25 +0000</pubDate>
		<guid isPermaLink="false">http://mattkruse.com/2008/12/24/php-excel-reader/#comment-82</guid>
		<description>&quot;some problem with translating times&quot;:  Are you in the Eastern time zone (-5)?  
This looks like either a problem with a GMT default for display, or a server-client time difference.  Or perhaps there is some problem with translating times, but doesn&#039;t seem likely, does it?

I&#039;m just starting getting familiar with your AJAX toolbox -- no real experience yet, but it sure looks good.
Thanks,
Kim Kirkpatrick</description>
		<content:encoded><![CDATA[<p>&#8220;some problem with translating times&#8221;:  Are you in the Eastern time zone (-5)?<br />
This looks like either a problem with a GMT default for display, or a server-client time difference.  Or perhaps there is some problem with translating times, but doesn&#8217;t seem likely, does it?</p>
<p>I&#8217;m just starting getting familiar with your AJAX toolbox &#8212; no real experience yet, but it sure looks good.<br />
Thanks,<br />
Kim Kirkpatrick</p>
]]></content:encoded>
	</item>
</channel>
</rss>
