simple_xlsx_reader icon indicating copy to clipboard operation
simple_xlsx_reader copied to clipboard

possible typo in the 'Summary' in the README

Open Alibek-B opened this issue 5 months ago • 0 comments

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

Alibek-B avatar Sep 11 '24 10:09 Alibek-B