roo-rb / roo-xls

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

Does not support method ```each_row_streaming``` #14

Closed bramski closed 6 years ago

bramski commented 8 years ago

This is a method that base Roo::Base supports, but this gem does not.

distroid commented 6 years ago

how fix it?

sektorcap commented 6 years ago

+1

caiotkt commented 6 years ago

+1

tgturner commented 6 years ago

Unfortunately it will not be possible to suppourt this for XLS. XLS is a binary format and we rely on the spreadsheet gem to interpret it. Nokogiri, which we rely on for roo allows us to stream XLSX content as XLSX are XML files.