if celltype(row, col, sheet) == :date
      yyyy, mm, dd = @cell[sheet][[row, col]].split('-')
      return Date.new(yyyy.to_i, mm.to_i, dd.to_i)