Sha256: c87ab53944da880c9ea9a64c7347f9b93d111bdf280c79aa979fb58ed7239565

Contents?: true

Size: 140 Bytes

Versions: 3

Compression:

Stored size: 140 Bytes

Contents

require 'spreadsheet'

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

FileUtils.rm('tmp.xls')

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
roo-xls-1.2.0 test/rm_test.rb
roo-xls-1.1.0 test/rm_test.rb
roo-xls-1.0.0 test/rm_test.rb