website/index.txt in roo-0.9.4 vs website/index.txt in roo-1.0.0

- old
+ new

@@ -3,12 +3,13 @@ h2. What This gem allows you to access the content of * Open-office spreadsheets (.ods) -* Excel spreadsheets (.xls) and +* Excel spreadsheets (.xls) * Google (online) spreadsheets +* Excel new file format .xlsx h2. Installing <pre syntax="ruby">[sudo] gem install roo</pre> @@ -196,19 +197,19 @@ All methode are the same for OpenOffice-, Excel- and Google-objects. <strike> 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,..). </strike> -Formulas can only be handled in OpenOffice- and Google-spreadsheets. +Formulas can only be handled in OpenOffice-, Excel .XLSX files and Google-spreadsheets. Features in OpenOffice/Excel/Google: table(border:1px solid black). -|feature|Open Office|Excel|Google| -|formulas|yes|no|yes| -|celltype|:percentage|:float|:percentage| -|access|read-only|read-only|read and write| +|feature|Open Office|Excel|Google|Excel .xlsx| +|formulas|yes|no|yes|yes| +|celltype|:percentage|:float|:percentage|:percentage| +|access|read-only|read-only|read and write|read-only| The parseexcel-gem does not support the celltype 'percentage' but uses 'float' instead. This is not a big deal as you can also use 'float' to do calculations with these cells. Old .sxc OpenOffice files are currently not supported - please load these files and save it as an "OpenDocument Spreadsheet (.ods)". @@ -285,15 +286,9 @@ If you don't want to publish the details you can also write me an email and state, that it should not be published - i am just curious to hear, where it is used. h2. Documentation "rdoc":rdoc/index.html - -<strike> -Only the Openoffice- and Excel-parts of this gem are currently working - the Google-Spreadheets are experimental and are currently NOT working. Don't use this! -</strike> - -Google spreadsheet can now be used. h2. Tests and test data There are many test files within the test directory. If you don't want to run unit tests and don't want the test data you can completely delete the 'test' directory within the hierarchy of this gem.