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.
我正在将一些数据从表中导出到 Excel。我正在使用 roo gem。似乎导入正在工作,但 gem 的 github 存储库中没有足够的文档。
我想知道如何使用视图文件来呈现数据并使用 response_to 以 xlsx 格式响应。
respond_to do |format| format.xlsx end
如果有人能提供这方面的例子,我们将不胜感激。
来自https://github.com/roo-rb/roo:
Roo 实现了所有常见电子表格类型的读取访问权限
对于写作,你可能想使用像caxlsx_rails这样的东西