我想使用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%"}