class Roo::Excelx::Cell::String

Attributes

cell_value[R]
coordinate[R]
format[R]
formula[R]
value[R]

Public Class Methods

new(value, formula, style, link, coordinate) click to toggle source
Calls superclass method Roo::Excelx::Cell::Base::new
# File lib/roo/excelx/cell/string.rb, line 9
def initialize(value, formula, style, link, coordinate)
  super(value, formula, nil, style, link, coordinate)
end

Public Instance Methods

empty?() click to toggle source
# File lib/roo/excelx/cell/string.rb, line 13
def empty?
  value.empty?
end