Sha256: 0245af15480d310058d82d3c0b9df2f5dbdbd2a104942ad5558553237848cdb8

Contents?: true

Size: 379 Bytes

Versions: 8

Compression:

Stored size: 379 Bytes

Contents

module Roo
  class Excelx
    class Cell
      class Empty < Cell::Base
        attr_reader :value, :formula, :format, :cell_type, :cell_value, :coordinate

        attr_reader_with_default default_type: nil, style: nil

        def initialize(coordinate)
          @coordinate = coordinate
        end

        def empty?
          true
        end
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
roo-2.10.1 lib/roo/excelx/cell/empty.rb
roo-2.10.0 lib/roo/excelx/cell/empty.rb
roo-2.9.0 lib/roo/excelx/cell/empty.rb
ruh-roo-3.0.1 lib/roo/excelx/cell/empty.rb
roo-2.8.3 lib/roo/excelx/cell/empty.rb
roo-2.8.2 lib/roo/excelx/cell/empty.rb
roo-2.8.1 lib/roo/excelx/cell/empty.rb
roo-2.8.0 lib/roo/excelx/cell/empty.rb