Sha256: 89811c57fca8fd4c5adee8afa4d26cc14a3b157fd7ee1189de5b1861573c1671

Contents?: true

Size: 273 Bytes

Versions: 13

Compression:

Stored size: 273 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

13 entries across 13 versions & 4 rubygems

Version Path
roo-2.0.1 test/all_ss.rb
culturecode-roo-2.0.2 test/all_ss.rb
culturecode-roo-2.0.1 test/all_ss.rb
shoppe-paypal-1.1.0 vendor/bundle/ruby/2.1.0/gems/roo-1.13.2/test/all_ss.rb
roo-2.0.0 test/all_ss.rb
roo-2.0.0beta1 test/all_ss.rb
roo-andyw8-2.0.0 test/all_ss.rb
roo-1.13.2 test/all_ss.rb
roo-1.13.1 test/all_ss.rb
roo-1.13.0 test/all_ss.rb
roo-1.12.2 test/all_ss.rb
roo-1.12.1 test/all_ss.rb
roo-1.12.0 test/all_ss.rb