website/index.html in roo-0.1.2 vs website/index.html in roo-0.2.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.1.2</a>
+ <a href="http://rubyforge.org/projects/roo" class="numbers">0.2.0</a>
</div>
<h2>What</h2>
<p>This gem allows you to access the values from open-office documents (.ods).</p>
@@ -146,16 +146,39 @@
<code>
8 4.upto(oo.last_row) do |line|
</code>
</pre>
+ <h3>Using MS-Excel spreadsheets</h3>
+
+
+ <p>You can also access MS-Excel spreadsheat.</p>
+
+
+Replace Openoffice with
+<pre>
+<code>oo = Openoffice.new("/home/tp/Desktop/simple_spreadsheet.xls").
+
+</code>
+</pre>
+
+ <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>
+
+
<h2>Documentation</h2>
<p><a href="rdoc/index.html">rdoc</a></p>
+ <h2>Feature Requests / Bugs</h2>
+
+
+ <p>Submit Feature Requests and bugs here: <a href="http://rubyforge.org/tracker/?group_id=3729">http://rubyforge.org/tracker/?group_id=3729</a></p>
+
+
<h2>Forum</h2>
<p><a href="http://groups.google.com/group/ruby-roo">http://groups.google.com/group/ruby-roo</a></p>
@@ -174,11 +197,20 @@
<h2>Contact</h2>
<p>Comments are welcome. Send an email to <a href="mailto:thopre@gmail.com">Thomas Preymesser</a>.</p>
+
+
+ <h2>Thanks</h2>
+
+
+ <ul>
+ <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 ‘parseexcel’ gem is use. My functions are a convenient wrapper around the functions of this gem</li>
+ </ul>
<p class="coda">
- <a href="mailto:drnicwilliams@gmail.com">Dr Nic</a>, 31st May 2007<br>
+ <a href="mailto:drnicwilliams@gmail.com">Dr Nic</a>, 1st June 2007<br>
Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a>
</p>
</div>
<!-- insert site tracking codes here, like Google Urchin -->