class Roo::Excel2003XML

def to_s(sheet = nil)

mainly for debugging purposes
shows the internal representation of all cells
def to_s(sheet = nil)
  sheet ||= @default_sheet
  read_cells(sheet)
  @cell[sheet].inspect
end