website/index.txt in roo-0.2.0 vs website/index.txt in roo-0.2.1
- old
+ new
@@ -1,10 +1,10 @@
h1. roo
h2. What
-This gem allows you to access the values from open-office documents (.ods).
+This gem allows you to access the content of open-office and Excel spreadsheets (.ods/.xls).
h2. Installing
<pre syntax="ruby">sudo gem install roo</pre>
@@ -102,11 +102,11 @@
You can also access MS-Excel spreadsheat.
Replace Openoffice with
<pre>
-<code>oo = Openoffice.new("/home/tp/Desktop/simple_spreadsheet.xls").
+<code>oo = Excel.new("/home/tp/Desktop/simple_spreadsheet.xls").
</code>
</pre>
all methode are the same for OpenOffice and Excel-objects. The only difference
@@ -138,6 +138,6 @@
Comments are welcome. Send an email to "Thomas Preymesser":mailto:thopre@gmail.com.
h2. Thanks
* "Dr Nic Williams":http://rubyforge.org/users/nicwilliams/ for his wonderful gem '"newgem":http://rubyforge.org/projects/newgem/' which makes it very convenient to create, manage and publish Ruby gems
-* for the Excel-part the 'parseexcel' gem is use. My functions are a convenient wrapper around the functions of this gem
+* for the Excel-part the 'parseexcel' gem is used. My functions are a convenient wrapper around the functions of this gem