微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

哪个宝石支持在ruby中导入/导出到xlsx文件

我需要用 ruby代码来读写Excelx文件,
试用电子表格不支持xlsx格式,
Roo也读取文件,不写入xlsx.

有没有任何宝石/插件将写入Excelx?

解决方法

对于编写/导出xlsx文件的任务,Axlsx是我发现的功能最完整的库.不过,它不支持读取/导入xlsx文件.

https://github.com/randym/axlsx

以下是作者的描述:

xlsx generation with charts,images,automated column width,customizable styles and full schema validation. Axlsx excels at helping you generate beautiful Office Open XML Spreadsheet documents without having to understand the entire ECMA specification. Check out the README for some examples of how easy it is. Best of all,you can validate your xlsx file before serialization so you kNow for sure that anything generated is going to load on your client’s machine.

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐