Skip to content

Instantly share code, notes, and snippets.

@sr3d
Created October 11, 2010 18:50
Show Gist options
  • Save sr3d/621019 to your computer and use it in GitHub Desktop.
Save sr3d/621019 to your computer and use it in GitHub Desktop.
# for roo gem to parse XML
gem 'ruby-ole-patched-for-home_run'
gem 'rubyzip' # required for roo
gem 'spreadsheet' # require for roo
gem 'nokogiri'
gem 'roo', :git => 'http://github.com/sr3d/roo.git', :branch => 'nokogiri'
# gem 'roo' # for Excel parsing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment