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.
我想生成 xlsx file 但电子表格生成 xls 如何使用相同的 gem 生成 xlsx 文件?
xlsx file
xls
您可能希望使用roo gem,因为它支持 XLSX 格式。它也得到了更好的支持,因为电子表格gem 已经 5 年没有更新了,并且电子表格 gem 不支持 XLS 格式。