pythonicrubyist / creek

Ruby library for parsing large Excel files.
http://rubygems.org/gems/creek
MIT License
386 stars 109 forks source link

Is there a method for accessing the row count in a file? #104

Closed pedromacoritto closed 1 year ago

pedromacoritto commented 2 years ago

Wondering if there is a quick way to determine the number of rows.

Like as wc -l for CSV files.

pythonicrubyist commented 1 year ago

No, that would require pre-loading the whole file to memory that makes it very slow.