lib/roo/excel.rb in roo-0.2.3 vs lib/roo/excel.rb in roo-0.2.4

- old
+ new

@@ -48,10 +48,10 @@ # p "celltype: " # p cell.type case cell.type when :numeric then return cell.to_i when :text then return cell.to_s('latin1') - when :date then return cell.date.to_s + when :date then return cell.date else return cell.to_s end end line += 1