lib/roo/excelx.rb in roo-1.13.1 vs lib/roo/excelx.rb in roo-1.13.2
- old
+ new
@@ -374,10 +374,10 @@
v.to_f*(24*60*60)
else
v
end
- @cell[sheet][key] = Spreadsheet::Link.new(@hyperlink[sheet][key], @cell[sheet][key]) if hyperlink?(y,x+i)
+ @cell[sheet][key] = Spreadsheet::Link.new(@hyperlink[sheet][key], @cell[sheet][key].to_s) if hyperlink?(y,x+i)
@excelx_type[sheet] ||= {}
@excelx_type[sheet][key] = excelx_type
@excelx_value[sheet] ||= {}
@excelx_value[sheet][key] = excelx_value
@s_attribute[sheet] ||= {}