Skip to content

Instantly share code, notes, and snippets.

@zephiransas
Created February 8, 2013 05:09
Show Gist options
  • Save zephiransas/4736752 to your computer and use it in GitHub Desktop.
Save zephiransas/4736752 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'roo'
book = Roo::Excelx.new("/Users/zephiransas/Desktop/Book1.xlsx")
book.default_sheet = book.sheets.first
p "--------------"
p book.cell(1, 'A')
p book.cell(1, 'B')
p "--------------"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment