Skip to content

Instantly share code, notes, and snippets.

@nakamura-akifumi
Created August 7, 2012 12:17
Show Gist options
  • Save nakamura-akifumi/3284849 to your computer and use it in GitHub Desktop.
Save nakamura-akifumi/3284849 to your computer and use it in GitHub Desktop.
RubyからExcel(xlsx)を読む
require 'rubygems'
require 'roo'
book = Excelx.new("sequence.xlsx")
puts book.sheets
puts "sheets.count=#{book.sheets.count}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment