Skip to content

Instantly share code, notes, and snippets.

@Dysp
Created May 4, 2016 13:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Dysp/c13c791b3e92d206918284d9055dd5e9 to your computer and use it in GitHub Desktop.
Save Dysp/c13c791b3e92d206918284d9055dd5e9 to your computer and use it in GitHub Desktop.
workbook = RubyXL::Parser.parse("testdb.xlsx")
worksheet = workbook[0]
worksheet.each do |row|
val = row[0].value
puts val
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment