I am working on a rails app and I am using paperclip to upload files and I would like to open the file for processing with roo. But the following code is not working for me. xls = Roo::Excel.new(@student.file.path)
Any suggestios?
I am working on a rails app and I am using paperclip to upload files and I would like to open the file for processing with roo. But the following code is not working for me. xls = Roo::Excel.new(@student.file.path)
Any suggestios?