Open muraaano opened 3 years ago
I found a bug and this PR to fix that.
Roo::Link.new
How to produce bug:
xlsx = Roo::Spreadsheet.open(Rails.root.join("datetime_with_link.xlsx").to_s) xlsx.info
TypeError (no implicit conversion of Float into String)
- [datetime_with_link.xlsx](https://github.com/Samemura/roo/blob/1a2327eb5f859caa4d9c9b7fff6ca90bd16822ca/datetime_with_link.xlsx) is here
I appreciate if this patch make gem better. Feel free to comment better implementation or anythingelse. Thanks.
Summary
I found a bug and this PR to fix that.
Bug
Roo::Link.new
. It cause type error from float to string.How to produce bug:
TypeError (no implicit conversion of Float into String)
Other Information
I appreciate if this patch make gem better. Feel free to comment better implementation or anythingelse. Thanks.