Registry / serialization / roo
library3.0.0rbrubygemsunverified

Roo can access the contents of various spreadsheet files including OpenOffice, Excelx, LibreOffice, and CSV.

gem install roo
INSTALL
IMPORT
SIG · ROO
R
roo
serializationrubyv3.0.0
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.

Roo
require 'roo'

Opens and reads an Excel file.

require 'roo' spreadsheet = Roo::Spreadsheet.open('file.xlsx') spreadsheet.each_row_streaming do |row| puts row.map(&:value).join(', ') end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
roo — gem install roo · libregistry