Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我曾尝试使用 to_xls 导出数据,但是有没有什么好的方法可以从 rails 中的 2 个不同表导出 excel 文件中的数据。例如,我现在有一个用户表和用户详细信息表,我希望我的 excel 文件包含这两个表的记录..
你试过这个
`send_data book, :filename => "sample.xls", :type => "application/vnd.ms-excel"`
`