roo-rb / roo

Roo provides an interface to spreadsheets of several sorts.
MIT License
2.78k stars 502 forks source link

Patch for invalid value for Integer(): "" #615

Open viktorzimmermann opened 1 month ago

viktorzimmermann commented 1 month ago

When xlsx file has a column of type number but for some reason the cell value is an empty string, line 27 is raising ArgumentError invalid value for Integer(): ""

This is a temporary patch to handle situations where we cannot access/change excel files manually,

574