Method: Roo::OpenOffice#to_s

Defined in:
lib/roo/open_office.rb

#to_s(sheet = nil) ⇒ Object

shows the internal representation of all cells mainly for debugging purposes



170
171
172
173
174
# File 'lib/roo/open_office.rb', line 170

def to_s(sheet = nil)
  sheet ||= default_sheet
  read_cells(sheet)
  @cell[sheet].inspect
end