<?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 with Ruby On Rails</title>
	<atom:link href="http://donttrustthisguy.com/2006/07/13/creating-excel-documents-with-ruby-on-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://donttrustthisguy.com/2006/07/13/creating-excel-documents-with-ruby-on-rails/</link>
	<description>Why not take my word for it?</description>
	<lastBuildDate>Wed, 07 Apr 2010 23:55:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: nemeral</title>
		<link>http://donttrustthisguy.com/2006/07/13/creating-excel-documents-with-ruby-on-rails/comment-page-1/#comment-6382</link>
		<dc:creator>nemeral</dc:creator>
		<pubDate>Thu, 25 Jun 2009 03:47:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.donttrustthisguy.com/2006/07/13/creating-excel-documents-with-ruby-on-rails/#comment-6382</guid>
		<description>ups.. sorry, this is the url&lt;a href=&quot;http://github.com/xinuc/ekuseru/tree/master&quot; rel=&quot;nofollow&quot;&gt;http://github.com/xinuc/ekuseru/tree/master&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>ups.. sorry, this is the url<a href="http://github.com/xinuc/ekuseru/tree/master" rel="nofollow">http://github.com/xinuc/ekuseru/tree/master</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nemeral</title>
		<link>http://donttrustthisguy.com/2006/07/13/creating-excel-documents-with-ruby-on-rails/comment-page-1/#comment-6381</link>
		<dc:creator>nemeral</dc:creator>
		<pubDate>Thu, 25 Jun 2009 03:46:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.donttrustthisguy.com/2006/07/13/creating-excel-documents-with-ruby-on-rails/#comment-6381</guid>
		<description>just use this pluginhttp://github.com/xinuc/ekuseru/tree/masterit&#039;s much simple and pretty good.</description>
		<content:encoded><![CDATA[<p>just use this pluginhttp://github.com/xinuc/ekuseru/tree/masterit&#8217;s much simple and pretty good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Banthi</title>
		<link>http://donttrustthisguy.com/2006/07/13/creating-excel-documents-with-ruby-on-rails/comment-page-1/#comment-5859</link>
		<dc:creator>Banthi</dc:creator>
		<pubDate>Mon, 02 Feb 2009 11:24:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.donttrustthisguy.com/2006/07/13/creating-excel-documents-with-ruby-on-rails/#comment-5859</guid>
		<description>this is not the best method I am unable to format the excel sheet in way I want through this method,the best method is to use WIN32OLE gem to create the excel sheet.</description>
		<content:encoded><![CDATA[<p>this is not the best method I am unable to format the excel sheet in way I want through this method,the best method is to use WIN32OLE gem to create the excel sheet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fernando</title>
		<link>http://donttrustthisguy.com/2006/07/13/creating-excel-documents-with-ruby-on-rails/comment-page-1/#comment-5815</link>
		<dc:creator>Fernando</dc:creator>
		<pubDate>Mon, 19 Jan 2009 15:47:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.donttrustthisguy.com/2006/07/13/creating-excel-documents-with-ruby-on-rails/#comment-5815</guid>
		<description>Hi,I want to know how can I write a date in date format not as String.</description>
		<content:encoded><![CDATA[<p>Hi,I want to know how can I write a date in date format not as String.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stj</title>
		<link>http://donttrustthisguy.com/2006/07/13/creating-excel-documents-with-ruby-on-rails/comment-page-1/#comment-5525</link>
		<dc:creator>stj</dc:creator>
		<pubDate>Tue, 16 Dec 2008 13:25:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.donttrustthisguy.com/2006/07/13/creating-excel-documents-with-ruby-on-rails/#comment-5525</guid>
		<description>I was still not able to open a regular XLS spreadsheet.  Still learning the ropes with Ruby and I did try and Google for the error, but no success. I am able to successfully create spreadsheets and write to them, I just cannot read from them.  Any help would be appreciated.

require &#039;rubygems&#039;
require &#039;spreadsheet/excel&#039;
include Spreadsheet
data_root=&quot;c:/projects/&quot;
data_file=&#039;report.xls&#039;
file=data_root+data_file
book = Spreadsheet.open file

My error is: 
private method `open&#039; called for Spreadsheet:Module (NoMethodError)</description>
		<content:encoded><![CDATA[<p>I was still not able to open a regular XLS spreadsheet.  Still learning the ropes with Ruby and I did try and Google for the error, but no success. I am able to successfully create spreadsheets and write to them, I just cannot read from them.  Any help would be appreciated.</p>
<p>require &#8216;rubygems&#8217;<br />
require &#8217;spreadsheet/excel&#8217;<br />
include Spreadsheet<br />
data_root=&#8221;c:/projects/&#8221;<br />
data_file=&#8217;report.xls&#8217;<br />
file=data_root+data_file<br />
book = Spreadsheet.open file</p>
<p>My error is:<br />
private method `open&#8217; called for Spreadsheet:Module (NoMethodError)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: engtech</title>
		<link>http://donttrustthisguy.com/2006/07/13/creating-excel-documents-with-ruby-on-rails/comment-page-1/#comment-4816</link>
		<dc:creator>engtech</dc:creator>
		<pubDate>Wed, 09 Jan 2008 21:16:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.donttrustthisguy.com/2006/07/13/creating-excel-documents-with-ruby-on-rails/#comment-4816</guid>
		<description>@neha: this code uses Spreadsheet::Excel, not Parseexcel

@jim: The link in your example goes to two different excel gems (I think it changed on you)

gem install spreadsheet-excel

require &#039;rubygems&#039;
require &#039;spreadsheet/excel&#039;
include Spreadsheet</description>
		<content:encoded><![CDATA[<p>@neha: this code uses Spreadsheet::Excel, not Parseexcel</p>
<p>@jim: The link in your example goes to two different excel gems (I think it changed on you)</p>
<p>gem install spreadsheet-excel</p>
<p>require &#8216;rubygems&#8217;<br />
require &#8217;spreadsheet/excel&#8217;<br />
include Spreadsheet</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://donttrustthisguy.com/2006/07/13/creating-excel-documents-with-ruby-on-rails/comment-page-1/#comment-4602</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Tue, 25 Sep 2007 07:19:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.donttrustthisguy.com/2006/07/13/creating-excel-documents-with-ruby-on-rails/#comment-4602</guid>
		<description>It&#039;s difficult to diagnose your problem without more information.  What does the system tell you in your logs when it fails?</description>
		<content:encoded><![CDATA[<p>It&#8217;s difficult to diagnose your problem without more information.  What does the system tell you in your logs when it fails?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neha</title>
		<link>http://donttrustthisguy.com/2006/07/13/creating-excel-documents-with-ruby-on-rails/comment-page-1/#comment-4601</link>
		<dc:creator>Neha</dc:creator>
		<pubDate>Tue, 25 Sep 2007 06:37:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.donttrustthisguy.com/2006/07/13/creating-excel-documents-with-ruby-on-rails/#comment-4601</guid>
		<description>Hey, can u tell me what all dependencies to include as i am into a similar situation where i have to generate an excel file and save it somewhere and i dont want to use views for doing that. I tried your example and have also installed the gem parseexcel 0.5.2 but my application is failing at Excel.new(&#039;C:\example.xls&#039;) . Please help.</description>
		<content:encoded><![CDATA[<p>Hey, can u tell me what all dependencies to include as i am into a similar situation where i have to generate an excel file and save it somewhere and i dont want to use views for doing that. I tried your example and have also installed the gem parseexcel 0.5.2 but my application is failing at Excel.new(&#8216;C:\example.xls&#8217;) . Please help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://donttrustthisguy.com/2006/07/13/creating-excel-documents-with-ruby-on-rails/comment-page-1/#comment-4593</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Thu, 20 Sep 2007 21:57:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.donttrustthisguy.com/2006/07/13/creating-excel-documents-with-ruby-on-rails/#comment-4593</guid>
		<description>Sorry the formatting engine I used to use stopped working when I upgraded to the latest version of wordpress :(</description>
		<content:encoded><![CDATA[<p>Sorry the formatting engine I used to use stopped working when I upgraded to the latest version of wordpress <img src='http://donttrustthisguy.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CantReadGood</title>
		<link>http://donttrustthisguy.com/2006/07/13/creating-excel-documents-with-ruby-on-rails/comment-page-1/#comment-4592</link>
		<dc:creator>CantReadGood</dc:creator>
		<pubDate>Thu, 20 Sep 2007 21:45:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.donttrustthisguy.com/2006/07/13/creating-excel-documents-with-ruby-on-rails/#comment-4592</guid>
		<description>what a messy code</description>
		<content:encoded><![CDATA[<p>what a messy code</p>
]]></content:encoded>
	</item>
</channel>
</rss>
