Sha256: fb3e10816bc316954470edf403d27c41ff6f8c88e9253b83dc4b9e8073871095

Contents?: true

Size: 241 Bytes

Versions: 9

Compression:

Stored size: 241 Bytes

Contents

require "test_helper"

class TestRooOpenOffice < Minitest::Test
  def test_libre_office
    oo = Roo::LibreOffice.new(File.join(TESTDIR, "numbers1.ods"))
    oo.default_sheet = oo.sheets.first
    assert_equal 41, oo.cell("a", 12)
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
roo-2.10.1 test/roo/test_libre_office.rb
roo-2.10.0 test/roo/test_libre_office.rb
roo-2.9.0 test/roo/test_libre_office.rb
roo-2.8.3 test/roo/test_libre_office.rb
roo-2.8.2 test/roo/test_libre_office.rb
roo-2.8.1 test/roo/test_libre_office.rb
roo-2.8.0 test/roo/test_libre_office.rb
roo-2.7.1 test/roo/test_libre_office.rb
roo-2.7.0 test/roo/test_libre_office.rb