I am trying to read an Excel spreadsheet file with Ruby, but it is not reading the content of the file.
This is my script
book = Spreadsheet.open \'
Is it a one line file? If so you need:
puts row[0];