Registry / serialization / creek
library2.6.3rbrubygemsunverified

Creek streams and parses large Excel (.xlsx and .xlsm) files efficiently in Ruby.

gem install creek
INSTALL
IMPORT
SIG · CREEK
C
creek
serializationrubyv2.6.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Creek
✓ require 'creek'

Stream rows from a large Excel file.

require 'creek' book = Creek::Book.new 'large_file.xlsx' sheet = book.sheets[0] sheet.rows.each { |row| puts row }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.6.3latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Resources
creek — gem install creek · libregistry