roo and paperclip in rails app

177 views Asked by At

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?

0

There are 0 answers