DEV Community

Discussion on: Handling Excel File with Ruby on Rails

Collapse
 
beauxjames profile image
beauXjames

Being rather new to Ruby I have been trying to leverage RubyXL::Parser.parse_buffer. I have been attempting to use the open-uri library within the core however all of the permutations I have attempted result in some sort of failed attempt. I have no problems opening a file locally, as you have shown above. Have you had any luck with loading a file into a buffer and using this method?