https://github.com/woahdae/simple_xlsx_reader?tab=readme-ov-file#summary-now-with-stream-parsing I followed the commands from the 'Summary' and an error occurred at this step ``` rows = doc.sheet.first.rows # <SXR::Document::RowsProxy> ``` ``` rows = doc.sheet.first.rows ^^^^^^ Did you mean? sheets ```
https://github.com/woahdae/simple_xlsx_reader?tab=readme-ov-file#summary-now-with-stream-parsing
I followed the commands from the 'Summary' and an error occurred at this step