Sha256: d39527662d87fbf86b2410e3e223e5d2ba3c8e3bf43dbf70bc98cb4a4b7477b2

Contents?: true

Size: 150 Bytes

Versions: 10

Compression:

Stored size: 150 Bytes

Contents

require 'spreadsheet'

book = Spreadsheet.open 'tmp.xls'
sheet = book.worksheet 0
sheet.each do |row| puts row[0] end

FileUtils.rm("tmp.xls")

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
shoppe-paypal-1.1.0 vendor/bundle/ruby/2.1.0/gems/roo-1.13.2/test/rm_test.rb
roo-1.13.2 test/rm_test.rb
roo-1.13.1 test/rm_test.rb
roo-1.13.0 test/rm_test.rb
roo-1.12.2 test/rm_test.rb
roo-1.12.1 test/rm_test.rb
roo-1.12.0 test/rm_test.rb
roo-1.11.2 test/rm_test.rb
roo-1.11.1 test/rm_test.rb
roo-1.11.0 test/rm_test.rb