We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to parse this: https://www.ercot.com/files/docs/2023/02/07/IntGenbyFuel2023.xlsx
Mirrored, as ercot.com geoblocks at least Europe: IntGenbyFuel2023.xlsx
doc = SimpleXlsxReader.open('IntGenbyFuel2023.xlsx') rows = doc.sheets.first.rows => #<SimpleXlsxReader::Document::RowsProxy:0x00007f3df5bb2c60 @load_errors={}, @sheet_parser=nil, @slurped=nil> rows.first NoMethodError: undefined method `parse' for nil:NilClass from /home/morgan/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/simple_xlsx_reader-5.0.0/lib/simple_xlsx_reader/document.rb:97:in `each'
@sheet_parser is nil for all sheets
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Trying to parse this: https://www.ercot.com/files/docs/2023/02/07/IntGenbyFuel2023.xlsx
Mirrored, as ercot.com geoblocks at least Europe: IntGenbyFuel2023.xlsx
@sheet_parser is nil for all sheets
The text was updated successfully, but these errors were encountered: