Method: Osheet::Cell#format

Defined in:
lib/osheet/cell.rb

#format(value = nil, opts = {}) ⇒ Object



26
27
28
# File 'lib/osheet/cell.rb', line 26

def format(value=nil, opts={})
  value.nil? ? @format : @format = Format.new(value, opts)
end