-
Notifications
You must be signed in to change notification settings - Fork 503
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Opening an IO stream or a file ? #75
Comments
Is anyone still interested in this feature? |
I would definitely be interested in something like this. Would be very handy to create a placeholder object that has the same interface as a Roo::CSV instance. For instance, right now, I'm wanting a default instance of Roo::CSV.new(StringIO.new('')). The current code is using a default value of nil which naturally trickles up to elsewhere in the code throwing an "undefined method ... for nil:NilClass". Being able to create, in effect, a null object that responds to the Roo::CSV interface would be helpful. |
Fixes roo-rb#75 allow Roo::Excelx to open streams
Fixes #75 allow Roo::Excelx to open streams
This fix doesn't work for ROO::CSV yet |
+ Fixes roo-rb#75 for CSV
Hi,
In CSV we have the facility to open an IO stream or a file
or
Is it possible to just give roo an IO stream if I can specify its type and parse?
I want to open excel based files without hitting the file system is this possible
Many thanks in advance.
Kind regards,
Carl
The text was updated successfully, but these errors were encountered: