Skip to content

Instantly share code, notes, and snippets.

@ninjs
Created April 13, 2015 15:04
Show Gist options
  • Save ninjs/04775a2b4172bcdfd6af to your computer and use it in GitHub Desktop.
Save ninjs/04775a2b4172bcdfd6af to your computer and use it in GitHub Desktop.
book = Spreadsheet.open( ARGV.join(' '))
sheet1 = book.worksheet 0
sheet1.each do |row|
x = row[0]
y = row[6]
z = row[24]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment