website/index.html in roo-0.5.4 vs website/index.html in roo-0.6.0
- old
+ new
@@ -31,11 +31,11 @@
<div id="main">
<h1>roo</h1>
<div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/roo"; return false'>
Get Version
- <a href="http://rubyforge.org/projects/roo" class="numbers">0.5.4</a>
+ <a href="http://rubyforge.org/projects/roo" class="numbers">0.6.0</a>
</div>
<h2>What</h2>
<p>This gem allows you to access the content of open-office and Excel spreadsheets (.ods/.xls).</p>
@@ -211,10 +211,32 @@
<p>This is not limited to a Rails application – you can also do further evaluations with your data.</p>
+ <h3><span class="caps">CSV</span>-Output</h3>
+
+
+ <p>You can generate output in csv-format with</p>
+
+
+<pre>
+<code>
+oo.to_csv
+</code>
+</pre>
+
+to write to the standard output or
+<pre>
+<code>
+oo.to_csv("somefile.txt")
+</code>
+</pre>
+
+ <p>to write to a file.</p>
+
+
<h3>Using MS-Excel spreadsheets</h3>
<p>You can also access MS-Excel spreadsheat.</p>
@@ -228,13 +250,10 @@
<p>All methode are the same for OpenOffice and Excel-objects. The only difference
is the setting of the default-worksheet. OpenOffice uses the name of the worksheet whereas Excel needs the index of the worksheet (1,2,3,..).</p>
- <p><span class="caps">EDIT</span>: since the release 0.4.2, default_sheet in Excel-object can be handled with names like the Openoffice-sheet.</p>
-
-
<p>Formulas can only be handled in OpenOffice-spreadsheets.</p>
<p>Features in OpenOffice and Excel:</p>
@@ -244,15 +263,10 @@
<td>feature</td>
<td>Open Office</td>
<td>Excel</td>
</tr>
<tr>
- <td>default_sheet</td>
- <td>as name</td>
- <td>as number or name (>=0.4.2)</td>
- </tr>
- <tr>
<td>formulas</td>
<td>yes</td>
<td>no</td>
</tr>
<tr>
@@ -396,10 +410,10 @@
<li><a href="http://rubyforge.org/users/nicwilliams/">Dr Nic Williams</a> for his wonderful gem ‘<a href="http://rubyforge.org/projects/newgem/">newgem</a>’ which makes it very convenient to create, manage and publish Ruby gems</li>
<li>for the Excel-part the <a href="http://rubyforge.org/projects/spreadsheet/">spreadsheet</a> gem is used. My functions are a convenient wrapper around the functions of this gem</li>
<li>Dirk Huth fürs Testen unter Windows</li>
</ul>
<p class="coda">
- <a href="mailto:drnicwilliams@gmail.com">Dr Nic</a>, 26th August 2007<br>
+ <a href="mailto:drnicwilliams@gmail.com">Dr Nic</a>, 3rd October 2007<br>
Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a>
</p>
</div>
<!-- insert site tracking codes here, like Google Urchin -->