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