class Roo::Excelx::Cell::Empty
Attributes
cell_type[R]
cell_value[R]
coordinate[R]
format[R]
formula[R]
value[R]
Public Class Methods
new(coordinate)
click to toggle source
# File lib/roo/excelx/cell/empty.rb, line 10 def initialize(coordinate) @coordinate = coordinate end
Public Instance Methods
empty?()
click to toggle source
# File lib/roo/excelx/cell/empty.rb, line 14 def empty? true end