Sha256: 4fc4f6329acaf056f7b2423ebd614fec64a66c0e94635ae150fff00e6391946f

Contents?: true

Size: 276 Bytes

Versions: 19

Compression:

Stored size: 276 Bytes

Contents

require 'roo'

Dir.glob('test/files/*.ods').each do |fn|
  begin
    oo = Roo::OpenOffice.new fn
    print "#{File.basename(fn)} "
    puts oo.officeversion
  rescue Zip::ZipError, Errno::ENOENT => e
    # file is not a real .ods spreadsheet file
    puts e.message
  end
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
roo-2.10.1 test/all_ss.rb
roo-2.10.0 test/all_ss.rb
roo-2.9.0 test/all_ss.rb
roo-2.8.3 test/all_ss.rb
roo-2.8.2 test/all_ss.rb
roo-2.8.1 test/all_ss.rb
roo-2.8.0 test/all_ss.rb
roo-2.7.1 test/all_ss.rb
roo-2.7.0 test/all_ss.rb
roo-2.6.0 test/all_ss.rb
roo-2.5.1 test/all_ss.rb
roo-2.5.0 test/all_ss.rb
roo-2.4.0 test/all_ss.rb
roo-2.3.2 test/all_ss.rb
roo-2.3.1 test/all_ss.rb
roo-2.3.0 test/all_ss.rb
roo-2.2.0 test/all_ss.rb
roo-2.1.1 test/all_ss.rb
roo-2.1.0 test/all_ss.rb