开发者

Rails 3: Return .XLS or .CSV?

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜