0
我想使用Paperclip導入一個excel文件並將其保存到S3,然後使用Roo gem提取和分析。使用Paperclip,S3和Roo導入excel文件
當我嘗試這樣的事:
@excel = Excel.new(@manifest.attachment.url)
我得到以下錯誤:
http://s3.amazonaws.com/mybucket/attachments/22/manifest.xls?1343835058 is not an Excel file
我猜對文件名末尾附加時間戳導致袋鼠不去想這是一個Excel文件。
我該如何解決這個問題?
我可以驗證這對我有效。 – J3RN 2014-03-08 20:15:23