roo-rb / roo-xls

Roo::Xls add support for legacy Excel file standards to Roo.
MIT License
82 stars 82 forks source link

Allow Excel#new to accept streams like Excelx#new #7

Closed kindjar closed 9 years ago

kindjar commented 9 years ago

This allows a StringIO object to be passed into the Roo::Spreadsheet.open call for .xls files (already supported for .xlsx files).

fixes roo-rb/roo-xls/issues/6

heymackey commented 8 years ago

If anyone else is looking for this fix, it's not in v1.0.0 yet. You'll need to point your Gemfile to this repo until another version is cut.