在Rails中使用Google文档预览iframe中的CSV文件

时间:2019-05-29 09:44:48

标签: ruby-on-rails iframe google-docs

我想使用Google文档在iframe中打开CSV文件。任何想法如何打开。因为它给我错误

"There was a problem displaying this image."

这是我的代码

%iframe{:frameborder => "0", :height => "155", :src => "https://docs.google.com/gview?url=#{URI.join(request.url, ff.object.attachment.url)}&embedded=true", :width => "100%"}

0 个答案:

没有答案