You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ruby-roo
In the README.txt file
s = Openoffice.new("myspreadsheet.ods") # creates an
Openoffice Spreadsheet instance
s = Excel.new("myspreadsheet.xls") # creates an Excel
Spreadsheet instance
s = Google.new("myspreadsheetkey_at_google") # creates an Google
Spreadsheet instance
s = Excelx.new("myspreadsheet.xlsx") # creates an Excel
Spreadsheet instance for Excel .xlsx files
These seem needless to me why not have.
s = Spreadsheet.new or s = Sheet.new() and it auto detects the file
type?
you could also have s.doc_type "Excelx" or "OpenOffice".....
Also just to give a more unified tool why not add support for csv so
Csv.new('blah.csv').