Class: OOXL::BlankCell

Inherits:
Cell
  • Object
show all
Defined in:
lib/ooxl/xl_objects/cell.rb

Constant Summary

Constants included from Util

Util::COLUMN_LETTERS

Instance Attribute Summary collapse

Attributes inherited from Cell

#formula, #shared_strings, #style_id, #styles, #type_id

Instance Method Summary collapse

Methods inherited from Cell

#column, extract_value, #fill, #font, load_from_node, #next_id, #number_format, #row, #style, #type

Methods included from Util

#column_letter_to_number, #column_number_to_letter, #letter_equivalent, #letter_index, #node_attribute_value, #node_value_extractor, #to_column_letter, #uniform_reference

Constructor Details

#initialize(id) ⇒ BlankCell

Returns a new instance of BlankCell.



127
128
129
# File 'lib/ooxl/xl_objects/cell.rb', line 127

def initialize(id)
  @id = id
end

Instance Attribute Details

#idObject (readonly)

Returns the value of attribute id.



125
126
127
# File 'lib/ooxl/xl_objects/cell.rb', line 125

def id
  @id
end

Instance Method Details

#valueObject



131
132
133
# File 'lib/ooxl/xl_objects/cell.rb', line 131

def value
  nil
end