开发者

Rails 3: Return .XLS or .CSV?

开发者 https://www.devze.com 2023-03-05 19:08 出处:网络
How can I respond wit开发者_StackOverflow社区h a .xls file? Do I have to generate it myself or Rails does that for me?

How can I respond wit开发者_StackOverflow社区h a .xls file? Do I have to generate it myself or Rails does that for me?

Thanks


Rails will not do that for you out of the box, but they are gems that can help you along the way.

I recommend: https://github.com/dasil003/csv_builder

This should make quick work of your requirement.

Good luck


For generating xls files I suggest Spreadsheet https://github.com/zdavatz/spreadsheet

0

精彩评论

暂无评论...
验证码 换一张
取 消