pythonicrubyist / creek

Ruby library for parsing large Excel files.
http://rubygems.org/gems/creek
MIT License
388 stars 109 forks source link

Access Remote Url file #28

Closed sawantprasann closed 8 years ago

sawantprasann commented 8 years ago

how to access remote url file. when i try Creek::Book.new "https://whateverurl.xlsx" then its show error File https://whateverurl.xlsx not found. any idea how to solve this error.

pythonicrubyist commented 8 years ago

@sawantprasann remote parsing is not supported at this point. I can add it to the backlog for a future release.