You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for filing an issue. Following these instructions will help us solve your problem sooner.
Steps to reproduce
Issue
I have an xlsx file and I want to check first sheet's first_row. But I get this error: invalid value for Integer(): "". If I edit the sheet name the error goes. I checked the solution: 478 and new version of roo gem.
The code is:
defread_excelspread_sheet=Roo::Spreadsheet.open(file_path).sheet(0)ifspread_sheet.first_row.blank?# throws the error (invalid value for Integer(): "")failErrors::ExcelImport::EmptyFileendspread_sheetend
System configuration
Roo version:
2.7.1
Ruby version:
2.7.2
The text was updated successfully, but these errors were encountered:
Thanks for filing an issue. Following these instructions will help us solve your problem sooner.
Steps to reproduce
Issue
I have an xlsx file and I want to check first sheet's first_row. But I get this error:
invalid value for Integer(): ""
. If I edit the sheet name the error goes. I checked the solution: 478 and new version of roo gem.The code is:
System configuration
Roo version:
2.7.1
Ruby version:
2.7.2
The text was updated successfully, but these errors were encountered: