<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for The Ruby Spreadsheet</title>
	<atom:link href="http://spreadsheet.ch/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://spreadsheet.ch</link>
	<description>Writing and Reading Spreadsheets with Ruby</description>
	<lastBuildDate>Fri, 12 Apr 2013 13:25:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Modifying an exiting Workbook with several Worksheets with the Ruby spreadsheet library by zdavatz</title>
		<link>http://spreadsheet.ch/2011/10/20/modifying-an-exiting-workbook-with-several-worksheets-with-the-ruby-spreadsheet-library/#comment-1581</link>
		<dc:creator><![CDATA[zdavatz]]></dc:creator>
		<pubDate>Fri, 12 Apr 2013 13:25:49 +0000</pubDate>
		<guid isPermaLink="false">http://spreadsheet.ch/?p=141#comment-1581</guid>
		<description><![CDATA[Save to a new file name.]]></description>
		<content:encoded><![CDATA[<p>Save to a new file name.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Modifying an exiting Workbook with several Worksheets with the Ruby spreadsheet library by RoRnetwork</title>
		<link>http://spreadsheet.ch/2011/10/20/modifying-an-exiting-workbook-with-several-worksheets-with-the-ruby-spreadsheet-library/#comment-1580</link>
		<dc:creator><![CDATA[RoRnetwork]]></dc:creator>
		<pubDate>Fri, 12 Apr 2013 13:16:15 +0000</pubDate>
		<guid isPermaLink="false">http://spreadsheet.ch/?p=141#comment-1580</guid>
		<description><![CDATA[Hi,

Have you find any solution to read and write on a same excel file using ruby? If yes please let me know to networkror@gmail.com.

Thanks,

RoRnetwork]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Have you find any solution to read and write on a same excel file using ruby? If yes please let me know to <a href="mailto:networkror@gmail.com">networkror@gmail.com</a>.</p>
<p>Thanks,</p>
<p>RoRnetwork</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting Started with Ruby Spreadsheet by t4t0nk4</title>
		<link>http://spreadsheet.ch/getting-started-with-ruby-spreadsheet/#comment-1475</link>
		<dc:creator><![CDATA[t4t0nk4]]></dc:creator>
		<pubDate>Wed, 20 Mar 2013 22:21:54 +0000</pubDate>
		<guid isPermaLink="false">http://rubyspreadsheet.wordpress.com/?page_id=11#comment-1475</guid>
		<description><![CDATA[book = Spreadsheet.open &#039;\some\path\to\file.xls&#039;
   current = book.worksheet 0
Or if you want
   current = book.worksheet &#039;SheetName&#039;
then
   rowC = current.row(2)
Now you have an array to work with. Column 1 is then rowC[0], column 2 is rowC[1], etc
Convert as necessary.]]></description>
		<content:encoded><![CDATA[<p>book = Spreadsheet.open &#8216;\some\path\to\file.xls&#8217;<br />
   current = book.worksheet 0<br />
Or if you want<br />
   current = book.worksheet &#8216;SheetName&#8217;<br />
then<br />
   rowC = current.row(2)<br />
Now you have an array to work with. Column 1 is then rowC[0], column 2 is rowC[1], etc<br />
Convert as necessary.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Requests for commercial Ruby-Spreadsheet Licences by zdavatz</title>
		<link>http://spreadsheet.ch/2009/04/22/requests-for-commercial-ruby-spreadsheet-licences/#comment-988</link>
		<dc:creator><![CDATA[zdavatz]]></dc:creator>
		<pubDate>Tue, 04 Dec 2012 15:11:40 +0000</pubDate>
		<guid isPermaLink="false">http://rubyspreadsheet.wordpress.com/?p=65#comment-988</guid>
		<description><![CDATA[Spreadsheet has from the beginning been GPLv3. Taking patches from other people means that code goes under GPLv3 as well. They can use the Software as long as they abide by the rules of GPLv3. If you want to use spreadsheet in a closed source project you have to buy a license from us.]]></description>
		<content:encoded><![CDATA[<p>Spreadsheet has from the beginning been GPLv3. Taking patches from other people means that code goes under GPLv3 as well. They can use the Software as long as they abide by the rules of GPLv3. If you want to use spreadsheet in a closed source project you have to buy a license from us.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Requests for commercial Ruby-Spreadsheet Licences by thoran</title>
		<link>http://spreadsheet.ch/2009/04/22/requests-for-commercial-ruby-spreadsheet-licences/#comment-987</link>
		<dc:creator><![CDATA[thoran]]></dc:creator>
		<pubDate>Tue, 04 Dec 2012 00:16:39 +0000</pubDate>
		<guid isPermaLink="false">http://rubyspreadsheet.wordpress.com/?p=65#comment-987</guid>
		<description><![CDATA[What are the legalities of licensing portions of work written by others differently than the licence of those portions?  I suspect that you&#039;d either need the permission of other authors and to have an assignment of their work to the other licence either wholly or on a case-by-case basis, or to rewrite those sections entirely.  Based on this libraries history the library is probably thoroughly &#039;polluted&#039; with mismatching licences.]]></description>
		<content:encoded><![CDATA[<p>What are the legalities of licensing portions of work written by others differently than the licence of those portions?  I suspect that you&#8217;d either need the permission of other authors and to have an assignment of their work to the other licence either wholly or on a case-by-case basis, or to rewrite those sections entirely.  Based on this libraries history the library is probably thoroughly &#8216;polluted&#8217; with mismatching licences.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GIT Code Repository of Ruby Spreadsheet by Jon</title>
		<link>http://spreadsheet.ch/git-code-repository-of-ruby-spreadsheet/#comment-880</link>
		<dc:creator><![CDATA[Jon]]></dc:creator>
		<pubDate>Fri, 21 Sep 2012 19:09:53 +0000</pubDate>
		<guid isPermaLink="false">http://rubyspreadsheet.wordpress.com/?page_id=15#comment-880</guid>
		<description><![CDATA[Thank you! Shortly after posting my comment, I did find your github account with all the latest changes - terrific!]]></description>
		<content:encoded><![CDATA[<p>Thank you! Shortly after posting my comment, I did find your github account with all the latest changes &#8211; terrific!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GIT Code Repository of Ruby Spreadsheet by zdavatz</title>
		<link>http://spreadsheet.ch/git-code-repository-of-ruby-spreadsheet/#comment-879</link>
		<dc:creator><![CDATA[zdavatz]]></dc:creator>
		<pubDate>Fri, 21 Sep 2012 17:13:07 +0000</pubDate>
		<guid isPermaLink="false">http://rubyspreadsheet.wordpress.com/?page_id=15#comment-879</guid>
		<description><![CDATA[Dear Jon

We are on github ;) and the repo is up-to-date.

https://github.com/zdavatz/spreadsheet

The problem is, that rubyforge.org is still alive; but that is just how an open Eco-System works. Stuff grows everywhere.

Best
Zeno]]></description>
		<content:encoded><![CDATA[<p>Dear Jon</p>
<p>We are on github <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  and the repo is up-to-date.</p>
<p><a href="https://github.com/zdavatz/spreadsheet" rel="nofollow">https://github.com/zdavatz/spreadsheet</a></p>
<p>The problem is, that rubyforge.org is still alive; but that is just how an open Eco-System works. Stuff grows everywhere.</p>
<p>Best<br />
Zeno</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GIT Code Repository of Ruby Spreadsheet by Jon</title>
		<link>http://spreadsheet.ch/git-code-repository-of-ruby-spreadsheet/#comment-878</link>
		<dc:creator><![CDATA[Jon]]></dc:creator>
		<pubDate>Fri, 21 Sep 2012 14:27:26 +0000</pubDate>
		<guid isPermaLink="false">http://rubyspreadsheet.wordpress.com/?page_id=15#comment-878</guid>
		<description><![CDATA[I agree with Rubem... I really like the gem and use it regularly, but there are references all over the web for spreadsheet and it is extremely confusing. If you do a search for &#039;ruby spreadsheet gem&#039;, the first link you get is to &quot;spreadsheet.rubyforge.org&quot; and the readme file dated 08.12.2011. Next down is &quot;File: GUIDE.txt [spreadsheet-0.6.5.2 Documentation]&quot;, Next down is &quot;rubyforge.org/projects/spreadsheet/&quot; which is for version 0.6.5.9. When you finally see the link for &quot;spreadsheet.ch&quot; and get over wondering if it&#039;s real or not and go to that, it&#039;s also out of date: October 20, 2011.  The point is that if you were on github you would be much easier to find and get the latest documentation. As it is it&#039;s confusing and frustrating and therefore limits the utility of what is otherwise a very nice piece of code.]]></description>
		<content:encoded><![CDATA[<p>I agree with Rubem&#8230; I really like the gem and use it regularly, but there are references all over the web for spreadsheet and it is extremely confusing. If you do a search for &#8216;ruby spreadsheet gem&#8217;, the first link you get is to &#8220;spreadsheet.rubyforge.org&#8221; and the readme file dated 08.12.2011. Next down is &#8220;File: GUIDE.txt [spreadsheet-0.6.5.2 Documentation]&#8220;, Next down is &#8220;rubyforge.org/projects/spreadsheet/&#8221; which is for version 0.6.5.9. When you finally see the link for &#8220;spreadsheet.ch&#8221; and get over wondering if it&#8217;s real or not and go to that, it&#8217;s also out of date: October 20, 2011.  The point is that if you were on github you would be much easier to find and get the latest documentation. As it is it&#8217;s confusing and frustrating and therefore limits the utility of what is otherwise a very nice piece of code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Requests for commercial Ruby-Spreadsheet Licences by zdavatz</title>
		<link>http://spreadsheet.ch/2009/04/22/requests-for-commercial-ruby-spreadsheet-licences/#comment-818</link>
		<dc:creator><![CDATA[zdavatz]]></dc:creator>
		<pubDate>Wed, 01 Aug 2012 06:26:04 +0000</pubDate>
		<guid isPermaLink="false">http://rubyspreadsheet.wordpress.com/?p=65#comment-818</guid>
		<description><![CDATA[Dear Jeremy

We put it like this:

We don&#039;t want people using our gem in their closed source software. So if the software you wrote to use the spreadsheet gem is not OpenSource and accessible and reusable as such for everyone over the web, then you do need a NonGPL commercial licence from us.

Best
Zeno]]></description>
		<content:encoded><![CDATA[<p>Dear Jeremy</p>
<p>We put it like this:</p>
<p>We don&#8217;t want people using our gem in their closed source software. So if the software you wrote to use the spreadsheet gem is not OpenSource and accessible and reusable as such for everyone over the web, then you do need a NonGPL commercial licence from us.</p>
<p>Best<br />
Zeno</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Requests for commercial Ruby-Spreadsheet Licences by Jeremy Wadsack</title>
		<link>http://spreadsheet.ch/2009/04/22/requests-for-commercial-ruby-spreadsheet-licences/#comment-817</link>
		<dc:creator><![CDATA[Jeremy Wadsack]]></dc:creator>
		<pubDate>Tue, 31 Jul 2012 23:28:10 +0000</pubDate>
		<guid isPermaLink="false">http://rubyspreadsheet.wordpress.com/?p=65#comment-817</guid>
		<description><![CDATA[I&#039;m not sure I understand why you would need a non-GPLv3 licensed version of the library for a *rails* application, unless you were distributing copies of the rails app. If you are just running the app and clients are accessing it, then, as it&#039;s not covered by AGPL, you aren&#039;t required to license or distribute your rails app as (A)GPL. And the output spreadsheets produced by the gem don&#039;t qualify as &quot;covered work&quot;, right?]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure I understand why you would need a non-GPLv3 licensed version of the library for a *rails* application, unless you were distributing copies of the rails app. If you are just running the app and clients are accessing it, then, as it&#8217;s not covered by AGPL, you aren&#8217;t required to license or distribute your rails app as (A)GPL. And the output spreadsheets produced by the gem don&#8217;t qualify as &#8220;covered work&#8221;, right?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
