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.
我正在寻找一些最新的 rubygem 来将文件导出为 csv 格式。我知道这个解决方案,但正在寻找其他方法。也许甚至是一些对 Rails 4 来说足够新鲜的宝石?
Ruby CSV 类通常就足够了:
http://ruby-doc.org/stdlib-2.0/libdoc/csv/rdoc/CSV.html